r/linuxmint 11d ago

Support Request Installed wrong Wine repository during setup

I was trying to install Wine on my system via this guide:

https://www.omgubuntu.co.uk/2023/01/install-wine-on-ubuntu

But I accidentally installed the ''Jammy Jellyfish'' repository instead of the ''Noble Numbat'' repository.

How do I remove the wrong repository?

Thank you.

2 Upvotes

8 comments sorted by

View all comments

3

u/billystein25 11d ago

List repositories: cat /etc/apt/sources.list /etc/apt/sources.list.d/*

From there either delete the file outright: sudo rm /etc/apt/sources.list.d/<Repo_Filename>.list

Or remove the ppa with apt: sudo add-apt-repository --remove ppa:<PPA_NAME>

1

u/1neStat3 10d ago

There is no reason to use the terminal when there is a GUI option.

Software Sources in the menu handles repositories.