

bigj231 wrote:could you post the contents of /etc/apt/sources.list ? It looks like you have a repository with a bad security key. Try removing the offending repository from that file and then reinstalling it. You can also use "Software Sources" to find and remove entries.
EDIT: also see the comments on http://www.ubuntuupdates.org/ppa/google_chrome

gedit /etc/apt/sources.listI would strongly recommend using the Software Sources application if you are unfamiliar with the terminal.You can really break your system if you are not careful with the terminal. I would also recommend learning how to use the terminal before you start copying and pasting commands into it. It's really the fastest way to do things in Linux. Breaking things included. Like any tool, it takes time to learn how to use it.

deb http://packages.linuxmint.com/ maya main upstream import
deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ precise partner
deb http://packages.medibuntu.org/ precise free non-free
# deb http://archive.getdeb.net/ubuntu precise-getdeb apps
# deb http://archive.getdeb.net/ubuntu precise-getdeb games


bigj231 wrote:post the contents of /etc/apt/sources.list


remoulder wrote:bigj231 wrote:post the contents of /etc/apt/sources.list
@bigj231, mint uses the inxi tool to provide system information, all repositories can be listed with inxi -r.
africamlion@africamlion-Dimension-5000 ~ $ inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://packages.linuxmint.com/ maya main upstream import
deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ precise partner
deb http://packages.medibuntu.org/ precise free non-free
deb http://archive.getdeb.net/ubuntu precise-getdeb apps
deb http://archive.getdeb.net/ubuntu precise-getdeb games
Active apt sources in file: /etc/apt/sources.list.d/damnvid-ppa-precise.list
deb http://ppa.launchpad.net/damnvid/ppa/ubuntu precise main
deb-src http://ppa.launchpad.net/damnvid/ppa/ubuntu precise main
Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
deb http://dl.google.com/linux/chrome/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/google-earth.list
deb http://dl.google.com/linux/earth/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/google-talkplugin.list
deb http://dl.google.com/linux/talkplugin/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/local-repository.list
deb file:///usr/share/local-repository binary/
Active apt sources in file: /etc/apt/sources.list.d/upubuntu-com-office-precise.list
deb http://ppa.launchpad.net/upubuntu-com/office/ubuntu precise main
deb-src http://ppa.launchpad.net/upubuntu-com/office/ubuntu precise main

sudo apt-get updatewget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
bigj231 wrote:Thanks remoulder. I had forgotten that.
It looks like one of your Google repositories is missing a key seeing your issue from the first post. Try unchecking all of the lines that contain "google" and then running:That should run for a bit and return no errors. If there are any errors, post back here and we'll try to work them out.
- Code: Select all
sudo apt-get update
If there are no errors after you have done that, you then need to get the proper signing key. From the page I linked to earlier, the process for that is
- Code: Select all
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
After you get the key, you can then re-enable the Google repositories and run apt-get update again.

sudo apt-get remove fgfs-base flightgear
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
python-gdata fgfs-aircraft-base simgear2.4.0 python-wxtools rtmpdump libplib1 fgfs-models-base apport-hooks-medibuntu fgfs-scenery-base
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED
fgfs-base flightgear
0 upgraded, 0 newly installed, 2 to remove and 21 not upgraded.
2 not fully installed or removed.
After this operation, 357 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 184003 files and directories currently installed.)
Removing flightgear ...
Removing fgfs-base ...
dpkg: error processing fgfs-base (--remove):
subprocess installed pre-removal script returned error exit status 1
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for menu ...
Processing triggers for man-db ...
Errors were encountered while processing:
fgfs-base
E: Sub-process /usr/bin/dpkg returned an error code (1)
africamlion@africamlion-Dimension-5000 ~ $

Selecting previously unselected package fgfs-base.
(Reading database ... 181332 files and directories currently installed.)
Preparing to replace fgfs-base 2.4.0-1 (using .../fgfs-base_2.8.0-1~getdeb1_all.deb) ...
Unpacking replacement fgfs-base ...
dpkg: error processing /var/cache/apt/archives/fgfs-base_2.8.0-1~getdeb1_all.deb (--unpack):
trying to overwrite '/usr/share/games/flightgear/Scenery/Airports/8/Q/1/8Q1.threshold.xml', which is also in package fgfs-scenery-base 2.4.0-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/fgfs-base_2.8.0-1~getdeb1_all.deb
W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo (10: No child processes)
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:

sudo apt-get install -fsudo apt-get purge fgfs-base sudo apt-get autoremove


Users browsing this forum: No registered users and 2 guests