Linux Lite Forums

Software - Support => Installing Software => Topic started by: Vera on July 09, 2018, 10:57:26 AM

Title: Synaptic vs apt install
Post by: Vera on July 09, 2018, 10:57:26 AM
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.
Title: Re: Synaptic vs apt install
Post by: dihonomo on July 09, 2018, 11:02:38 AM
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).
Title: Re: Synaptic vs apt install
Post by: Vera on July 09, 2018, 11:30:30 AM
Thank you, @dihonomo 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!
Title: Re: Synaptic vs apt install
Post by: warhawk8080 on July 10, 2018, 01:36:38 AM
apt-get is the same as apt

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