I Might Have Hit A Wall - Where Is The Uninstaller for Zorin?

For the record, with my 6+ years of Linux experience, Zorin OS, Feren OS, Makulu Lindoz, POP OS, I've never memorized all the terminal commands either. If I have to install, remove, or update software via the terminal, I'll copy and paste commands in from sites I get through web searches.

Yes, and I think it goes without saying, I make sure those are reputable sites, ones that are secure of course.

But most of the time, Synaptic Package Manager works for me, and there is no need. Sometimes, certain software won't even be in the repo, either cause the repo hasn't been added to the OS, or the software never was in the repo to begin with.

In cases like that, you can install via a DEB file. And some software comes with their own installers just like Windows believe it or not. I recently downloaded GIFCURRY form Github via a ZIP file, which contained an installer in there.

But I also understand where you are coming from, you just want to start it up and go. And that is one of the reasons why big companies have IT guys and gals, their responsible for making sure all the computers in the company are able to do just that for you.

EDIT: One more thing, notice how all of us are running over here to help you, for free? When was the last time you saw Microsoft do that for its customers? Even 21-years ago, if you wanted support from Microsoft, you had to pay like 100-dollars for a service call. 21-years later, I bet they charge 200 an hour now for service calls.

1 Like

Yes, I have noticed this is an AWESOME little Linux community over here. One of the first things I looked for is a good forum, and everyone here is awesome!

Thank you!

4 Likes

Ok so Software store in Zorin is pretty trash, you can use the terminal with sudo apt list or you can just install another store, sudo apt install synaptic. To install .deb files with terminal, u can use sudo dpkg -i <- if your installation fails, you can type sudo apt --fix-broken install <- this usually fixes the problem with broken .deb installs, if ur install still fails you can ask the forum.

2 Likes

Yep, thats what the Linux community is all about, we help each other, provide support, and some of us even provide emotional support during these tough times.

Also, some in the Linux community, also fight for the right to repair. And Linux in general, is all about providing you the choice. We believe the user has the right to choose, not a company.

Glad your having fun over there DreamBliss, cause once you get the hang of Linux, it can be fun. :+1:

1 Like

I must agree with you StarTreker
My learning curve started with a Ti994/A computer, this in turn involved learning "basic" language then "ext. Basic".,Then Ms Dos , Windows right up to 10, and a bit of linux in between.
I have been enjoying zorin 16 Pro and dont mind using either terminal or GUI, but and yes there is a "BUT", i find it odd to have a very nice looking software store that the features of updating,removing and exploring works fine for the apps that are listed in the store, to clarify, one of the apps i use i had to download as a DEB file. After installing, it is not listed in the software store, to uninstall it i need to use the terminal, if you right click on it in the "zorin menu"and then click on "Show Details", the answer you get is(Sorry there are no details for that application} .I find this very odd and hope that someone a bit more savvy then me can find a solution.

I prefer Synaptic Package Manager for a GUI package manager.

sudo apt install synaptic

Generally, I do most installations (by far) from the terminal. Synaptic is handy when I need it mostly for removals.
The Gnome-Software app follows the same pattern as all other Gnome-apps: Minimalist and Broken. Gnome is much like Microsoft, treating the user as incapable and unintelligent and limits user control and access.
The only reason I keep gnome-software installed on this system is to assist users on this forum with troubleshooting. Otherwise, I would have wiped it off the computer by now with a thermonuclear warhead.

One handy way of being able to remove .deb files that are independently installed by the user is: When you install a .deb package, create a new folder in your Downloads directory and label it something like: installed
Once you install the .deb package, move that .deb file into that installed folder.
Then when you wish to remove that package, double click that same .deb package you installed with to pull up the manager that will offer to remove it.

The above method can take up some extra space, though.

3 Likes

To be honest, you don't need to keep the .deb files. If you want to remove them, just sudo apt remove #the program you installed via .deb. .deb files also update like normal applications anyways so you rly don't need the .deb file. So just delete the .deb after installation, it's fine.

Thanks Aravisian
I have used Synaptic Package Manager before, and i agree that yes it does the job its meant to do, but in my option just doesn't stack up to the look of the software store.

I have Synaptic, but I mostly use the terminal because I got used to using it.

My analogy would be:
Software Store = Sweet (Candy) Shop
Synaptic = Tool Shop

3 Likes

I think the best store I actually used was actually Pamac-gtk from Manjaro. I loved how Pamac looked, and it was fast and user-friendly. It also allowed access to the AUR, Flatpak, Snaps and of course the Manjaro Repo. Even tho I switched away from Manjaro, no other store I tried have beaten Pamac-gtk as my favorite store I used.

Welcome to the candy shop, where we are your 1 stop shop. So many sweets, everything your heart's desire, today we have a sale on cinnamon sticks with XFCE flavor in the middle.

:crazy_face:

1 Like

Just watch out for Snaps in that sweet shop, they are really bad for your teeth. :grin:

2 Likes

Yes. You would need to know the exact name of it, though. Do you remember each name of each .deb you have installed? The above keeps a record, allowing easy access and removal.

I understand the aesthetic side - I theme mine out to make it look good. But, what matters more? Functional, stable complete control? Or something looking kinda nice (If not minimalistic which is not a good thing) but not stably working?

1 Like

No need to remember if I install telegram and if you don't know the name, you just sudo apt search telegram and you should be able to see telegram-desktop.

1 Like

Well I'm not a DEBY DOWNER, so I for one am for DEB. :wink:

1 Like

The best option would be to install synaptic package manager. Go to the software store and search for it or type into the terminal sudo apt install synaptic. There you can search for apps and packages, select them and update/uninstall them. That is going to ALL packages, so you actually know what is installed. In the terminal you would most likely only be able to uninstall what you know how it is called and so on. So you should try synaptic.

2 Likes

So you found a power of Synaptics.
That is the only way my husband install apps he needs.

1 Like

Basically everyone who has used ubuntu based distro for a month uses it. If they don't, there using the terminal. Nobody is gonna use a store that looks good but sucks at its job.

Now, remembering I am new to Linux-speak, what exactly is Gnome? Is it integral to the use of Zorin? Can it be replaced with something else inside Zorin, and if so, what why and how?

1 Like