This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| cheatsheet:apt [2023/02/14 11:02] – created kamaradski | cheatsheet:apt [2024/06/22 23:26] (current) – kamaradski | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| </ | </ | ||
| - | ===== 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: | ||
| </ | </ | ||
| + | ===== Back-up a list of all installed packages on your system ===== | ||
| + | <code bash> | ||
| + | dpkg --get-selections > packages.lst | ||
| + | </ | ||
| + | ===== Restore a list of all installed packages on your system ===== | ||
| + | <code bash> | ||
| + | TBD | ||
| + | </ | ||