LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 01-26-2024, 08:17 PM   #1
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Rep: Reputation: 7
Faster way to uninstall apps


I am running Mint Debian edition, and I am testing different applications, for some reason the software manage starts very slow takes around half minute, so that it is quite trouble even to uninstall app. I wonder if there's a faster way to do it, like on Android I can click on the app icon to quick start the setting menu and uninstall it, there's no need to go to the system setting to find the app to uninstall, any comment ?
 
Old 01-26-2024, 08:32 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
You could use the command line, either apt or apt-get. It is always faster (as long as you know the commands).

See their respective man pages for HOWTO.
 
Old 01-26-2024, 11:25 PM   #3
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by frankbell View Post
You could use the command line, either apt or apt-get. It is always faster (as long as you know the commands).

See their respective man pages for HOWTO.

Yes some times I do that, but I may not get the package name right
 
Old 01-27-2024, 06:55 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,512

Rep: Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492Reputation: 2492
You could do something simple like keep a list of packages you install so you get the names right or just use the already exisiting methods to get a list of install packages on a Debian system, link below.

https://linuxize.com/post/how-to-lis...ges-on-debian/
 
Old 01-27-2024, 08:57 AM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
If you do not want to use apt try Synaptic it loads and runs much faster than Software.
 
1 members found this post helpful.
Old 01-27-2024, 01:16 PM   #6
leclerc78
Member
 
Registered: Dec 2020
Posts: 169

Rep: Reputation: Disabled
Quote:
Originally Posted by joboy View Post
Yes some times I do that, but I may not get the package name right
Use generic, for example Thunderbird:

sudo apt purge thunder*

verify the packages to be removed before hitting ‘y’.
 
Old 02-08-2024, 04:50 AM   #7
MilesWeb
LQ Newbie
 
Registered: Jan 2024
Posts: 8

Rep: Reputation: 1
Quote:
Originally Posted by joboy View Post
I am running Mint Debian edition, and I am testing different applications, for some reason the software manage starts very slow takes around half minute, so that it is quite trouble even to uninstall app. I wonder if there's a faster way to do it, like on Android I can click on the app icon to quick start the setting menu and uninstall it, there's no need to go to the system setting to find the app to uninstall, any comment ?
Yes, sometimes it is frustrating software stats slow. Have you tried using apt command. Try use the apt command:

Code:
sudo apt remove <package_name>
Now you will have to just replace <package_name> with the actual name of the application you want to remove.

Just take back up your important data, before you make any changes to your system.
 
Old 02-08-2024, 05:47 AM   #8
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,575
Blog Entries: 19

Rep: Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453
Quote:
Originally Posted by joboy View Post
Yes some times I do that, but I may not get the package name right
Apt will never delete anything without repeating the package name(s) back to you and asking for confirmation. If you see anything that does not look right to you, just say no.

But in any case you should never use the sudo prefix without visually checking the content of what you have typed before pressing Enter. This should become an unvarying habit. With great power comes great responsibility.
 
Old 02-08-2024, 11:09 PM   #9
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by craigevil View Post
If you do not want to use apt try Synaptic it loads and runs much faster than Software.

Yes, I used both Synaptic and APT some times when the stock installer get stuck, there seems to be too much of eyes candies added to it, the previous versions ran much smoother.
 
Old 02-11-2024, 03:43 PM   #10
Mac1ek
LQ Newbie
 
Registered: Jan 2024
Distribution: Debian Linux / Red Hat Enterprise
Posts: 16

Rep: Reputation: 0
IMHO apt is best option (as it in examples)
 
Old 03-09-2024, 04:01 PM   #11
counterstrike
LQ Newbie
 
Registered: Mar 2024
Location: Spain
Distribution: Debian Testing/Stable
Posts: 2

Rep: Reputation: 1
you may also should have a look at package manager nala, is sort of a fork of apt, a little bit easier with more colors on it.
 
1 members found this post helpful.
Old 03-09-2024, 11:11 PM   #12
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Original Poster
Rep: Reputation: 7
Thanks, I'll give it a try.
 
Old 04-18-2024, 10:30 PM   #13
friendlysalmon8827
Member
 
Registered: Dec 2023
Distribution: Anfroid,Debian
Posts: 85

Rep: Reputation: 5
You could also install the synapti package manager which is the package manager that has historically been included in both Debian and it's derivatives. You can install synaptic with the command below in the code blocks.

Code:
 sudo apt install -y synaptic
The dash y flag just tells apt to automatically continue with out you having to intervene.
 
Old 04-18-2024, 11:11 PM   #14
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by friendlysalmon8827 View Post
You could also install the synapti package manager which is the package manager that has historically been included in both Debian and it's derivatives. You can install synaptic with the command below in the code blocks.

Code:
 sudo apt install -y synaptic
The dash y flag just tells apt to automatically continue with out you having to intervene.

Yeah I know this tool and used it sometimes, and I used octopkg on FreeBSD as the stock package manager also very sluggish, not sure if that will work on Linux, will try.
 
  


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
LXer: Firefox 3.5 Speed Freak: Faster Development, Faster Performance LXer Syndicated Linux News 0 06-10-2009 02:42 AM
LXer: Firefox 3 Beta 4 is 5x faster than IE7, 3x faster than FF2 LXer Syndicated Linux News 0 03-12-2008 05:50 PM
DISCUSSION: Faster and Faster Compilation jeremy LinuxAnswers Discussion 5 12-06-2005 01:41 AM
Clean way to uninstall apps installed from source JrLz Linux - General 2 05-06-2004 07:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 08:03 AM.

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