LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-10-2012, 03:29 PM   #1
abhishek_rathaur
LQ Newbie
 
Registered: Nov 2012
Posts: 3

Rep: Reputation: Disabled
Unhappy ubuntu problems:-unable to update and install several package


i wanted to install lamp.. but colud not installed it properly somehow.. so trying to remove previous package .. i use purge to remove installed package.. a large number of packege get uninatlled like software centre etc.
when i rebooted my system..it was unable to login to my desktop.. something line running in low graphic mode appeared. i installed gnome desktop. i was able to login to gnome desktop then.. but there was no end to my problem after that..
i am unable to update now and several package are getting installed with errors..W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://archive.canonical.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://archive.getdeb.net precise-getdeb Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A8A515F046D7E7CF
W: GPG error: http://in.archive.ubuntu.com precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://in.archive.ubuntu.com precise-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://in.archive.ubuntu.com precise-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://in.archive.ubuntu.com precise-proposed Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
W: GPG error: http://in.archive.ubuntu.com precise-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 437D05B5 3E5C1192
sudo apt-get update
 
Old 11-10-2012, 05:38 PM   #2
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
show us the output of this command.
Code:
cat /etc/apt/sources.list
 
Old 11-11-2012, 03:53 AM   #3
abhishek_rathaur
LQ Newbie
 
Registered: Nov 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
result of my cat /etc/apt/sources.list query are as follows
# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ precise main restricted

## Major bug fix updates produced after the final release of the
## distribution.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://in.archive.ubuntu.com/ubuntu/ precise universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://in.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ precise multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

deb http://in.archive.ubuntu.com/ubuntu/ precise-security main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ precise-security main restricted
deb http://in.archive.ubuntu.com/ubuntu/ precise-security universe
deb-src http://in.archive.ubuntu.com/ubuntu/ precise-security universe
deb http://in.archive.ubuntu.com/ubuntu/ precise-security multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ precise-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb-src http://archive.canonical.com/ubuntu precise partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main
deb http://in.archive.ubuntu.com/ubuntu/ precise-updates restricted main multiverse universe
deb http://in.archive.ubuntu.com/ubuntu/ precise-proposed restricted main multiverse universe
deb http://in.archive.ubuntu.com/ubuntu/ precise-backports restricted main multiverse universe

Last edited by abhishek_rathaur; 11-11-2012 at 03:55 AM.
 
Old 11-11-2012, 11:28 PM   #4
abhishek_rathaur
LQ Newbie
 
Registered: Nov 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
Unhappy

sometime my pc is running very slow after that and some time shutting down automatically.. may it be related to above problems.
 
Old 11-12-2012, 01:57 AM   #5
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
I'm sorry, i can't help you. It sounds like you may have removed some core components of your system. I'd back up your important data onto a usb drive and reinstall, but wait till someone more knowledgeable offers you some advice.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] cannot able to update or install any package in ubuntu 10.04 suresh.k Linux - Newbie 3 05-23-2012 04:41 AM
Unable to install any package in ubuntu (10.04) amritpalpathak Linux - Software 1 07-23-2011 03:09 PM
Unable to install python-dev package on 64-bit Ubuntu Linux MahendraL Linux - Newbie 2 05-24-2011 06:05 PM
unable to install package on Ubuntu smartgupta Linux - Software 2 11-04-2010 07:43 AM
Ubuntu Server 9.10 freezes when trying to install a package and update:( Jamie Kugelmann Linux - Server 1 06-03-2009 06:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration