Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.06 KB

Ubuntu 24 Installed Packages

Table of Content

Description

To install packages from this file:

File location: packages.txt

sudo xargs -a packages.txt apt install

To generate a list of installed packages into a file:

Tip: You can name the file any name.

sudo dpkg --get-selections > packages.txt

To generate a list of installed Snap packages into a file:

snap list --all > snaps.txt

To generate a list of installed NPM packages into a file:

npm list > npm.txt

To generate a list of installed Ruby Gems packages into a file:

gem list > gems.txt

Author

Tafara Nyamhunga - Github / Twitter