hi
i have a eclipse(not a plugin it is Eclipse itselt) in zip format and i want to install it in /opt directory
and i have do like this, actually i have forget actuall command to install, anyway i did like this
zip -xvf /home/biplab/Desktop/galileo.zip -x -C /opt
now tell the way to install it to above directory
waiting for your guidence
best regards
vikal
Are you actually talking about extracting the archive to /opt ?
or do you want to run the installer in the content folder of the archive?
hi
thank you so much for reply
yes
i want to run the installer in the content folder of the archive?
waiting for your reply
vikal
Extract the archive anywhere. Just right click extract here
If you actually need to copy the folder to /opt I would be surprised but in a su terminal it would be cp /path_to_folder/foldername /opt
To run the installer there you maybe need to read the text file inside the extracted folder, it might be called install.txt or readme.txt whatever
maybe look here
Webpin