PDA

View Full Version : [ubuntu] installing ubuntu extras



garrynigel
December 29th, 2008, 07:43 PM
hi
i wrote dis command sudo apt-get install ubuntu-restricted-extras and dey wer gettin downloaded and installed..
while dey wer getting installed.. the power cut off and evryting stopped..
now after starting the computer again i ran d command again but it gives me a message"E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
"
so wat do i do how do i run dis command.. i mean wats the syntax or anyting help me out...

taurus
December 29th, 2008, 07:56 PM
Run these commands from a terminal.


sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade

garrynigel
December 29th, 2008, 08:06 PM
alrite after dat command i want to run d command again to start from wer i stopped.. do i have to type d command again..like sudo apt-get ubuntu-restricted-extras.. wat will it do start from wer it stopped or.. i mean all the packages wer downloaded but do i have to download again or just type d above command and it will conntinue installing

taurus
December 29th, 2008, 09:18 PM
You can run that command again to install the "restricted" package if you wish.

cariboo
December 29th, 2008, 09:51 PM
You may be able to get away with typing in a terminal:


sudo apt-get install -f

That should download any missing packages and continue with the installation.

Jim