I am new to Linux.
I know about the store.
but some stuff I want is not in the store.
What is the best package manager and best way to learn how to use it
Dear TheTimeTraveler, Linux is open source, and all packages in Linux are open source, if you search for stuff with a license (like adobe packages), you will not find it on the Linux store.
Also: Synaptic Package Manager.
sudo apt install synaptic
Or... the terminal itself. It is the most powerful and easiest to use package manager. The first step is that users must release their fear of it. It does not bite.
You can use Synaptic PM in addition to the Software Store. But that is just good for installing apt "stuff" that (may or) may not be listed in the Store.
Look here:
Scroll down to:
System packages / libraries.
Also see:
Synaptic may be mature in looks, but that is not a bad thing. It works well.
their is still opensource programs that is not in the store
The nature of OpenSource means it will not always be in a store. Sometimes you need to Go To The Source.
I covered this in the Unofficial Manual for Zorin 15 Core (Page 99-103):
- Synaptic Package Manager - either via Software or the terminal.
- Gdebi Package Manager - for 3rd party packages not available from official repos.
If you want to install a third party package, let's say Timeshift debian package (.deb) you would launch Gdebi, Select File from the menu and then point to the .deb package you want to install. Gdebi is a boon as it checks that your system has all the dependencies needed for it to run.
You also can download the source of the programs or applications directly in it website. You can install an application in Zorin in many format like deb package, appimage, or install manual in terminal.
I usually go to the website of the program before I try to the synaptic, snap, flathub, etc. since each program have their own style here. GIMP seems to update more the package from the synaptic. They suggest it in their site. Inkscape and Krita's package in synaptic isn't updated but their package in appimage does. Lunacy, my new fave program in the list, have working application updated in Snap store but not their .deb package still have bugs. So, in looking for how to download your favorite program, its like trial and error. What work, what's not. And which is updated and not, plus which do you prefer.
For third party apps:
https://pkgs.org/
Then use Gdebi!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.