Sponsored Content
Full Discussion: Free O/S for Unix downloads
Top Forums UNIX for Dummies Questions & Answers Free O/S for Unix downloads Post 302457239 by Neo on Monday 27th of September 2010 02:59:28 PM
Old 09-27-2010
Quote:
Originally Posted by jsb1022
Can I download Debian or SUSE for free? If so, from where on the internet can I get a free version of Unix?
As scottn said.....

Debian and suse are not unix systems... they are linux distributions.

... and as scottn also mentioned...

you can easily so a Google search and find these distributions (freely) on the net.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Free/Educational Unix for PC??

1) Which versions of unix are available free or for educational purposes for PC. I see that the solaris binaries cannot be used on PC. 2) When I installed Linux RedHat, I had to make a partition in ext3 format. Will I have to do something similar for unix? BTW, my linux red hat os will not... (5 Replies)
Discussion started by: LANSTARR.COM
5 Replies

2. UNIX for Dummies Questions & Answers

free vs commercial Unix

First off, I apologize for making my first post here a question that has probably been asked over a billion times... however with the ever changing nature of technology, it almost seems like yesterday's answers are no longer applicable. Basically I am looking to start up a business and am trying... (15 Replies)
Discussion started by: Verbose Bob
15 Replies

3. UNIX for Dummies Questions & Answers

Hardware for UNIX/Free BSD

Hi! I'm planning to start to set up a Webserver. All software has to be freeware. I'm also planning to use Free BSD/UNIX for this project. Apache as Webserversystem and so on... Therefor I would like to have some info about what kind of hardware I need. I'm planning to buy a computer... (9 Replies)
Discussion started by: kargooliw
9 Replies

4. UNIX for Dummies Questions & Answers

Free Shareware for UNix.

Hello Guys, Just started with unix. I need it to keep my job. I need a free downloadable Unix simulator to use. I already have a unix material i'm reading. Any ideas. :) (1 Reply)
Discussion started by: iwegbue3
1 Replies

5. UNIX for Dummies Questions & Answers

Free UNIX version

Hi, I want to learn UNIX at home. Are there any free version of UNIX to download on the internet and install on my PC??? (20 Replies)
Discussion started by: 012633023
20 Replies

6. UNIX for Advanced & Expert Users

Free UNIX software with oracle

Hi Friends, is there any site for download the UNIX operating system with Oracle database. if yes, Please send me the link for download the free Oracle software in UNIX environment. Thanks MPS (1 Reply)
Discussion started by: psiva_arul
1 Replies

7. UNIX for Dummies Questions & Answers

Free unix software

I used to have a free software on my computer to practice unix. Unfortunately, I had to rebuild the laptop after it was infected by a virus. Now I cannot remember the website where to download the software. Can anyone point me to a site? Thanks! (2 Replies)
Discussion started by: Ernst
2 Replies

8. UNIX for Advanced & Expert Users

Output of Free command in unix?

Hello, I need some help to interpret the below output... What is -/+ buffers/cache? My understanding is, total RAM is 3986152 Bytes, used RAM is 3950904 bytes. What is buffers and cached?? Can any one please interpret this output? It would be great help if some one can help me on this? ... (2 Replies)
Discussion started by: govindts
2 Replies

9. Red Hat

How do i find free space in my unix?

Hello, I wanted to calculate free space in my unix file system. Here is my direction. I can use df -h command to get the below output. Filesystem Size Used Avail Use% Mounted on =================================================== /dev/vx/dsk/edcdg/data01vol ... (9 Replies)
Discussion started by: govindts
9 Replies

10. Shell Programming and Scripting

Free online unix pdf?

Hi Friends, Can anybody please send me the best links for reading online unix tutorials. I knew the unix little bit, but I don't know properly :) Regards, Nag (1 Reply)
Discussion started by: nagraju.allam
1 Replies
Module::Packaged::Generate(3pm) 			User Contributed Perl Documentation			   Module::Packaged::Generate(3pm)

NAME
Module::Packaged - Report upon packages of CPAN distributions SYNOPSIS
use Module::Packaged; my $p = Module::Packaged->new(); my $dists = $p->check('Archive-Tar'); # $dists is now: # { # cpan => '1.08', # debian => '1.03', # fedora => '0.22', # freebsd => '1.07', # gentoo => '1.05', # openbsd => '0.22', # suse => '0.23', # } # meaning that Archive-Tar is at version 1.08 on CPAN but only at # version 1.07 on FreeBSD, version 1.05 on Gentoo, version 1.03 on # Debian, version 0.23 on SUSE and version 0.22 on OpenBSD DESCRIPTION
CPAN consists of distributions. However, CPAN is not an isolated system - distributions are also packaged in other places, such as for operating systems. This module reports whether CPAN distributions are packaged for various operating systems, and which version they have. Note: only CPAN, Debian, Fedora (Core 2), FreeBSD, Gentoo, Mandriva (10.1), OpenBSD (3.6) and SUSE (9.2) are currently supported. I want to support everything else. Patches are welcome. METHODS
new() The new() method is a constructor: my $p = Module::Packaged->new(); check() The check() method returns a hash reference. The keys are various distributions, the values the version number included: my $dists = $p->check('Archive-Tar'); COPYRIGHT
Copyright (c) 2003-5 Leon Brocard. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHOR
Leon Brocard, leon@astray.com perl v5.12.4 2011-09-17 Module::Packaged::Generate(3pm)
All times are GMT -4. The time now is 07:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy