Announcement

Collapse
No announcement yet.

Can't access synaptic package manager :(

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't access synaptic package manager :(

    Hi guys,

    I'm on Kubuntu 8.04 and an issue came up recently when I tried to look for something to install. When I opened up Synaptic, I got this error:

    "E: Type 'https://help.ubuntu.com/community/Medibuntudeb' is not known on line 56 in source list /etc/apt/sources.list
    E: The list of sources could not be read.
    Go to the repository dialog to correct the problem.
    E: _cache->open() failed, please report."

    Any help is appreciated. If I'm missing information that is needed to accurately show what is going on, please let me know. Thanks!


    #2
    Re: Can't access synaptic package manager

    It seems (as the error message is telling) that the line 56 of the /etc/apt/sources.list is malformed.

    #1 Backup your sources.list:
    Code:
    sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
    #2 Edit your sources.list:
    Alt + F2 and type kdesudo kate /etc/apt/sources.list

    I think that the line 56 should be:
    Code:
    deb [url]http://packages.medibuntu.org/[/url] hardy free non-free
    not:

    If this doesn't help - add you sources.list as attach (Additional Options).
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Can't access synaptic package manager

      Thanks, rog!

      Comment

      Working...
      X