How to install software in Linux

How to install software in Ubuntu (Linux)

Ubuntu

$apt-get install python

Redhat

$yum install python

SUSE

$yast --install python

Solaris

/opt/csw/bin/pkgutil --install python

No comments:

Post a Comment

Please share your views and comments below.

Thank You.