(07-22-2020, 01:34 PM)LarryB1607 link Wrote: I have not upgraded to version 5 yet as I have spent a lot of time customizing what I have.
I search Lite software in Control panel and Synaptic was not there. I did a file search for Synaptic and it was not there.
I cannot use CLI to install it due to same stated reason.
If you search for Synaptic you won't find it, Linux is case sensitive and the pkg is currently called synaptic all lowercase. Open a terminal and type
Code:
apt policy synapticCode:
synaptic:
Installed: (none)
Canditate: some_number_version
version table:
some_details_on_pkgCode:
sudo apt-get install synapticApt offers many options to search and find pkgs which are available in its database, a very useful one is:
Code:
apt-cacheFor example you could
Code:
apt-cache showpkg synapticCode:
apt show pkg_namehttps://www.tecmint.com/useful-basic-com...anagement/
Hope this helps!
Without each others help there ain't no hope for us 
Need a translation service? https://www.deepl.com/es/translator

Need a translation service? https://www.deepl.com/es/translator

