Install A Package By It's Name, Without Using The Terminal [Ubuntu Quick Tip]

Install A Package By It's Name, Without Using The Terminal [Ubuntu Quick Tip]: "
Did you know that in Ubuntu (and derivates), to install a package by it's name, you can simply press Alt + F2, then enter:
apt:PACKAGE_NAME
where PACKAGE_NAME is the name of the package you want to install (firefox, smplayer or whatever)? I know it's pretty obvious, but I didn't think about it.

run dialog ubuntu

install package apturl

Thanks to UniLab for pointing this out.

This is possible through the apturl package which can be used to install application by simply clicking on a apt:// url on a website.

Apturl should be installed by default, but in case it isn't, run this in a terminal:
sudo apt-get install apturl 

© www.webupd8.org 2009-2010. | What's New on the World Wide Web



"