Re: Synaptic Error after Trying WINE Install



On Sat, 2009-01-03 at 17:12 -0500, Tom wrote:
I got the following error from synaptic after I downloaded a WINE update
and tried to install it:

E: Type '--19:49:00--' is not known on line 1 in source
list /etc/apt/sources.list.d/winehq.list

That looks like a wget log timestamp. Did you do
wget ..... > /etc/apt/sources.list.d/winehq.list
(as root)
rather than
sudo wget ..... -o /etc/apt/sources.list.d/winehq.list

Check the contents of /etc/apt/sources.list.d/winehq.list. Any line
that does not start with one of 'deb ' or 'deb-src ' or '#' will
generate an error similar to the one you are citing.

If the rest of the file looks OK, then just delete that line, and retry
your fetch of the new packages (remember to do 'apt-get update', or the
synaptic 'reload' operation, or update-manager 'check' operation, to
fetch index files for the additional repository).

Otherwise, post the contents of the file (or pastebin it, and post the
link, if the file is too big), and we can suggest what it should
contain, and what should be removed.


Tim

--
Tim Frost <timfrost@xxxxxxxxxx>


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Experimental (temporarily)
    ... It has no dependencies not in Lenny. ... As root, do 'apt-get update' ... As root, do 'apt-get -t experimental install chrony' ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: apt-get errors : localhost:4001 (127.0.0.1)
    ... Using root I do not have this problem. ... In stead issuing ... apt-get update after su - gives me a correct update, ...
    (Ubuntu)
  • Re: apt-get errors : localhost:4001 (127.0.0.1)
    ... Using root I do not have this problem. ... In stead issuing ... apt-get update after su - gives me a correct update, ...
    (Ubuntu)
  • Re: Root user permission
    ... To accomplish any administrative task such as ... apt-get update, you have to issue ... the root ...
    (Ubuntu)