Installing Nano Editor


Status
Not open for further replies.

maestro

Poster 2.0
1) Log into SSH and issue the following commands:

Code:
mkdir /home/temp (if temp doesn't already exist) or cd /home/temp

cp /pathtotherpm /home/temp/rpmname.rpm (where pathtotherpm is the path to the location where you uploaded the rpm and rpmname.rpm is the name of the rpm file such as nano-1.2.5-1.i386.rpm)

rpm -i rpmname.rpm

atau paling mudah ketik command :
#yum install nano
 
Status
Not open for further replies.

Top