Author Topic: unable to update please take a look at source.list (SOLVED)  (Read 3713 times)

theteju

  • Guru
  • ****
  • Posts: 180
    • View Profile
hello there,

I fired up my core after a long time. works fine but upon trying to update, I am not fetching sources.

My source.list look like following,
Quote
deb file:/usr/pluto/deb-cache ./

deb http://deb.linuxmce.org/ubuntu/ lucid beta2
deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu  main
# deb http://packages.medibuntu.org/  lucid free non-free
deb http://debian.slimdevices.com/ stable  main
deb http://archive.canonical.com/ubuntu lucid partner
deb mirror://mirrors.ubuntu.com/mirrors.txt  lucid main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt  lucid-updates main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt  lucid-security main restricted universe multiverse   

I commented out medibuntu repo just now to avoid error. still I sense something is wrong.

Any input?

Thanks.
« Last Edit: August 01, 2014, 04:27:22 pm by theteju »

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: unable to update please take a look at source.list
« Reply #1 on: July 05, 2014, 08:51:04 pm »
I have no idea what you are trying to tell us. Maybe a log might help or a bit more verbosity

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: unable to update please take a look at source.list
« Reply #2 on: July 18, 2014, 09:44:47 pm »
replace anything that has "mirror://mirrors.ubuntu.com/mirrors.txt" with "http://archive.ubuntu.com/ubuntu/"

Replace your sources.list with the following:

Code: [Select]
    deb file:/usr/pluto/deb-cache ./

    deb http://deb.linuxmce.org/ubuntu/ lucid main
    deb http://debian.slimdevices.com/ stable main
    deb http://archive.canonical.com/ubuntu lucid partner
    deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse   


J.

theteju

  • Guru
  • ****
  • Posts: 180
    • View Profile
Re: unable to update please take a look at source.list
« Reply #3 on: August 01, 2014, 04:25:46 pm »
replace anything that has "mirror://mirrors.ubuntu.com/mirrors.txt" with "http://archive.ubuntu.com/ubuntu/"


Sorry for late reply. It worked like a charm. Thanks Much.