Install apt in CentOS 6.5 using yum
You can just install apt in Following Methods :
Method 1:
Go to Terminal/ Login To ssh And Type Following
yum install apt
Sometimes it will not work probably when You are On VPS..
Method 2:
Install apt from the sources
# wget http://apt-rpm.org/releases/apt-0.5.15lorg3.tar.bz2
# tar -vxf apt-0.5.15lorg3.tar.bz2
# cd apt-0.5.15lorg3
# ./configure
# make
# make install
Method 3:
Install synaptic package manager
type following line
# yum install synaptic
press enter
No comments:
Post a Comment