← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #79248]: update manager could not open and report"E:Type '--2009-08-04' is not known on line 1 in source list /etc/apt/sources.list.d/winehq.list, E:The list of sources could not be read"

 

Question #79248 on update-manager in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/79248

    Status: Open => Answered

actionparsnip proposed the following answer:
sounds like you havent ran the wine repo commands correctly

we can do this a MUCH easier way

we will just add the single repo to the main sources file.

sudo rm /etc/apt/sources.list.d/winehq.list

then run:

gksudo gedit /etc/apt/sources.list

scroll to the bottom of the file and paste tis line:

deb http://wine.budgetdedicated.com/apt jaunty main

if you are not using jaunty, then replace jaunty with the release name
you are using (lsb_release -c     will show you)

save the file and close gedit.

You can now run:

cd~/; wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- |
sudo apt-key add -; sudo apt-get update; sudo apt-get --reinstall
install wine

Done

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.