UBUNTU apt get problem

Asked by bentoclav

hello

i have the same problem as the guys above i manage to be roots and be able to execute the command but then nothing its just stopped

and ask for another command

i switched off my laptop yesrterday while updating im so stupid

if its stopped doenst it mean i succeed and how i get out of the command menu

thanks in advance guys

Question information

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

You can try to resume pending updates processes...

Please try... press ctrl+alt+f2 to switch to a pseudo tty ( a terminal ) make login with your user and password then try... the below commands...

The "dpkg --configure -a" is asked by the system when a previous update/upgrade process have not completely performed good, and it must run with "root" privileged administrative user.
Using the "sudo" command we can do a command as "root" user, and "dpkg --configure -a" need be run from root user.
After the "dpkg --configure -a" command i add all the usual commands (see below) you can run to be sure your system became fully upgraded.

Typing the commands as sudo the system will ask you for a password, please give your user password when requested, you don't see nothing when you type it, then press enter.

So please type:
(when the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

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

Then to reboot your pc type:

sudo reboot

Hope this helps

Revision history for this message
bentoclav (bentoclav) said :
#2

oooh cooool it worked thanks dude you are awesome