Tuesday, August 10, 2010

INSTALLATION METHODS IN LINUX

UBUNTU:---->

$ su
password:

# sudo aptitude (Example: # sudo aptitude squid)

SUSE:------>

# yast2 -i .tar.gz

USING TAR:->

# tar zxvf file.tar.gz
# cd package_name
# ./configure
# make
# make install

USING RPM:->

# rpm -ivh package_name.rpm

No comments:

Post a Comment