From charlesreid1

(Created page with "Aptitude (a.k.a. apt-get) is the package manager for Debian/Ubuntu-based Linux systems. I have a script that installs several very useful system utilities using aptitude that I ...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Notes==
Aptitude (a.k.a. apt-get) is the package manager for Debian/Ubuntu-based Linux systems.
Aptitude (a.k.a. apt-get) is the package manager for Debian/Ubuntu-based Linux systems.


I have a script that installs several very useful system utilities using aptitude that I always run on fresh Linux installs.  The script is available here: [[apt-get_script.sh]]
I have a script that installs several very useful system utilities using aptitude that I always run on fresh Linux installs.  The script is available here: [[apt-get_script.sh]]
==Flag==
{{Programs}}
{{Unix Programs}}
[[Category:Aptitude]]
[[Category:Package Manager]]

Latest revision as of 18:17, 10 February 2018

Notes

Aptitude (a.k.a. apt-get) is the package manager for Debian/Ubuntu-based Linux systems.

I have a script that installs several very useful system utilities using aptitude that I always run on fresh Linux installs. The script is available here: apt-get_script.sh

Flag