I am beginning to explore Ubuntu as a new user. I am running Ubuntu 18.04.1 LTS from a flash drive. In attempting to install software that was not already bundled in the Ubuntu download I read on this forum that I should use the command line of the terminal to install the Synaptic package manager. I entered the command
sudo apt-get install synaptic
but I get the following responses:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package Synaptic
What do I need to do to be able to install widely used open source software apps that are not the defaults in this download of Ubuntu?
sudo apt-get update
to update the software database. – heynnema Sep 27 '18 at 13:26