Fails to fetch http://ppa.launchpad.net/bisigi/ppa/ubuntu/dists/jaunty/Release

Asked by Indian Art

Hi,

At the outset your themes are gorgeous and I hope they get widespread accepatance. I enjoy using it.

However, ever since I installed your themes I get this error message when I run the Update Manager, "Failed to fetch http://ppa.launchpad.net/bisigi/ppa/ubuntu/dists/jaunty/Release Unable to find expected entry deb-src/binary-i386/Packages in Meta-index file (malformed Release file?)
Some index files failed to download, they have been ignored, or old ones used instead."

Please let me know what I should do to rectify this problem.

Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Bisigi Project Edit question
Assignee:
No assignee Edit question
Solved by:
Indian Art
Solved:
Last query:
Last reply:
Revision history for this message
Indian Art (goldfish-aol) said :
#1

I had a malformed line.

The following solution worked.

run:

gksudo gedit /etc/apt/sources.list

and change

deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main

to

deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main

Save the new file, close gedit then run:

sudo apt-get update; sudo apt-get upgrade

done

Revision history for this message
Indian Art (goldfish-aol) said :
#2

I had a malformed line.

The following solution worked.

run:

gksudo gedit /etc/apt/sources.list

and change

deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main

to

deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty main

Save the new file, close gedit then run:

sudo apt-get update; sudo apt-get upgrade

done