If I have package(s) installed that are not available in the new Ubuntu release, what will happen if I upgrade to that release via do-release-upgrade
?
Asked
Active
Viewed 177 times
0

Nickolai Leschov
- 8,250
- 19
- 50
- 90
1 Answers
0
There are basically two possibilities:
In the case where the package will still have all dependencies satisfied, and it is not a leaf package, it will likely remain installed and you can still use the program(s) it provides.
In the case where another package replaces it, dependencies are replaced, is a leaf package, or in similar conflict situations, it will get removed from the system, and to be able to use it again will likely require rebuilding against newer dependencies, or changing to use whatever its replacement is (for example, one should use pkexec instead of gksu in Ubuntu now).

dobey
- 40,982
sudo apt-get install them
, or did they get installed because they were 'depends', or because they were 'recommends'... etc) – guiverc Aug 02 '18 at 12:53