Error with the Update Manager

Asked by Kevin

Ever sent the power want out the Update Manger has been giving me this error

An error occured
The following detail are provided:

W: GPG error: http://wine.budgetdedicated.com hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263
W: Failed to fetch http://playonlinux.botux.net/dists/hardy/Release.gpg Could not resolve 'playonlinux.botux.net'

W: Failed to fetch http://playonlinux.botux.net/dists/hardy/main/i18n/Translation-en_US.bz2 Could not resolve 'playonlinux.botux.net'

W: Some index files failed to download, they have been ignored, or old ones used instead.

Does anyone know how to fix this error???

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Bhavani Shankar (bhavi) said :
#1

Hello kevin

remove the offending repos and try again in short...

Long answer:

type/copy & execute the following commands given below

sudo cp -pv /etc/apt/sources.list /etc/apt/sources.list.backup

 Edit the /etc/apt/sources.list file using your favourite editor, i'm using nano here. If you prefer to use a graphical based editor, then, you can use gedit (ubuntu) or kate (kubuntu) instead of nano:

sudo nano /etc/apt/sources.list

and replace everything in the file with the following lines below

deb http://archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted

## Major bug fix updates.
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted

## Universe
deb http://archive.ubuntu.com/ubuntu/ hardy universe
deb-src http://archive.ubuntu.com/ubuntu/ hardy universe
deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe

## Multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse

## Ubuntu Backports
deb http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## Repos from Canonical Limited
deb http://archive.canonical.com/ubuntu hardy partner
deb-src http://archive.canonical.com/ubuntu hardy partner
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

save the edited file and update the Apt database using the following command below:

sudo apt-get update

regards

Revision history for this message
Kevin (kevinrs91) said :
#2

ok I did that and now it just says

An error occured
The following detail are provided:

W: GPG error: http://wine.budgetdedicated.com hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 58403026387EE263

Revision history for this message
Sam_ (and-sam) said :
#3

Hi Kevin,
since you didn't remove the source as suggested from Bhavani, please check out this page,
http://winehq.org/site/download-deb
Quote:The built in update manager will not switch the Wine repository automatically

Revision history for this message
Kevin (kevinrs91) said :
#4

Thanks Bhavani Shankar, that solved my question.