In any operating system we need to install applications to complete our day to day tasks. In the world of Windows, every program has a simple Setup.exe or a program.zip file. On a Mac a package is a program.dmg or a program.sit file. In both theoperating system you can simply click it and it will ask you some very basic configuration questions like, do you accept the licence agreement or the directory you want to install the software to. Although in Linux, It seems tough to install the programs/softwares but It’s not true.
APT For Debian based distributions, like, Ubuntu, Linux Mint etc.
To update APT database:
And remember all of the package management tools I am discussing, will need user to be in root or superuser, for example to install software in debian based distributions you will use apt-get followed by sudo then It will ask you to enter password.
sudo apt-get remove conky
sudo apt-get update
yum: For RPM based Linux distributions, like, Fedora, Red Hat
Tar Balls
The command will not install the software, but it will extract the archived files. After extracting files then you can install the extracted files by reading README file or INSTALL file (because there you can instructions for installing those particular files).
Other Linux Packaging Managements
Yast is the packaging managing tool used in openSUSE Linux distribution, as well as SUSE’s derived commercial distributions. I’ll cover Yast in my other post.
I will cover some more majorly used packaging management tools like, ‘dpkg’ in my other post. The work and attributes of some other packaging management tools will be discussed in that post.
Also Read important article The Linux Permissions: An Introduction
