LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linspire/Freespire
User Name
Password
Linspire/Freespire This Forum is for the discussion of Linspire and Freespire.

Notices


Reply
  Search this Thread
Old 03-08-2004, 06:29 PM   #1
tbalboni
LQ Newbie
 
Registered: Mar 2004
Location: Boston, MA
Distribution: Lindows 4.5 LE
Posts: 3

Rep: Reputation: 0
Problem with apt


I'm still very new to linux (2 weeks of mandrake now this) I'm trying to get synaptic for apt because I don't want to pay for cnr but no matter what I try to download apt doesn't find it. please help

i'm using apt-get install synaptic which worked fine before.
 
Old 03-08-2004, 07:33 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
post the output of this:

cat /etc/apt/sources.list


what distro are you using apt on???
 
Old 03-08-2004, 07:40 PM   #3
zajelo3
Member
 
Registered: Mar 2004
Location: Central Florida
Distribution: Gentoo & Fedora
Posts: 153

Rep: Reputation: 30
Can you install anything with the 'apt-get' command?
 
Old 03-08-2004, 07:51 PM   #4
tbalboni
LQ Newbie
 
Registered: Mar 2004
Location: Boston, MA
Distribution: Lindows 4.5 LE
Posts: 3

Original Poster
Rep: Reputation: 0
in the sources.list the adresses were commented out so I uncommented 1 and apt started working. BUT whenever I use it the program itself doesn't work

example
I used apt-get install frozen-bubble

it went d/l'd and supposedlly installed but it wouldn't run
with a whereis frozen-bubble I got back /usr/games/frozen-bubble so it's there but won't run.

I don't know maybee I'll just pay for cnr.

distro lindows 4.5 le
 
Old 03-08-2004, 08:02 PM   #5
Gunnyman
LQ Newbie
 
Registered: Feb 2004
Location: Beautiful Greenville, SC
Distribution: Fedora Core 1 (finally)
Posts: 18

Rep: Reputation: 0
If you are going to use apt-get, why not just go ahead and download a different flavor of Debian like knoppix or Mepis?
Lindows WANTS your CNR money.
apt-get works great on my mepis system.
 
Old 03-08-2004, 08:41 PM   #6
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
just curious: why are you using lindows instead of a "regular" distro???
 
Old 03-09-2004, 12:43 PM   #7
ealm
Member
 
Registered: Mar 2004
Location: Stockholm, Sweden
Distribution: Linspire
Posts: 88

Rep: Reputation: 15
Quote:
Originally posted by tbalboni
in the sources.list the adresses were commented out so I uncommented 1 and apt started working. BUT whenever I use it the program itself doesn't work

example
I used apt-get install frozen-bubble

it went d/l'd and supposedlly installed but it wouldn't run
with a whereis frozen-bubble I got back /usr/games/frozen-bubble so it's there but won't run.

I don't know maybee I'll just pay for cnr.

distro lindows 4.5 le

Lindows is an awesome dist and sports the best interface to installing applications (CNR).
I really think CNR is essential when running Lindows, in order to get the right feeling.

I suggest you have a look at ChoicePC.com, where you can by a lifetime license to all releases of Lindows ever being made plus CNR for the rest of your life for... all for $100!

After having used almost every major distro since I started with linux '98, I signed up with ChoicePC less than two months ago and I'm REALLY pleased with lindows so far.
Btw the next Lindows (due later this spring) is gonna completely rock!
 
Old 03-10-2004, 02:06 PM   #8
t.house
LQ Newbie
 
Registered: Mar 2004
Location: No Man's Land
Distribution: Lindows, muLinux, DSL
Posts: 20

Rep: Reputation: 0
Quote:
[i]apt-get works great on my mepis system. [/B]
apt-get, kpackage, and synaptic all work great on my Lindows system, too.
Lindows.com would like you to use CNR that is true. Its easy to install, reinstall and uninstall software and it works out the software dependancy issues. But not every program a person may want is in the CNR Library. Thus the need for a functioning alternative like apt-get.

 
Old 03-10-2004, 04:07 PM   #9
tbalboni
LQ Newbie
 
Registered: Mar 2004
Location: Boston, MA
Distribution: Lindows 4.5 LE
Posts: 3

Original Poster
Rep: Reputation: 0
thanks for the fast replies, I got a 1 month sub to cnr for now while I continue to play with apt.
 
Old 03-11-2004, 09:28 AM   #10
zajelo3
Member
 
Registered: Mar 2004
Location: Central Florida
Distribution: Gentoo & Fedora
Posts: 153

Rep: Reputation: 30
tbalboni,
If youve got a 1 month sub. to CNR that gives you more than enough time to learn about apt. But don't give up on it what'ever you do.
 
Old 04-02-2004, 10:14 AM   #11
ShamusMcConnell
LQ Newbie
 
Registered: Mar 2004
Distribution: Lindows, Mandrake
Posts: 14

Rep: Reputation: 0
To use Apt-Get properly with Lindows you have to change a section of the apt-get information. Lindows changed the destination to stop you from going around their CNR, but its easy to change. Do this from console:

cd /etc/apt
mv sources.list sources.list.old
echo "deb ftp://ftp.us.debian.org/debian stable main contrib non-free" > sources.list
apt-get update

That will change where apt-get looks. Just update and upgrade and then you can do a apt-cache search (item) to find what you want or download synaptic (which I haven't yet so I dont know how fully it works) for the GUI interface.
 
Old 04-08-2004, 09:51 AM   #12
furfurdemon666
Member
 
Registered: Mar 2004
Posts: 171

Rep: Reputation: 30
When you get tired of paying for CNR, try Mandrake. You can use URPMI for free.
 
Old 04-08-2004, 08:13 PM   #13
ShamusMcConnell
LQ Newbie
 
Registered: Mar 2004
Distribution: Lindows, Mandrake
Posts: 14

Rep: Reputation: 0
I already got a Laptop with Mandrake on it, learning them both. Just working Lindows right now.

Sham
 
Old 04-21-2004, 04:05 PM   #14
pssarr
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Rep: Reputation: 0
i am using lindows os 4.5 until i can get my modem to work with suse, first thing i did was type apt-get upgrade, it downloaded a bunch of stuff (i dont know what) then it seems to work fine, i type apt-get install icewm and it is downloading it now from ftp.us.debian.org
 
  


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
problem with apt efi360 Debian 18 12-24-2005 06:12 PM
Apt-get problem davholla Debian 3 07-01-2005 03:23 PM
problem with apt get waelali Linux - Software 1 03-12-2005 05:55 AM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM
apt-get problem mmm Linux - General 1 11-11-2003 01:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linspire/Freespire

All times are GMT -5. The time now is 09:02 PM.

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