How do I install software using a package manager?
Most operating systems come with a package manager
Remember to run with sudo!
On Centos use yum:
sudo yum install <package>
On Ubuntu use apt-get:
sudo apt-get install <package>
Most operating systems come with a package manager
Remember to run with sudo!
On Centos use yum:
sudo yum install <package>
On Ubuntu use apt-get:
sudo apt-get install <package>