I love doing things the command-line way and need to install some proprietary softwares that are available free of cost but have to be "bought" from the software center:
How do I install such softwares from the command-line?
I love doing things the command-line way and need to install some proprietary softwares that are available free of cost but have to be "bought" from the software center:
How do I install such softwares from the command-line?
Install package and assume yes to all queries
sudo apt-get install *package_name* -y