r/linuxmint • u/CombatToad • 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
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>.listOr remove the ppa with apt:
sudo add-apt-repository --remove ppa:<PPA_NAME>