cant find my synaptic manager, dont think i have one

Asked by Fred x

i cant install anything. Flashed up that configuration for gnome power manager was not correct. Need to use synaptic manager to fix problem. I cannot find t. Only the update manager, that wont allow me 2 do anything. Can someone please help x

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu synaptic Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Standard Synaptic item is under the menu System → Administration → Synaptic Package Manager

You can also use terminal to make some command instead of use synaptic or to install Synaptic

To install synaptic and to perform some usual system packages check using terminal...

Open a Terminal from the menu Applications->Accessories->Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
Fred x (cummawumma) said :
#2

Thankyou. Think thats worked. Its now came up my username in he terminal. Is that it finished, computers telling me to restart. dont wanted to if its not. xxx

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#3

Please type

sudo reboot

to restart your pc...

Revision history for this message
Fred x (cummawumma) said :
#4

Thanx very much. Ur a legend! xxx