I cannot access synaptic package manager

Asked by Geoff Carritt

E: Type '--15:23:19 is not known on line 1in source list /etc/apt/sources.list.d/medibuntu.list

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Schwitzgebel
Solved:
Last query:
Last reply:
Revision history for this message
Daniel Schwitzgebel (schwitzd) said :
#1

cat /etc/apt/sources.list.d/medibuntu.list

and paste the file here

Revision history for this message
Geoff Carritt (janet-carritt) said :
#2

paste where

Revision history for this message
Steven Rose (steveydoteu) said :
#3

Here, in a message.

Revision history for this message
Geoff Carritt (janet-carritt) said :
#4

geoff@ubuntugeoff:~$ cat /etc/apt/sources.list.d/medibuntu.list
--15:23:19-- http://www.medibuntu.org/sources.list.d/hardy.list
           => `hardy.list'
Resolving www.medibuntu.org... 87.98.242.110
Connecting to www.medibuntu.org|87.98.242.110|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 226 [text/plain]

    0K 100% 17.96 MB/s

15:23:20 (17.96 MB/s) - `hardy.list' saved [226/226]

geoff@ubuntugeoff:~$

Revision history for this message
Geoff Carritt (janet-carritt) said :
#5

I entered Daniels answer into terminal the above is whatI got back

Revision history for this message
Best Daniel Schwitzgebel (schwitzd) said :
#6

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

and launch this command
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update

and check if appear the error

Revision history for this message
Geoff Carritt (janet-carritt) said :
#7

Thanks, Daniel works fine now.

Revision history for this message
Geoff Carritt (janet-carritt) said :
#8

Thanks Daniel Schwitzgebel, that solved my question.