keep your system updated return problem

Asked by benny

Overtime.
I'm just already install ubuntu cd red/32 bit 7.10
Done. It seem working nice, but look what my day try out to find what it is and shutdown the ubuntu
Update manager said: You can install 437 updates. Well install update button preserve
This say broken with only one option may click is "close button"
You have 1 broken package on your system!
Use the "Broken" filter to locate it.
Whats that? I can not continue.
Is it possible to install lamp within red cd 32 bit, cause i don't have 64 bit.
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
benny (b3ny) said :
#1

command@error:~$ sudo apt-get install -f
[sudo] password for benny:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  tcl tcl8.4
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  mysql-client-5.0
Suggested packages:
  mysql-doc-5.0
The following NEW packages will be installed:
  mysql-client-5.0
0 upgraded, 1 newly installed, 0 to remove and 415 not upgraded.
2 not fully installed or removed.
Need to get 0B/7826kB of archives.
After this operation, 18.4MB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 145519 files and directories currently installed.)
Unpacking mysql-client-5.0 (from .../mysql-client-5.0_5.0.51a-3ubuntu5.4_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5.4_i386.deb (--unpack):
 trying to overwrite `/usr/bin/innotop', which is also in package innotop
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5.4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#2

sudo dpkg --force-all -i /var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5.4_i386.deb; sudo apt-get -f install; sudo apt-get update; sudo apt-get upgrade

By the way 7.10 is gutsy and was EOL (End of life) in October last year.

Revision history for this message
benny (b3ny) said :
#3

But, the cd ship from netherland red and yellow, 32bit and 64bit while me busy and i hv time now to test real :-)
ok back the problem:
benny@b3nY:~$ sudo dpkg --force-all -i /var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5.4_i386.deb; sudo apt-get -f install; sudo apt-get update; sudo apt-get upgrade
[sudo] password for benny:
dpkg: status database area is locked by another process
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Ign http://deb.playonlinux.com hardy Release.gpg
Ign http://deb.playonlinux.com hardy/main Translation-en_US
Hit http://archive.ubuntu.com hardy Release.gpg
Ign http://archive.ubuntu.com hardy/main Translation-en_US
Get:1 http://deb.playonlinux.com hardy Release [1721B]
Ign http://archive.ubuntu.com hardy/multiverse Translation-en_US
Ign http://archive.ubuntu.com hardy/universe Translation-en_US
Hit http://archive.ubuntu.com hardy Release
Ign http://deb.playonlinux.com hardy/main Packages
Hit http://deb.playonlinux.com hardy/main Packages
Hit http://archive.ubuntu.com hardy/main Packages
Get:2 http://ppa.launchpad.net jaunty Release.gpg [307B]
Hit http://archive.ubuntu.com hardy/multiverse Packages
Hit http://archive.ubuntu.com hardy/universe Packages
Ign http://ppa.launchpad.net jaunty/main Translation-en_US
Get:3 http://ppa.launchpad.net jaunty Release [74.7kB]
Ign http://ppa.launchpad.net jaunty Release
Hit http://ppa.launchpad.net jaunty/main Packages
Hit http://ppa.launchpad.net jaunty/main Sources
Fetched 309B in 3s (79B/s)
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EF4186FE247510BE
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

Revision history for this message
benny (b3ny) said :
#4

oh sorry, yes! its no error. sorry latest post, forgot to close synaptic. Thanks.
I will see how mysql now - you hv good pic olala on overview.

Revision history for this message
benny (b3ny) said :
#5

Thanks actionparsnip, that solved my question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

You may want to also run:

gpg --keyserver keyserver.ubuntu.com --recv 247510BE; gpg --export --armor 247510BE | sudo apt-key add -

Get rid of the GPG error :D

Revision history for this message
benny (b3ny) said :
#7

Done. hmm I do read Ok. Tks.
benny@b3nY:~$ gpg --keyserver keyserver.ubuntu.com --recv 247510BE; gpg --export --armor 247510BE | sudo apt-key add -
gpg: requesting key 247510BE from hkp server keyserver.ubuntu.com
gpg: key 247510BE: public key "Launchpad PPA for Ubuntu Mozilla Daily Build Team" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
[sudo] password for benny:
OK

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Thats fine, next time you run sudo apt-get update you will not get the GPG error

=D