i type sudo dpkg--configure-a in terminal and it tells me not found

Asked by mark

try to update to 7.04 get i386 go to terminal type sudo dpkg--configure-a it tells me not found

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu cupsys Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Tony Mugan (tmugan) said :
#1

Watch the spaces between each

dpkg --configure -a

Revision history for this message
Tony Mugan (tmugan) said :
#2

And don't forget the "sudo" (like I did) :)

sudo dpkg --configure -a

Revision history for this message
mark (mark5044) said :
#3

the spaces worked but it said i needed superuser privalage

Revision history for this message
Tony Mugan (tmugan) said :
#4

Yep, try the second one

sudo dpkg --configure -a

Revision history for this message
Best Bhavani Shankar (bhavi) said :
#5

Hello Mark

In order to become Root in Ubuntu, one needs to enable the Root account. Below you'll find the steps to enable your Root account in Ubuntu:

In the terminal: (applications -> accessories -> terminal)

$ sudo passwd root <enter regular user password> <enter new Root password> <repeat new Root password>

Regards

Bhavani Shankar.

Revision history for this message
mark (mark5044) said :
#6

this solved my password issue thank you