LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-25-2008, 10:16 PM   #1
carolus
Member
 
Registered: Feb 2008
Posts: 45

Rep: Reputation: 15
is apt-get possible from some live distro without full installation?


Is there any live-disk distribution that allows access to all the software from a major repository, e.g. debian, without requiring a full installation to the hard drive? I do not want to risk corrupting the Windows installation, yet I would like to try out some software that is not available on live distros.
 
Old 02-25-2008, 10:35 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,340

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by carolus View Post
Is there any live-disk distribution that allows access to all the software from a major repository, e.g. debian, without requiring a full installation to the hard drive? I do not want to risk corrupting the Windows installation, yet I would like to try out some software that is not available on live distros.
Live CDs use RAM for storage. If you did not have any hard drive space available for the live CD then you would lose any software you downloaded whenever you booted. I have never heard of any distribution which does exactly what you are asking for.

The closest I know of is a network install. In that case the installer installs a minimalist software set on the hard drive from the installer CD and then downloads the rest from a repository. That is how I installed the Debian system I am running now. As I remember it the installer did not boot into the hard drive Debian system until after everything had been downloaded and installed from the repository. It is not a very large step from the Debian network install to installing software in the live CD's RAM file system but I have never heard of anyone doing that.

--------------------------
Steve Stites
 
Old 02-25-2008, 11:15 PM   #3
steve02169
Member
 
Registered: Feb 2007
Location: Quincy, MA USA
Distribution: Fedora Core 6
Posts: 96

Rep: Reputation: 15
Quote:
Originally Posted by carolus View Post
Is there any live-disk distribution that allows access to all the software from a major repository, e.g. debian, without requiring a full installation to the hard drive? I do not want to risk corrupting the Windows installation, yet I would like to try out some software that is not available on live distros.
I'm not sure about kanotix
http://kanotix.com/index.php?&newlang=eng
but it has klik, which is very similar to apt but does not install

Knoppix is probably what you're looking for, though. I know you can add new software, if you don't touch your hdd at all I believe it can still install and you lose it each time you boot.

I don't find Linux dualboots disruptive of Windows but it has happened. If you set aside part of your windows drive for knoppix to save software installs you haven't risked much, but MS's ntfs is somewhat tricky so if your really cautious you may choose to add an external drive formatted with fat32 to save knoppix's software and settings.

Steve
 
Old 02-25-2008, 11:24 PM   #4
steve02169
Member
 
Registered: Feb 2007
Location: Quincy, MA USA
Distribution: Fedora Core 6
Posts: 96

Rep: Reputation: 15
I'm going to try to clarify the bit about Kanotix. apt get will normally often try to put libraries and configuration files throughout your disk, in many different folders. It can be done, but klik is this innovative system where the software runs without doing so. Knoppix is definitely the answer to your question, though. Just wish I knew more specifically what you need to do.
Actually Knoppix.net has a great forum, and here's a link about klik (works there too I guess)
http://knoppix.net/forum/viewtopic.p...28b4189cadc52d
(I clicked on forum and then klik on the knoppix.net site and this was the second "sticky")
 
Old 02-25-2008, 11:36 PM   #5
carolus
Member
 
Registered: Feb 2008
Posts: 45

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jailbait View Post
Live CDs use RAM for storage. If you did not have any hard drive space available for the live CD then you would lose any software you downloaded whenever you booted. I have never heard of any distribution which does exactly what you are asking for.

The closest I know of is a network install. In that case the installer installs a minimalist software set on the hard drive from the installer CD and then downloads the rest from a repository. That is how I installed the Debian system I am running now. As I remember it the installer did not boot into the hard drive Debian system until after everything had been downloaded and installed from the repository. It is not a very large step from the Debian network install to installing software in the live CD's RAM file system but I have never heard of anyone doing that.

--------------------------
Steve Stites
Knoppix and Puppy allow swapfiles and session freezes to a USB flash drive, so there is room for extra stuff. But their repositories are limited.

I don't think the network install idea will help, since I want to avoid writing anything to my primary hard drive. The risk of corrupting my system outweighs the benefits of trying out some new software.
 
Old 02-25-2008, 11:50 PM   #6
carolus
Member
 
Registered: Feb 2008
Posts: 45

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by steve02169 View Post
I'm going to try to clarify the bit about Kanotix. apt get will normally often try to put libraries and configuration files throughout your disk, in many different folders. It can be done, but klik is this innovative system where the software runs without doing so. Knoppix is definitely the answer to your question, though. Just wish I knew more specifically what you need to do.
Actually Knoppix.net has a great forum, and here's a link about klik (works there too I guess)
http://knoppix.net/forum/viewtopic.p...28b4189cadc52d
(I clicked on forum and then klik on the knoppix.net site and this was the second "sticky")
Knoppix has an apt-get (actually "synaptic") but the repository menu seems to include only things that are already on the disk. So you can upgrade, but can't add new applications.

klik is probably good for commonplace applications, but exotic ones are not likely to be available. Apart from the question of whether you can access them without a full hard-drive installation.

I'm interested in things like the gfortran compiler, which is buggy enough to require frequent upgrades, and other esoterica that you can find only in a big repository like debian or fedora.

I didn't think the chances were good of finding what I asked for, but thought it wouldn't hurt to ask.
 
Old 02-25-2008, 11:55 PM   #7
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Why don't you stick in anothe HDD and install to that?
 
Old 02-26-2008, 02:50 PM   #8
carolus
Member
 
Registered: Feb 2008
Posts: 45

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by steve02169 View Post
I'm not sure about kanotix
http://kanotix.com/index.php?&newlang=eng
but it has klik, which is very similar to apt but does not install

Knoppix is probably what you're looking for, though. I know you can add new software, if you don't touch your hdd at all I believe it can still install and you lose it each time you boot.

I don't find Linux dualboots disruptive of Windows but it has happened. If you set aside part of your windows drive for knoppix to save software installs you haven't risked much, but MS's ntfs is somewhat tricky so if your really cautious you may choose to add an external drive formatted with fat32 to save knoppix's software and settings.

Steve
You're right, Knoppix is what I was looking for. I just had to hit the "refresh" button in Synaptic to see the full package list.

Thanks. Problem solved.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert a rpm based distro into deb (apt-get) distro ? pleasehelpme Linux - Newbie 3 02-11-2008 12:20 AM
Hackin9.live HD installation + Full Screen issue 09-sparky Linux - General 0 04-25-2007 11:18 AM
Live CD with full NTFS Support spaaarky21 Linux - Distributions 9 02-10-2005 01:49 PM
knoppix 3.4 apt-setup on hdinstall / apt-get on live-cd non3 Linux - Distributions 0 05-25-2004 10:14 AM
Is the suse live eval a full version? silverbullet Linux - Newbie 3 02-04-2004 08:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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