Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to mint 22 blocked by message DEB822 #39

Open
erkend-mint opened this issue Oct 5, 2024 · 2 comments
Open

upgrade to mint 22 blocked by message DEB822 #39

erkend-mint opened this issue Oct 5, 2024 · 2 comments

Comments

@erkend-mint
Copy link

The upgrade to mint 22 is blocked by the following message: File in DEB822 format. Please delete the file.
But it is a root file : /etc/apt/sources.list.d/winehq-jammy.sources
I am not able to delete the file.

What to do?

@Jeremy7701
Copy link

You need root access to delete system files;
Easiest to do in the terminal:-
[optional] To view the contents of the file:
cat /etc/apt/sources.list.d/winehq-jammy.sources
[optional] If you want a backup of this file, do something like
sudo cp /etc/apt/sources.list.d/winehq-jammy.sources /home/your-username/old-winehq-jammy.sources

But to delete the file:-
sudo rm /etc/apt/sources.list.d/winehq-jammy.sources

@erkend-mint
Copy link
Author

erkend-mint commented Oct 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants