hello friends! new(ish)!
Package manager
Jump to navigation
Jump to 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 _________