Removing program not installed via package manager

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
jbaerbock
Level 4
Level 4
Posts: 318
Joined: Tue Jun 05, 2007 11:31 pm
Location: St. Peter, MN

Removing program not installed via package manager

Post by jbaerbock »

How do I unsintall a program that I installed without a package manager? I downloaded and installed SwiftFox on my system but it didnt work well and was the same as FireFox's Default version. I installed it by running a .sh file. How can I completely uninstall it since Synaptic doesn't see it? Thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Post by Boo »

sometimes these types of installers have an uninstall option
eg. sudo sh program.sh --uninstall

or if you know what directory it was put in you can delete it and dont forget any links in the mintmenu or on your desktop to start it.
eg. sudo rm -rf /usr/bin/program_name

:D
Image
Now where was i going? Oh yes, crazy!
jbaerbock
Level 4
Level 4
Posts: 318
Joined: Tue Jun 05, 2007 11:31 pm
Location: St. Peter, MN

Post by jbaerbock »

Questions about that, it installed it where i told it to, does Linux have one program in one folder or is it spread through out the system so its impossible to manualy find and delete all of it like in windows?
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Post by Boo »

Linux puts everything in one place/folder so it will all be where you told it to go.

in general programs are put in /usr/bin/ but you can put them just about anywhere.

:D
Image
Now where was i going? Oh yes, crazy!
Locked

Return to “Other topics”