We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# I have a fix !
Run sudo apt remove --purge --autoremove *dotnet*
sudo apt remove --purge --autoremove *dotnet*
create or modify /etc/apt/preferences and add (you'll need sudo)
/etc/apt/preferences
sudo
Package: *net* Pin: origin packages.microsoft.com Pin-Priority: 1001
Run man apt_preferences for more info about this config.
man apt_preferences
Run sudo apt install dotnet-sdk-6.0
sudo apt install dotnet-sdk-6.0
Enjoy !
Output of cat /etc/*release:
cat /etc/*release
DISTRIB_ID=LinuxMint DISTRIB_RELEASE=21 DISTRIB_CODENAME=vanessa DISTRIB_DESCRIPTION="Linux Mint 21 Vanessa" NAME="Linux Mint" VERSION="21 (Vanessa)" ID=linuxmint ID_LIKE="ubuntu debian" PRETTY_NAME="Linux Mint 21" VERSION_ID="21" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.linuxmint.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" VERSION_CODENAME=vanessa UBUNTU_CODENAME=jammy
Originally posted by @olfek in #27129 (comment)
The text was updated successfully, but these errors were encountered:
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Sorry, something went wrong.
OMG, Thanks!
This looks like spam, it's just copying a reply in another issue...
I'm going to close this. If there is a real issue please open a new one that is clear about the problem.
No branches or pull requests
Run
sudo apt remove --purge --autoremove *dotnet*
create or modify
/etc/apt/preferences
and add (you'll needsudo
)Run
man apt_preferences
for more info about this config.Run
sudo apt install dotnet-sdk-6.0
Enjoy !
Output of
cat /etc/*release
:Originally posted by @olfek in #27129 (comment)
The text was updated successfully, but these errors were encountered: