LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-19-2011, 07:47 AM   #16
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197

I don't know how to modify the installer image for a Linux distribution such as Ubuntu, but I expect others in the forum would know how.

I think what you want is to create an install DVD for Ubuntu that includes extra packages (video and audio format conversion, etc.) that aren't installed by the standard Ubuntu install CD.

If you know what you're doing, that should be fairly easy. Make a directory on a Linux system which is a copy of the contents of the install CD. Add and modify some files in that directory. Convert that directory to a bootable .iso file. Burn that to a DVD (or if you removed packages as well as adding, you might burn it to a CD).

What I just described could be slightly less of a change than what is typically called "remastering" a Linux distribution. But maybe the easiest way is to find and follow instructions for remastering.

As for finding the open source packages you want to use: While you have a good internet connection, install and boot Ubuntu, and use the package manager to install and test a variety of packages and see which ones you like.

Quote:
Originally Posted by snanders View Post
Is it possible/practicle to download Linux based freeware (format converters, cd/dvd copiers,rippers, burners, anti-virus)
with my windows pc? If so, where can I find it?
If not, I should install Linux and use the package manager,
If you know (by name) exactly what you want, it is not too hard to download packages to a Windows PC. Then it is not too hard to use the package manager on a Linux system to install a package from local media instead of from an online repository.

Video packages in Ubuntu's own repository are available here for easy download by non Linux systems:

http://packages.ubuntu.com/natty/video/

BUT you'll notice the descriptions are pretty lean, so you won't know which you want. Most packages aren't self contained. They have dependencies (other packages that must be installed for this package to be installed). Without a package manager, it is easy to make mistakes in tracking down dependencies. Ubuntu's own repositories hold only a fraction of the packages that you can install via Ubuntu's package manager. Other repositories may not make it as easy for a non Linux system to download packages.

So you really need to do a first round using a Linux system with a good internet connection, to find out what you'll need later on systems without good connection.

Last edited by johnsfine; 09-19-2011 at 08:01 AM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-19-2011, 07:49 AM   #17
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Hi snanders,
What people are trying to tell you is, don't use the term "freeware" in a linux context. "freeware" is a windows term. Linux software is free software. "free" means both free as in "beer" and free as in "speech". It doesn't cost anything and you can basically do what you want with it. You can also have access to the source code (hence the term open source). The term for linux software units is "package". Packages may be complete programs or essential parts of many other packages. You can down load packages onto your windows machine and then send them to Africa (or anywhere else). Where you get the packages depends on what distro you are using. You can look at Debian packages here. http://www.debian.org/distrib/packages.
To give one example you can search for the k3b package. Here's a description.
Quote:
Package: k3b (2.0.2-2)

Sophisticated CD/DVD burning application

K3b provides a comfortable user interface to perform most CD/DVD burning tasks. While the experienced user can take influence in all steps of the burning process the beginner may find comfort in the automatic settings and the reasonable k3b defaults which allow a quick start.
You can download the package in the form of a deb file from this site. You will note that each packages comes with a number of dependencies, other packages that are needed in order for the package to work. For example:
Other Packages Related to k3b
Quote:
depends



recommends



suggests

dep: cdparanoia
audio extraction tool for sampling CDs

dep: cdrdao [not kfreebsd-amd64, kfreebsd-i386]
records CDs in Disk-At-Once (DAO) mode

dep: genisoimage
Creates ISO-9660 CD-ROM filesystem images

dep: k3b-data (= 2.0.2-2)
Sophisticated CD/DVD burning application - data files

dep: kdebase-runtime
runtime components from the official KDE release
... and so on
Ciao,
jdk
 
Old 09-19-2011, 07:52 AM   #18
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by jdkaye View Post
What people are trying to tell you is, don't use the term "freeware" in a linux context. "freeware" is a windows term. Linux software is free software. "free" means both free as in "beer" and free as in "speech".
AFAIK "freeware" isn't a Windows term. It means software "free as in beer", but not "free as in speech".

But it is true that most software that costs nothing for Windows is freeware, and that most software that costs nothing for Linux is Free Software.
 
Old 09-19-2011, 07:54 AM   #19
snanders
LQ Newbie
 
Registered: Sep 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
MTK358 wrote:
-- Do you still not understand the difference, and do you understand that almost all Linux software is Free Software, but not freeware? --


Yes I do know the difference, as I indicated in my previous posting.
But I assumed that - considering the philosophy behind Linux, there would be abundant freeware as well.
Or at least for the most obvious prgs such as I mentioned.
Am I to understand that this is not the case and that, while there is a ton of freeware for windows, this is not so for Linux??

Then why should people make the switch to Linux if not at least some of the free software is freeware??
Certainly for Africa cost is of the essence.


added:
I just read the posting of jdkaye.
Seems that 'freeware' is a forbidden windows word
Ok, from the above it is clear that where I speak of freeware it simply means free-of-cost software.

Last edited by snanders; 09-19-2011 at 08:04 AM.
 
Old 09-19-2011, 07:56 AM   #20
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 snanders View Post
Yes I do know the difference, as I indicated in my previous posting.
But I assumed that - considering the philosophy behind Linux, there would be abundant freeware as well.
Or at least for the most obvious prgs such as I mentioned.
Am I to understand that this is not the case and that, while there is a ton of freeware for windows, this is not so for Linux??

Then why should people make the switch to Linux if not at least some of the free software is freeware??
Certainly for Africa cost is of the essence.
No, your comments here suggest that you don't understand the difference in any way at all.

How about you just move on and just don't say "freeware" again. all that matters to you is that you can do everything you want, without spending a penny on software.
 
Old 09-19-2011, 07:59 AM   #21
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by snanders View Post
Am I to understand that this is not the case and that, while there is a ton of freeware for windows, this is not so for Linux??

Then why should people make the switch to Linux if not at least some of the free software is freeware??
What's wrong with Free Software, and why do you specifically want freeware? Free Software may of may not cost money. The vast majority doesn't, so it's not a problem. Plus, unlike freeware, the source code is available, and the license permits you to redistribute your modified version. This is the main philosophy behind Free Software, and most developers for Linux (which is Free Software) follow it.
 
Old 09-19-2011, 08:07 AM   #22
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Quote:
I already have Ubuntu there but without extra freeware people will hesitate to switch from windows to Linux.
Linux CDs come as a "Distribution" which means that most of the commonly used applications are included with the Linux kernel unlike Windows which gives you an OS, browser and Mail basically.
So if you've checked out Ubuntu you'll have found out that it comes with Office software, Graphic manipulation software, music software and DVD/CD ripper/copying and burning software without the need to look for anything else?
Use the Synaptic package manager under System>Administration (or Ubuntu Software manager for that matter) to find other applications as needed.
Is the Ubuntu from a live CD? That's a bootable CD which allows you to run the OS and applications in memory without disturbing the installed OS. Then, if it's OK and you're happy, you can click an icon to install to the hard drive. Note that loads of current Linux Distributions (Distros) come like this, you should be able to download them while in Holland and, if Ubuntu, use Brasero to burn the .iso image to CD, or do a CD to CD copy.

I think you need to use Linux for a while to see what it is before you try and help others, it'll be easier in the long run.

Play Bonny!
 
Old 09-19-2011, 08:15 AM   #23
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Hi snanders,
The term "freeware" isn't forbidden (at least not by me) but I've never heard or seen it used in a Linux context. It wouldn't really mean anything. Have you been in touch with the OLPC organisation? http://laptop.org/en/? The may have some useful ideas for you.
ciao,
jdk
 
Old 09-19-2011, 08:16 AM   #24
resolv_25
Member
 
Registered: Aug 2011
Location: Croatia
Distribution: Debian 10/Ubuntu 20.04
Posts: 64

Rep: Reputation: 15
Quote:
Originally Posted by TobiSGD View Post
Wait a minute, so what you are saying is that you want to promote Linux as a virus free platform for cracking and copying copyrighted material?
This story looks exactly like that to me...
 
Old 09-19-2011, 08:18 AM   #25
snanders
LQ Newbie
 
Registered: Sep 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Splendid! The info that jdkaye gave me is just what I was looking for.
A site page with Linux software (which is in my view both free software and freeware) that I can simply download on a windows machine and then copy onto off line Linux machines in Africa.

Thanks all.


P.S. for TobiSGD
No, nowhere did I suggest that I planned to do something illegal.
How come this is in your mind?? ;-)
As for the African users, I neither confirm nor deny....
The main thing is to spread the blessing of Linux, right?

Last edited by snanders; 09-19-2011 at 08:23 AM.
 
Old 09-19-2011, 08:33 AM   #26
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
african children need charities to help them rip bluray??
 
Old 09-19-2011, 08:39 AM   #27
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by snanders View Post
The main thing is to spread the blessing of Linux, right?
A large part of this "blessing of Linux" is the fact that you are allowed to understand, modify, and redistribute it, something only possible with Free Software.
 
Old 09-19-2011, 09:09 AM   #28
snanders
LQ Newbie
 
Registered: Sep 2011
Posts: 15

Original Poster
Rep: Reputation: Disabled
Certainly MTK358, but the reason I am not going into that is that matching open source with Africa -- at least the part I am going -- is an eh...combination that guarantees many surprises of the unthinkable kind...
 
Old 09-19-2011, 09:24 AM   #29
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by snanders View Post
matching open source with Africa -- at least the part I am going -- is an eh...combination that guarantees many surprises of the unthinkable kind...
???????
 
Old 09-19-2011, 12:56 PM   #30
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Using Linux distributions, there is generally no need to go looking for 'freeware'. All of the major distros include a huge array of software that is already known to the installer and configured for proper operation. For free, and without any searching, other than browsing with the distro-specific software installation tool. Really, except for very special cases, you can probably do anything you want without ever searching for anything on the internet. It is all already there. This is a completely different concept from a Windows installation (BTW, it is curious that you use Windows to propagate Linux).
The only real trick for your case is that most distros include only a database that is used by the installation tool, and installation requires software to be downloaded. However, some distros provide the capability to download everything at once, as ISO images that can be burned to disk, and distributed as physical media. These distros are the ones that a probably appropriate to your purpose.

And, please do grok the difference between the Windows freeware scheme, and the conceptually distinct Free Open Source Software embraced in the GNU/Linux community.
--- rod.
 
  


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
Is HP-UX freeware. cj_cheema Other *NIX 5 07-31-2009 06:16 AM
Freeware for linux cheeseandpenguins Linux - Software 5 05-04-2007 03:44 AM
Need Palm OS Freeware mhelliwell General 3 05-29-2006 02:48 PM
freeware Skiny Linux - Software 1 06-24-2003 02:38 PM
SCORM Freeware??? Kzin General 1 11-03-2001 03:23 AM

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

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