(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 synaptic
Code:
synaptic:
Installed: (none)
Canditate: some_number_version
version table:
some_details_on_pkg
Code:
sudo apt-get install synaptic
Apt offers many options to search and find pkgs which are available in its database, a very useful one is:
Code:
apt-cache
For example you could
Code:
apt-cache showpkg synaptic
Code:
apt show pkg_name
https://www.tecmint.com/useful-basic-com...anagement/
Hope this helps!
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Without each others help there ain't no hope for us ![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Need a translation service? https://www.deepl.com/es/translator
![Smile Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
Need a translation service? https://www.deepl.com/es/translator