LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-22-2006, 11:15 AM   #16
bms_256
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Rep: Reputation: 0

# If you uncomment the lines below you can use apt-get to install packages
# from the Debian distribution. However, PLEASE NOTE that you may pull in
# packages which are incompatible with Linspire, and will cause CNR to stop
working.

deb ftp://ftp.us.debian.org/debian sid main contrib non-free
deb ftp://non-us.debian.org/debian-non-US sid/non-US main contrib non-free

Quote:
is that right?
 
Old 01-22-2006, 11:18 AM   #17
bms_256
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Rep: Reputation: 0
# If you uncomment the lines below you can use apt-get to install packages
# from the Debian distribution. However, PLEASE NOTE that you may pull in
# packages which are incompatible with Linspire, and will cause CNR to stop
working.

deb ftp://ftp.us.debian.org/debian sid main contrib non-free
deb ftp://non-us.debian.org/debian-non-US sid/non-US main contrib non-free

Quote:
is that right
 
Old 01-22-2006, 11:20 AM   #18
bms_256
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Rep: Reputation: 0
sorry i didnt mean to post same thing 2 times i thought it didnt do it the first time
 
Old 01-22-2006, 11:37 AM   #19
rosh1182
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Rep: Reputation: 0
It looks like you need a "#" in front of "working", no?
 
Old 01-22-2006, 11:41 AM   #20
bms_256
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Rep: Reputation: 0
ok i done that should anything come up to let me know limewire is downloading because my internet speed seems slowed down after i typed in the apt command
 
Old 01-22-2006, 11:48 AM   #21
rosh1182
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Rep: Reputation: 0
every apt command I gave you should have some output. Are you typing these in a terminal? For instance, this is what my terminal looks like:


[root@localhost Desktop]# apt-get update
Get:1 http://distro.ibiblio.org pclinuxos/2004 release [1577B]
Fetched 1577B in 2s (757B/s)
Hit http://distro.ibiblio.org pclinuxos/2004/os pkglist
Hit http://distro.ibiblio.org pclinuxos/2004/os release
Hit http://distro.ibiblio.org pclinuxos/2004/updates pkglist
Hit http://distro.ibiblio.org pclinuxos/2004/updates release
Hit http://distro.ibiblio.org pclinuxos/2004/texstar pkglist
99% [Connecting to distro.ibiblio.org (152.2.210.109)]




Of course, the actual addresses will be different than yours since I don't use Linspire. But something similar with that command.
 
Old 01-24-2006, 08:36 PM   #22
pyrobob
LQ Newbie
 
Registered: Jan 2006
Distribution: Kubuntu
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by rosh1182
Ok, put the "#" back in front of each line in /etc/apt/sources.list except for the lines beginning with "deb". Then post the 4 items I asked you to if that doesn't work.
when I try to edit it, it tells me that it can't be saved.

exact error says:

The document could not be saved, as it was not possible to write to file:///etc/apt/sources.list.
Check that you have write access to this file or that enough disk space is available.

I am running Kubuntu

Last edited by pyrobob; 01-24-2006 at 08:40 PM.
 
Old 01-24-2006, 08:44 PM   #23
rosh1182
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Rep: Reputation: 0
Likely the problem is that you do not have permission to write the file. In Linux systems, security is built in by not allowing regular users to edit important files. In order to edit the file, you must become the root user. There are a variety of ways to do this. I will give you two.

Command-line version (Doing everything from a terminal):

1. Type 'su', then hit ENTER
2. Type in the root password
3. enter your editor of choice and edit the file. (Examples: "nano /etc/apt/sources.list" or "vi /etc/apt/sources.list" or "kate /etc/apt/sources.list"

Gui-version:

1. Click on the "Start" menu, then click "Run Command"
2. type either of the following (depending on what application you want as your editor): "kdesu kate" or "kdesu kwrite"
3. Type in the root password.
4. Now that you are in the editor of choice (in the above examples, either kate or kwrite), open /etc/apt/sources.list and edit the file accordingly
 
Old 01-24-2006, 09:01 PM   #24
pyrobob
LQ Newbie
 
Registered: Jan 2006
Distribution: Kubuntu
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by rosh1182
Likely the problem is that you do not have permission to write the file. In Linux systems, security is built in by not allowing regular users to edit important files. In order to edit the file, you must become the root user. There are a variety of ways to do this. I will give you two.

Command-line version (Doing everything from a terminal):

1. Type 'su', then hit ENTER
2. Type in the root password
3. enter your editor of choice and edit the file. (Examples: "nano /etc/apt/sources.list" or "vi /etc/apt/sources.list" or "kate /etc/apt/sources.list"

Gui-version:

1. Click on the "Start" menu, then click "Run Command"
2. type either of the following (depending on what application you want as your editor): "kdesu kate" or "kdesu kwrite"
3. Type in the root password.
4. Now that you are in the editor of choice (in the above examples, either kate or kwrite), open /etc/apt/sources.list and edit the file accordingly
it let me save in Kate, but I still get errors in the Terminal when trying the "apt" commands.

I type apt-get update, and I got this error:

E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory

did it as sudo apt-get update and got this:

Failed to fetch cdrom:[Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/dists/breezy/main/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch cdrom:[Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/dists/breezy/restricted/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Reading package lists... Done
W: Couldn't stat source package list cdrom://Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012) breezy/main Packages (/var/lib/apt/lists/Kubuntu%205.10%20%5fBreezy%20Badger%5f%20-%20Release%20i386%20(20051012)_dists_breezy_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list cdrom://Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012) breezy/restricted Packages (/var/lib/apt/lists/Kubuntu%205.10%20%5fBreezy%20Badger%5f%20-%20Release%20i386%20(20051012)_dists_breezy_restricted_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.

it worked for like 5 seconds and go to a certain file and died. happened twice so I don't think it just "happened".

and when I try apt-get install limewire I get the same error as before; (E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory)

and when I try sudo apt-get install limewire I get:
Reading package lists... Done
Building dependency tree... Done
W: Couldn't stat source package list cdrom://Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012) breezy/main Packages (/var/lib/apt/lists/Kubuntu%205.10%20%5fBreezy%20Badger%5f%20-%20Release%20i386%20(20051012)_dists_breezy_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list cdrom://Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012) breezy/restricted Packages (/var/lib/apt/lists/Kubuntu%205.10%20%5fBreezy%20Badger%5f%20-%20Release%20i386%20(20051012)_dists_breezy_restricted_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Couldn't find package limewire
 
Old 01-24-2006, 09:04 PM   #25
rosh1182
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Rep: Reputation: 0
please post the contents of your /etc/apt/sources.list file.
 
Old 01-24-2006, 09:15 PM   #26
pyrobob
LQ Newbie
 
Registered: Jan 2006
Distribution: Kubuntu
Posts: 8

Rep: Reputation: 0
deb cdrom:[Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted


deb h ttp://us.archive.ubuntu.com/ubuntu breezy main restricted
deb-src h ttp://us.archive.ubuntu.com/ubuntu breezy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb h ttp://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src h ttp://us.archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb h ttp://us.archive.ubuntu.com/ubuntu breezy universe multiverse
deb-src h ttp://us.archive.ubuntu.com/ubuntu breezy universe 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 h ttp://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
deb-src h ttp://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

deb h ttp://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src h ttp://security.ubuntu.com/ubuntu breezy-security main restricted

deb h ttp://security.ubuntu.com/ubuntu breezy-security universe
deb-src h ttp://security.ubuntu.com/ubuntu breezy-security universe



every time it gave a link I put a space in the "http" so I could post (can't post links until I have 5 posts. no, I don't have it like that in the current file)

Last edited by pyrobob; 01-24-2006 at 09:34 PM.
 
Old 01-24-2006, 09:43 PM   #27
rosh1182
LQ Newbie
 
Registered: Oct 2003
Posts: 18

Rep: Reputation: 0
Place a pound sign (#) in front of the following line:

deb cdrom:[Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted

and please post the output of

Code:
sudo apt-get update
Also, this may work faster if you have an IM protocol you like to use, or perhaps an irc channel you visit?
 
Old 01-24-2006, 09:46 PM   #28
pyrobob
LQ Newbie
 
Registered: Jan 2006
Distribution: Kubuntu
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by rosh1182
Place a pound sign (#) in front of the following line:

deb cdrom:[Kubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted

and please post the output of

Code:
sudo apt-get update
Also, this may work faster if you have an IM protocol you like to use, or perhaps an irc channel you visit?
AIM = Sonic Offline

I also have YIM, and MSNM
 
  


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
Limewire installation mc99044 Linux - Newbie 2 11-06-2004 08:20 PM
linspire installation problems granfalloom Linux - Newbie 3 08-11-2004 02:21 PM
limewire installation..how? fuelinjection Linux - General 3 04-07-2004 01:12 AM
limewire installation muujahid Linux - Software 4 03-26-2004 12:58 PM
limewire installation WindozBytes Linux - Software 25 10-01-2002 04:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:15 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