Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1745  / 1 Year ago, fri, april 21, 2023, 5:03:45

I download this package and following the instructions on the website i untared its package in /usr/local/share and used ./install command to install it.



now I need to remove it. Is there anyway to do that ? If it needs them I still have the installation files.



this is the website


More From » 12.04

 Answers
5

If there is no uninstall option you need to manually remove the files.



Most (if not all) of the files will be installed inside a directory (from the readme I would assume it is called ns-allinone-2.35) at the path you ran ./install. Simply use a rm -rf to remove that directory and it will be gone.



Now for 1 extra step: during installion either the installer added some links to ~./bashrc or you edited them in yourself. So do a (backup at the 2nd command):



cd ~
cp .bashrc .bashrc_old
gedit ~/.bashrc


and have a look for anything related to ns-allinone-2.35 and remove it. Be careful; if you mess up it might be problematic. After editing you need to parse the changes:



source ~/.bashrc 

[#31781] Saturday, April 22, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
disdry

Total Points: 133
Total Questions: 128
Total Answers: 109

Location: Greenland
Member since Fri, Jul 31, 2020
4 Years ago
;