Blog Rizauddin
And He found you lost and guided [you]. [93:7]
Pages
Home
Python
LaTeX
Linux
Windows
Travelog
About
Showing posts with label
packages
.
Show all posts
Showing posts with label
packages
.
Show all posts
Wednesday, April 29, 2009
Command lines to install or remove packages in Ubuntu
To install a package
sudo apt-get install the-package-name
To remove a package
sudo apt-get remove the-package-name
Remove automatically installed packages that are no longer required inUbuntu
Installing and removing packages in Ubuntu will leave unneeded packages.
To remove those packages, use this command:
sudo apt-get autoremove
Older Posts
Home
Subscribe to:
Posts ( Atom )