LinuxQuestions.org
Help answer threads with 0 replies.
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 12-24-2006, 08:54 AM   #1
Nimio
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
Seeking Linux without "file dependencies"


Hi all,
I am looking for Linux distro without "file dependencies" when installing application softwares. Because, I don't have broadband internet connection to solve file dependencies. Otherwise, if you know website that can download the application with its dependencies, tell me. Thanks.

Nimio
 
Old 12-24-2006, 09:03 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Nimio
Hi all,
I am looking for Linux distro without "file dependencies" when installing application softwares. Because, I don't have broadband internet connection to solve file dependencies. Otherwise, if you know website that can download the application with its dependencies, tell me. Thanks.

Nimio
Sorry--no such thing exists. Just about any piece of SW for **ANY** computer has some dependency on other libraries.

The first choice for installing SW should always be with your package manager---when you choose something that is in the repository for your system, the package manager resolves the dependencies automatically.

I now recommend the Debian/ubuntu family of distros because I think they have the best package management system. (apt/deb) (Synaptic, Adept, etc. for the GUI front end.)
 
Old 12-30-2006, 11:19 PM   #3
FnordPerfect
Member
 
Registered: Dec 2006
Location: Germany
Distribution: Kubuntu (Feisty Fawn), Debian (SID)
Posts: 127

Rep: Reputation: 15
Alas, pixellany is right. This is not the way Linux systems are supposed to work. Windows programs also have their dependencies; the difference is that there most neccessary files are already included in the installer package/zip-archive/whatever.

There are various approaches to imitate this for Linux world, but applications all need to be repackaged for theses, so the variety of programs is not as big as with the established distributions.
Have a look at klik (http://klik.atekon.de/). It "strives to be the easiest way to download and run software without installation". Have never used it, though.

Another workaround might be to choose a very popular distribution which is regularly included as a CD/DVD with PC magazines. Then you can upgrade and install from there and don't have to download everything.

I am on a slow internet connection myself, and am fighting with dependency hell right now: I cannot upgrade to python2.4 without additionally upgrading OpenOffice, both being rather huge.
Sorry, but we're gonna have to live with that.
 
Old 12-31-2006, 10:22 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by FnordPerfect
I cannot upgrade to python2.4 without additionally upgrading OpenOffice, both being rather huge.
Sorry, but we're gonna have to live with that.
What???
You would not even have to have OpenOffice at all to use Python!
 
Old 12-31-2006, 10:26 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by pixellany
What???
You would not even have to have OpenOffice at all to use Python!
not for a base build of your own, or possibly a binary instrall from openoffice.org, but it does have python hooks so if an rpm based distro or similar decides to require that dep, then it's stuck there, unless you break it deliberately.

The thing about dependencies is that they lead to a much much smaller and more efficient system being developed in much less time too. if you want to have an app with no dependencies then you need to go and either include directly everythign it needs, i.e. replicate every single library and waste disk space (and internet bandwidth!!) and all sorts, or rewrite everythign yourself from scratch to only use the bits of each library you need personally from scratch.. no thanks!

Last edited by acid_kewpie; 12-31-2006 at 10:28 AM.
 
Old 01-17-2007, 10:16 AM   #6
Nimio
LQ Newbie
 
Registered: May 2006
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by acid_kewpie
The thing about dependencies is that they lead to a much much smaller and more efficient system being developed in much less time too. if you want to have an app with no dependencies then you need to go and either include directly everythign it needs, i.e. replicate every single library and waste disk space (and internet bandwidth!!) and all sorts, or rewrite everythign yourself from scratch to only use the bits of each library you need personally from scratch.. no thanks!
Thanks for your opinion. Many people don't like using Linux because they said, "Installing softwares in Linux is complicated, unlike Microsoft Windows". A lot of Linux Live CD/DVD out there but don't fall Windows domination in desktop segment.
 
Old 01-17-2007, 07:20 PM   #7
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
I would say installing software on most Linux distributions is much simpler than on Windows. You simply open the package manager, find the program you want and click install.

You will find that downloading a program that included all its dependencies would be a very large file, and there wouldn't be any savings over downloading the dependencies separately.

What distro do you want? If you get a distro such as Ubuntu, it includes most things you need without installing extra programs.

--Ian
 
  


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
"bad interpreter : no such file or directory" when configure "flex" acer_peri Linux - Software 10 11-10-2010 01:19 AM
"fc5" mount does not recognize "smbfs" file system? bdplays Linux - Networking 6 06-28-2006 11:21 AM
Seeking "install party" answers re 9.0 vs 10.0 John76 Slackware - Installation 5 12-06-2004 03:30 PM
Total noob seeking "where to start" advice DJchicago Linux - Newbie 1 09-06-2004 09:44 PM
Can't locate object method "splitpath" via package "File::Spec" RobJohnston Linux - General 2 06-28-2003 09:59 AM

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

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