Results 1 to 3 of 3
I installed a program from inside the terminal by mistake. It is callet "root" and is a c/c+ interpretor app that I want uninstalled...
I tried apt-get remove root from ...
- 01-24-2009 #1Just Joined!
- Join Date
- May 2005
- Posts
- 22
Mistaken install
I installed a program from inside the terminal by mistake. It is callet "root" and is a c/c+ interpretor app that I want uninstalled...
I tried apt-get remove root from the terminal but was told it could not be found. I did this from the sudo command.
Will appreciate the help
- 01-24-2009 #2Just Joined!
- Join Date
- Nov 2006
- Location
- Nova Scotia, Canada
- Posts
- 17
root is not a program. root is the name for the top level system administrator. You can log in as root which is not normally needed or use "su" or "sudo" to get root level privileges. Root level privileges are needed to make any system changes or install apps.
- 01-24-2009 #3Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
With that in mind, any "program" calling itself "root" is likely malicious. How is it you came across this so called program? How was it "installed" in the terminal?
This is why it is best whenever possible to only install programs from trusted repositories through apt-get (incl. frontends like Synaptic or aptitude).


Reply With Quote