We are still actively working on the spam issue.

Package manager

From InstallGentoo Wiki
Revision as of 06:16, 28 January 2014 by Bigben (talk | contribs) (Created page with "This is the software repositories that you will meet with some linux os. They are used to download your software in opposition to compiling them from source. In other words th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is the software repositories that you will meet with some linux os. They are used to download your software in opposition to compiling them from source. In other words they automatate every thing for the dumb shit you are and allow you to install, update and remove the application you need cause youre to retarded to write them by yourself with a magnifying glass and the sun directly on your hard drive. The most common package managers are yum and aptitude.


aptitude

you run it like this:

to install: sudo apt-get install _________

to update: sudo apt-get update

to remove: sudo apt-get remove _________

yum

you run it like this

to install: sudo yum install _________