This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| cheatsheet:apt [2024/06/22 20:55] – kamaradski | cheatsheet:apt [2024/06/22 23:26] (current) – kamaradski | ||
|---|---|---|---|
| Line 121: | Line 121: | ||
| ===== Restore a list of all installed packages on your system ===== | ===== Restore a list of all installed packages on your system ===== | ||
| <code bash> | <code bash> | ||
| - | dpkg --merge-avail < | + | TBD |
| - | dpkg --clear-selections | + | |
| - | dpkg --set-selections < packages.lst | + | |
| - | apt-get dselect-upgrade | + | |
| </ | </ | ||