LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-04-2012, 09:13 PM   #1
kyle7042
LQ Newbie
 
Registered: Apr 2012
Posts: 15

Rep: Reputation: Disabled
Wink How do i remove software from linux mint?/


I installed some software which inluded tomcat and mysql. Now the software wont run. I need to completly uninstall all previous versions before i can re install the problem is i dont know how to completly remove software from linux? Can anyone help please?
 
Old 05-04-2012, 09:32 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You can either use Synaptic to remove the packages or, if you want to use the command line, apt-get, like
Code:
sudo apt-get remove PACKAGENAME
 
Old 05-04-2012, 09:32 PM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You can remove it using Synaptic Package Manager
 
Old 05-04-2012, 09:45 PM   #4
kyle7042
LQ Newbie
 
Registered: Apr 2012
Posts: 15

Original Poster
Rep: Reputation: Disabled
so which of the 3 donloads do i choose here:? http://linux.softpedia.com/progDownl...load-2028.html
 
Old 05-04-2012, 09:53 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You should have it in your software center, if it is not already installed. Manually downloading software for installing (the Windows way) is not the way how to do it in Linux, you use your package management system to do that.
 
Old 05-04-2012, 10:34 PM   #6
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by TobiSGD View Post
You can either use Synaptic to remove the packages or, if you want to use the command line, apt-get, like
Code:
sudo apt-get remove PACKAGENAME
If the OP wants to completely remove something he is better off doing
Code:
sudo apt-get purge PACKAGENAME
"Remove" leaves configuration files while "purge" removes everything.
 
Old 05-04-2012, 10:41 PM   #7
towheedm
Member
 
Registered: Sep 2011
Location: Trinidad & Tobago
Distribution: Debian Stretch
Posts: 612

Rep: Reputation: 125Reputation: 125
Quote:
Originally Posted by kyle7042 View Post
so which of the 3 donloads do i choose here:? http://linux.softpedia.com/progDownl...load-2028.html
Synaptic is the default GUI-based package manager in Mint. You do not need to install it.

If you are using Synaptic, then enter the package name in the search box and press Enter. Right click on the leftmost box and select 'Mark for removal'. To completely remove the package including it's config files, select 'Mark for complete removal'. Press the 'Apply button' to perform the task you selected.

If you want to do it from the CLI:
To remove a package but keep it's config files:
Code:
sudo apt-get remove PACKAGENAME
To remove a package including it's config files:
Code:
sudo apt-get purge PACKAGENAME
If you want to remove/purge a specific version of a package:
Code:
sudo apt-get remove|purge PACKAGENAME=version
If for some reason the removal left orphaned files, use:
Code:
sudo apt-get autoremove
to remove them and recover the disk space.

Last edited by towheedm; 05-04-2012 at 10:42 PM.
 
Old 05-05-2012, 10:39 AM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
as user if you are part of sudoers group
Quote:
sudo apt-get install synaptic
if not part of sudoers group add ourself thru visudo
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't start Software Manager (Linux Mint 11) Blackened Justice Linux - Newbie 2 03-30-2012 12:16 PM
installing software on linux mint version 10 Upendra Pratap Singh Linux - Newbie 6 05-29-2011 12:50 PM
LXer: Remove The Fortune Messages In The Linux Mint Terminal LXer Syndicated Linux News 0 05-27-2011 06:00 AM
installing software on linux mint Upendra Pratap Singh Linux - General 2 05-10-2011 07:58 PM
Howto remove old software and install new software in linux? gardenair Linux - Newbie 5 01-12-2011 08:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration