Author Topic: How to report a (fixed?) error in sources.list  (Read 5198 times)

tak21

  • Making baby steps
  • Posts: 2
    • View Profile
How to report a (fixed?) error in sources.list
« on: June 22, 2007, 12:30:57 pm »
Hello @ all,

when I typed sudo apt-get update (after installation) I got a lot of errors.

I corrected my sources.list like this:

Code: [Select]
# Pluto sources - start
# Choosed mirror - start

deb file:/usr/pluto/deb-cache/ ./

#http://de.archive.ubuntu.com/ubuntu-releases/

deb http://de.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu feisty-updates  main restricted universe multiverse
deb http://linuxmce.com/ubuntu ./

# Choosed mirror - end
#deb http://10.0.0.82/ ./
# Pluto sources - end

Especially the typo in the linuxmce line should be corrected.
I am not shure, if my change from
Code: [Select]
...ubuntu.com/ubuntu-releases/to
Code: [Select]
...ubuntu.com/ubuntuis really o.k. as I do not know the difference betwean these dirs ...

At least it works now.

To the original question: where could I place errors I found?

Niels

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: How to report a (fixed?) error in sources.list
« Reply #1 on: June 22, 2007, 12:39:05 pm »
What to think of here : http://linuxmce.com/troubles.php
Good luke