Thursday, September 04, 2008

Install software packages on ubuntu

sudo apt-get install software-package-to-be-installed is a good command to install extra packages on ubuntu.

for example, i would like to install Anjuta IDE
type:

sudo apt-get install anjuta

after that I'd like to install minicom too
again, type:

sudo apt-get install minicom


No comments: