LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-16-2011, 06:39 PM   #1
chaseseith
LQ Newbie
 
Registered: Dec 2010
Posts: 25

Rep: Reputation: 0
Angry i screwed up ! lol


i tried to add zeitgeist from a web site and now all i get is this E: Type 'p://ppa.launchpad.net/zeitgeist/ppa/ubuntu' is not known on line 2 in source list /etc/apt/sources.list.d/zeitgeist-ppa-maverick.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.
 
Old 11-16-2011, 06:44 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

On ubuntu, correct? Wait.... nevermind what I originally wanted to say. Can you post the contents of your /etc/apt/sources.list.d/zeitgeist-ppa-maverick.list and /etc/apt/sources.list files for me, using code tags? I will make this easy for you..... And next time, please use a more descriptive subject, instead of "I screwed up"; That doesn't tell us anything.

Cheers,

Josh
 
Old 11-16-2011, 07:04 PM   #3
chaseseith
LQ Newbie
 
Registered: Dec 2010
Posts: 25

Original Poster
Rep: Reputation: 0
Wink sorry about that

i will gladly if u tell me how to get the list for u im new to linux
 
Old 11-16-2011, 07:21 PM   #4
c0dex
LQ Newbie
 
Registered: Aug 2011
Posts: 9

Rep: Reputation: Disabled
Quote:
Originally Posted by chaseseith View Post
i will gladly if u tell me how to get the list for u im new to linux
Copy and paste this into your terminal:


Code:
cat /etc/apt/sources.list.d/zeitgeist-ppa-maverick.list > lqhelp.txt; cat /etc/apt/sources.list >> lqhelp.txt
Then just attach lqhelp.txt to your reply.
 
Old 11-16-2011, 07:24 PM   #5
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Or you can follow the instructions in this link
 
Old 11-16-2011, 07:42 PM   #6
chaseseith
LQ Newbie
 
Registered: Dec 2010
Posts: 25

Original Poster
Rep: Reputation: 0
hey the 1 u sent didnt do any thing but i did the instruction link and got this ---# deb cdrom:[Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)]/ maverick main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu maverick main restricted
deb-src http://archive.ubuntu.com/ubuntu maverick restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu maverick-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu maverick-updates restricted main multiverse universe #Added by software-properties

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu maverick universe
deb http://archive.ubuntu.com/ubuntu maverick-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu maverick multiverse
deb http://archive.ubuntu.com/ubuntu maverick-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu maverick-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu maverick-backports main restricted universe multiverse #Added by software-properties

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu maverick partner
deb-src http://archive.canonical.com/ubuntu maverick partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu maverick main
deb-src http://extras.ubuntu.com/ubuntu maverick main

deb http://archive.ubuntu.com/ubuntu maverick-security main restricted
deb-src http://archive.ubuntu.com/ubuntu maverick-security restricted main multiverse universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu maverick-security universe
deb http://archive.ubuntu.com/ubuntu maverick-security multiverse

# Tor Project
deb-src http://deb.torproject.org/torproject.org maverick main
deb http://deb.torproject.org/torproject.org experimental-maverick main

# Inundator
deb http://inundator.sourceforge.net/repo/ all/
deb http://ubuntusatanic.org/hell maverick main
deb-src http://ubuntusatanic.org/hell maverick main
deb http://ppa.launchpad.net/zeitgeist/ppa/ubuntu jaunty main
 
Old 11-16-2011, 07:48 PM   #7
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Look at the last line of your file.... Should be the following:
Code:
deb http://ppa.launchpad.net/zeitgeist/ppa/ubuntu maverick main
Should fix it, but not fully certain. Let me know if it works for you.
 
Old 11-16-2011, 08:07 PM   #8
chaseseith
LQ Newbie
 
Registered: Dec 2010
Posts: 25

Original Poster
Rep: Reputation: 0
i deleted it and still nothing changed i dont know what to do
 
Old 11-16-2011, 08:15 PM   #9
chaseseith
LQ Newbie
 
Registered: Dec 2010
Posts: 25

Original Poster
Rep: Reputation: 0
the error still E: Type '/ppa/ubuntu' is not known on line 2 in source list /etc/apt/sources.list
E: Type 'p://ppa.launchpad.net/zeitgeist/ppa/ubuntu' is not known on line 2 in source list /etc/apt/sources.list.d/zeitgeist-ppa-maverick.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.
 
Old 11-16-2011, 08:17 PM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Can you post the contents of /etc/apt/sources.list.d/zeitgeist-ppa-maverick.list like I asked before please? The error is in that file for sure.... That is partially my fault, I overlooked something that you have posted.
 
Old 11-16-2011, 08:24 PM   #11
chaseseith
LQ Newbie
 
Registered: Dec 2010
Posts: 25

Original Poster
Rep: Reputation: 0
i will if u tell me how to sorry for being so dumb on here but im new as hell
 
Old 11-16-2011, 08:39 PM   #12
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
type
Code:
gksu gedit /etc/apt/sources.list.d/zeitgeist-ppa-maverick.list
in a terminal and it will open it for you.
 
Old 11-16-2011, 08:50 PM   #13
chaseseith
LQ Newbie
 
Registered: Dec 2010
Posts: 25

Original Poster
Rep: Reputation: 0
deb http://ppa.launchpad.net/zeitgeist/ppa/ubuntu maverick main #Zeitgeist
p://ppa.launchpad.net/zeitgeist/ppa/ubuntu maverick main was it thank u sooooo much i deleted the second line works now think u for ur time and patience with me plp like u make coming to linux a great os to change to love u man
 
Old 11-16-2011, 08:56 PM   #14
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
There you go! Mark your thread as solved using the thread tools located at the top of the page, and give rep if you feel the need to, thanks!

Cheers,

Josh
 
Old 11-16-2011, 09:01 PM   #15
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
It looks like your second line was just missing an "htt" in front of it. It's an odd error, but I'm glad it's working now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LOL?!?! tysonmax20042003 Linux - General 3 04-01-2009 07:39 PM
DesktopBSD display problems, I screwed it all up, lol Neo-Leper *BSD 3 07-22-2007 01:04 PM
help lol SABERJ2X Linux - Newbie 3 04-05-2004 06:54 AM
what does lol mean? nakkaya General 10 03-15-2003 02:44 AM
TA (lol) nemesis7 Linux - General 0 11-03-2001 06:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration