Where use wget and yum
Hi,
I want to install Softaculous:
chmod 755 install.sh
./install.sh
1- But "wget" will download a file. In which directory you recommend me i stay before execute this command for do correctly the installation? (with command "cd").
/root
/tmp
Other
2- After do installation you recommend me remove "install.sh"?: rm install.sh
Too i want to install JetBackup:
yum clean all --enablerepo=jetapps*
yum install jetapps-cpanel --disablerepo=* --enablerepo=jetapps
3- "yum" command will download a temporal file for do installation?.
4- In which directory you recommend me i stay before execute this command for do correctly the installation? (with command "cd").
Thank you very much.
-
wget does not mater its personal preference yum it does not mater where you run the command it will always download to var/cache/yum/ 0 -
If you just look into the server as room you will be in roots 'home' folder. For Softaculous, that is as good of a place as anywhere else to run the wget. After run the installer, you can simply rm install.sh to remove it, and then you have cleaned up after yourself. That may save you time later if you have to wget another program that happens to use install.sh (which is a common name for installing software). It really does not matter where you run the yum commands from for JetPack. It will all go where yum want's it to go. 0 -
Perfect, thank you very much for the info! 0
Please sign in to leave a comment.
Comments
3 comments