package instal

Asked by widget

Binary package hint: gnome-terminal

any type of update or package install gives me an error message saying run manually dkpg--configure -a how do i do this? thanks

ProblemType: Bug
Architecture: i386
Date: Sat Aug 30 22:03:49 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gnome-terminal
NonfreeKernelModules: kqemu
Package: gnome-terminal 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
Uname: Linux 2.6.24-19-generic i686

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:

This question was originally filed as bug #263167.

Revision history for this message
widget (widget69er) said :
#1
Revision history for this message
Marcus Asshauer (mcas) said :
#2

Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https://answers.launchpad.net/ubuntu if you are uncertain if they are bugs. For help on reporting bugs, see https://help.ubuntu.com/community/ReportingBugs .

Revision history for this message
Ahmad Tarek (ahmadtarek) said :
#3

You can run it by opening a terminal (Applications | Accessories | Terminal) and type it

sudo dkpg --configure -a

Revision history for this message
widget (widget69er) said :
#4

ok I tried that , it tells me command not found . thanks

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

Open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get clean all
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean all
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
widget (widget69er) said :
#6

Thanks marcobra, that solved my question.