Jump to content

I switched to ubuntu latest lts release a few days ago and i am having a little bit of trouble in command line. So can anyone help me how to uninstall any app from command line? And also the ubuntu software store is not opening. Everytime i open it crashes hard any suggestions how to fix it? 

Link to comment
https://linustechtips.com/topic/1361127-ubuntu-linux-commands/
Share on other sites

Link to post
Share on other sites

How to uninstall a program:

sudo apt-get purge NAME-OF-PROGRAM

 

 

Then if you want to clean up dependencies as well:

sudo apt-get autoremove 

 

 

As for the store not working, you're going to have to provide more info than "it doesn't work". For example, what does the error message say? 

 

You could try:

sudo apt-get update

sudo apt-get upgrade gnome-software

 

Those two commands will fetch updates and then install updates for the software center. That might fix some issues if you're lucky. If not, you're gonna have to find some loggs that explains what happens. 

Link to comment
https://linustechtips.com/topic/1361127-ubuntu-linux-commands/#findComment-14903802
Share on other sites

Link to post
Share on other sites

5 minutes ago, LAwLz said:

How to uninstall a program:

sudo apt-get purge NAME-OF-PROGRAM

4 minutes ago, Konrad_K said:

sudo apt remove package_name 

Not if they installed a snap - which if they installed a fairly mainstream application graphically via the Software Centre is quite likely, as Canonical being Canonical means they really want to push you to use snap rather than apt.

 

For Snap you want sudo snap remove [whatever]

 

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to comment
https://linustechtips.com/topic/1361127-ubuntu-linux-commands/#findComment-14903809
Share on other sites

Link to post
Share on other sites

-= Topic moved to Linux, macOS and Everything Not-Windows =-

COMMUNITY STANDARDS   |   TECH NEWS POSTING GUIDELINES   |   FORUM STAFF

LTT Folding Users Tips, Tricks and FAQ   |   F@H & BOINC Badge Request   |   F@H Contribution    My Rig   |   Project Steamroller

I am a Moderator, but I am fallible. Discuss or debate with me as you will but please do not argue with me as that will get us nowhere.

 

Spoiler

Character is like a Tree and Reputation like its Shadow. The Shadow is what we think of it; The Tree is the Real thing.  ~ Abraham Lincoln

You have enemies? Good. That means you've stood up for something, sometime in your life.  ~ Winston Churchill

Reputation is a Lifetime to create but takes only seconds to destroy.

Docendo discimus - "to teach is to learn"

 

  

 CHRISTIAN MEMBER 

 
 
 
 
 
 

 

Link to comment
https://linustechtips.com/topic/1361127-ubuntu-linux-commands/#findComment-14903857
Share on other sites

Link to post
Share on other sites

58 minutes ago, LAwLz said:

How to uninstall a program:

sudo apt-get purge NAME-OF-PROGRAM

 

 

Then if you want to clean up dependencies as well:

sudo apt-get autoremove 

 

 

As for the store not working, you're going to have to provide more info than "it doesn't work". For example, what does the error message say? 

 

You could try:

sudo apt-get update

sudo apt-get upgrade gnome-software

 

Those two commands will fetch updates and then install updates for the software center. That might fix some issues if you're lucky. If not, you're gonna have to find some loggs that explains what happens. 

The app store just starts loading i see that in the side of the workspace and then it just never opens

Link to comment
https://linustechtips.com/topic/1361127-ubuntu-linux-commands/#findComment-14903883
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×