Linux Lite Forums
Synaptic vs apt install - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18)
+--- Thread: Synaptic vs apt install (/showthread.php?tid=5460)



Synaptic vs apt install - Vera - 07-09-2018

Sorry for this very basic question, but for the interactive Synaptic package manager that I use on LL 4.0, does that reach exactly the same repository as the command-line apt install command?

The reason I ask is that I've installed a piece of software via Synaptic, only to find out that what I installed was not the absolute latest version. The latest version of that software was released a few months ago and that is the one I want since it has a critical feature I need.

The manual for the software package says it's available via Synaptic Package Manager or using the sudo apt install command (it gives full instructions for that), but I was wondering whether those methods come to the same, or if they're two different repositories.


Re: Synaptic vs apt install - dihonomo - 07-09-2018

(07-09-2018, 02:57 PM)Vera link Wrote: Sorry for this very basic question, but for the interactive Synaptic package manager that I use on LL 4.0, does that reach exactly the same repository as the command-line apt install command?

Yes, synaptic is basically a GUI for apt (see https://en.wikipedia.org/wiki/Synaptic_%28software%29).


Re: Synaptic vs apt install - Vera - 07-09-2018

Thank you, [member=7657]dihonomo[/member] for the answer and the link. I hadn't thought to check Wikipedia for an answer, I had searched on other Linux forums but that confused me a bit. Marking this question as solved!


Re: Synaptic vs apt install - warhawk8080 - 07-10-2018

apt-get is the same as apt

so if you type apt-get install *package* or apt install *package* it will install it