Linux Lite Forums
Software Sources vs. Synaptic and apps versions. - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Software Sources vs. Synaptic and apps versions. (/showthread.php?tid=4463)



Software Sources vs. Synaptic and apps versions. - nublix - 09-24-2017

I was looking for Sigil and because I didn't see it in SS I assumed it was not available in Lite. After some time, I thought to go look in Synaptic and found it (though its an old version).

Is it safe to assume that not all software listed in SS are the only apps available for installation and one must always check Synaptic as well?

The other thing, other than going into Synaptic, could there be a way to tell the version of the apps in SS?




Re: Software Sources vs. Synaptic and apps versions. - Valtam - 09-25-2017

You'll have to tell us what 'SS' is first.



Re: Software Sources vs. Synaptic and apps versions. - nublix - 09-25-2017

(09-25-2017, 06:04 AM)Jerry link Wrote: You'll have to tell us what 'SS' is first.

Oh, sorry. It's Software Sources.


Re: Software Sources vs. Synaptic and apps versions. - Valtam - 09-26-2017

Software Sources is a listing of repositories. It won't tell you what applications are in those repositories.
To check if a piece of software exists and it's version in the current repositories, open a terminal:

Code:
apt policy nameofapplicationhere



Re: Software Sources vs. Synaptic and apps versions. - nublix - 09-26-2017

(09-26-2017, 01:00 AM)Jerry link Wrote: Software Sources is a listing of repositories. It won't tell you what applications are in those repositories.
To check if a piece of software exists and it's version in the current repositories, open a terminal:

Code:
apt policy nameofapplicationhere

Will do. Thank you.