Apt: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 3: Line 3:


 
 




Line 16: Line 17:


Usually means you should run dist-upgrade
Usually means you should run dist-upgrade
 
==Unable to correct problems, you have held broken packages.==
Try
dpkg --get-selections | grep hold




=== Clear cache ===
=== Clear cache ===
  apt-get clean
  apt-get clean

Revision as of 09:50, 14 December 2021

Debian/Ubuntu package manager

 


FAQ

Show version of packages before installing

apt install madison-lite
apt-cache madison somepackage
      

have been kept back

Usually means you should run dist-upgrade

 

Unable to correct problems, you have held broken packages.

Try

dpkg --get-selections | grep hold


Clear cache

apt-get clean