User Tools

Site Tools


cheatsheet:apt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cheatsheet:apt [2023/02/14 11:02] – created kamaradskicheatsheet:apt [2024/06/22 23:26] (current) kamaradski
Line 44: Line 44:
 </code> </code>
  
-===== upgrade to a newer kernel=====+===== upgrade to a newer kernel =====
 <code bash> <code bash>
 $ apt-cache search linux-image $ apt-cache search linux-image
Line 114: Line 114:
 </code> </code>
  
 +===== Back-up a list of all installed packages on your system =====
 +<code bash>
 +dpkg --get-selections > packages.lst
 +</code>
  
 +===== Restore a list of all installed packages on your system =====
 +<code bash>
 +TBD
 +</code>
cheatsheet/apt.1676372538.txt.gz · Last modified: 2023/02/14 11:02 by kamaradski