You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I use this on Ubuntu 22.04? I need to install gcc-5.5 or another lower version of gcc first, but installing a very old version will cause some problems in my system, such as being unable to download software, etc.
If I want to install any other software, I need to execute sudo apt --fix-broken install to fix this problem. But the result is the gcc just installed is uninstalled again.
The text was updated successfully, but these errors were encountered:
How can I use this on Ubuntu 22.04? I need to install gcc-5.5 or another lower version of gcc first, but installing a very old version will cause some problems in my system, such as being unable to download software, etc.
If I want to install any other software, I need to execute
sudo apt --fix-broken
install to fix this problem. But the result is the gcc just installed is uninstalled again.The text was updated successfully, but these errors were encountered: