Results 1 to 7 of 7
Update Manager always gives the following error message. Any help would be greatly appreciated to Ubuntu 8.1 newbie....
W: GPG error: Index of / intrepid Release: The following signatures couldn't ...
- 04-06-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
No pubkey error....HELP!!!
Update Manager always gives the following error message. Any help would be greatly appreciated to Ubuntu 8.1 newbie....
W: GPG error: Index of / intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7C5BAD1320A0D1DA
- 04-06-2009 #2
Hi and Welcome !
Execute this in Terminal :
In case, warning appears again, post the contents of /etc/apt/sources.list file here.Code:sudo apt-get clean all sudo apt-get update
You can ignore that warning though.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-06-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
Thanks for the help but I can't run this command....
sudo apt-get clean all
Any suggestions?
- 04-06-2009 #4
What is the error message? Post exact error message here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-06-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
W: GPG error: Index of / intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7C5BAD1320A0D1DA
terminal error is
root@joemartin-laptop:/home/joemartin# sudo apt-get clean all
root@joemartin-laptop:/home/joemartin#
nothing runs when I hit enter....goes to original prompt....thanks again for newbie help....
- 04-06-2009 #6
apt-get clean all command clears cache only. Its working fine. Post the contents of /etc/apt/sources.list file now. As I mentioned earlier, there is no need to worry about above error. Its just a warning only and you can ignore it safely.
Anyways, execute this
Post output here.Code:cat /etc/apt/sources.list
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-06-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
here's output after running command....thanks again....please tell me if you notice something.
joemartin@joemartin-laptop:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
deb-src Index of /ubuntu intrepid main restricted #Added by software-properties
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb Index of /ubuntu intrepid main restricted
deb-src Index of /ubuntu intrepid restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb Index of /ubuntu intrepid-updates main restricted
deb-src Index of /ubuntu intrepid-updates restricted main multiverse universe #Added by software-properties
## 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 Index of /ubuntu intrepid universe
deb Index of /ubuntu intrepid-updates 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 Index of /ubuntu intrepid multiverse
deb Index of /ubuntu intrepid-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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 Index of /ubuntu intrepid-backports main restricted universe multiverse
# deb-src Index of /ubuntu intrepid-backports main restricted universe 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 Index of /ubuntu intrepid partner
deb-src Index of /ubuntu intrepid partner
deb Index of /ubuntu intrepid-security main restricted
deb-src Index of /ubuntu intrepid-security restricted main multiverse universe #Added by software-properties
deb Index of /ubuntu intrepid-security universe
deb Index of /ubuntu intrepid-security multiverse
deb http://winff.org/ubuntu intrepid universe
deb Index of /apt intrepid main
deb Index of /elisa-developers/ppa/ubuntu intrepid main
deb APT repository for boxee intrepid main
deb Index of /compiz/ubuntu intrepid main
deb APT repository for boxee intrepid main
deb Index of /compiz/ubuntu hardy main


Reply With Quote