dpkg selections
Bug #413062 reported by
Volker Aßmann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Server Tips |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Tip: to quickly backup your installed package list, or install an new system with your current package selection, use 'dpkg --get-selections > selections.txt' and 'dpkg --set-selections < selections.txt && apt-get dselect-upgrade' (see man dpkg)
Changed in ubuntu-server-tips: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
Proposed rewrite so that it fits on 2 lines (as per https:/ /wiki.ubuntu. com/server- tips):
Use 'dpkg --get-selections > selections.txt' and 'dpkg --set-selections < selections.txt && apt-get dselect-upgrade' so save and restore package selection. 'man dpkg' for more info.