Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > The Community > General Computer Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 03-17-2005, 10:15 AM   #1 (permalink)
Noogle
 
Join Date: Oct 2004
Location: Corner Brook, NL, Canada
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
matthewmurley
Send a message via MSN to matthewmurley
Linux?

for about 14 years, i've been using windows, so recently, i decided to switch over to linux after checking it out on other computers, etc., and i'm getting the hang of it, but i can't quite figure out how to install/compile programs, i.e. gFTP, etc. Any suggestions?
matthewmurley is offline   Reply With Quote
 
Sponsored Links
Old 03-24-2005, 06:30 AM   #2 (permalink)
meg
Noogle
 
Join Date: Mar 2005
Location: Atlanta, Georgia, USA
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
meg
Send a message via ICQ to meg Send a message via AIM to meg Send a message via Yahoo to meg
Matthew: Each type of Linux, called a distribution, handles software installation and updates differently. Which distro are you running (RedHat, Debian, Mandrake, SuSe...)?

Debian is my current favorite: it uses something called apt to update software. I type "apt-get install gftp" and if the name matches, the software is installed.

Lots of Linux newbies like Mandrake, which I've never tried.

Underneath all these packaging and updating systems, most Linux software installation works like this:
1. Get the source code for whatever you want to install.
2. Uncompress the files into a directory.
3. Run a program to configure the software installation for your computer.
4. Run the program to compile the software.
5. Run the installer.

For nearly all Windows programs, you begin at step 5. With the Linux packagers/installers I was describing earlier, you begin at something similar to step 5. This process builds software from the original source code: the 'open source' in open source software.

Best of luck!
meg is offline   Reply With Quote
Old 03-24-2005, 06:33 AM   #3 (permalink)
meg
Noogle
 
Join Date: Mar 2005
Location: Atlanta, Georgia, USA
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
meg
Send a message via ICQ to meg Send a message via AIM to meg Send a message via Yahoo to meg
Oh, and a quick suggestion: if you'd like to learn Linux but don't want to give over your home computer to the cause, check out the free accounts at http://www.freeshell.org.

Learn Unix/Linux
Free email
Practice on a machine you don't have to maintain
meg is offline   Reply With Quote
Old 04-27-2005, 02:52 PM   #4 (permalink)
Noogle
 
Join Date: Apr 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
swaddell
Or look for google for 'live evals ' or ' livecd '

I agree debian is the best flavor, a nice learning version of debian, xandros is worth checking out.

- Scott
swaddell is offline   Reply With Quote
Old 04-27-2005, 06:33 PM   #5 (permalink)
Master Googler
 
Join Date: Feb 2005
Location: Moving towards Heaven
Posts: 780
Thanks: 0
Thanked 0 Times in 0 Posts
Gooooogler
I had been using linux for quite some time now.
There are three ways you can install Linux on your system.

1) Remove Windows from youe comp and install only linux. But i am sure you will not take this step and you will not be able to play most of your favorite games. And its really difficult to run Windows base games on linux though software are avalaible for doing so. But its nearly difficult for a newbie to do the same

2) Repartiton your hardisk using a 3rd party partitioning tool. and install Linux on different partition. This is one of the best ways to have fun with linux.

3) Use third party emulation tool like VMAWARE to install Linux on your Windows. But this will surely hamper the performance of your Computer.
Gooooogler is offline   Reply With Quote
Old 04-27-2005, 07:48 PM   #6 (permalink)
Google Guru
 
Join Date: Jul 2004
Location: India
Posts: 2,399
Thanks: 0
Thanked 1 Time in 1 Post
cvrk3
meg, your clarification was excellant and lucid! keep it up!!
cvrk3 is offline   Reply With Quote
Old 04-28-2005, 10:45 AM   #7 (permalink)
Microsoft Student Partner
Google Guru
 
darrenstraight's Avatar
 
Join Date: Jul 2004
Location: England
Posts: 5,787
Thanks: 0
Thanked 2 Times in 2 Posts
darrenstraight has disabled reputation
Quote:
Originally Posted by cvrk3
meg, your clarification was excellant and lucid! keep it up!!
I agree with you on this one cvrk3.

Stay like that meg and your be on your way to the top in no time at all.
darrenstraight is offline   Reply With Quote
Old 05-05-2005, 12:51 PM   #8 (permalink)
Senior Googler
 
Join Date: Jun 2004
Posts: 125
Thanks: 0
Thanked 0 Times in 0 Posts
Arisna
Quote:
Originally Posted by meg
Debian is my current favorite: it uses something called apt to update software. I type "apt-get install gftp" and if the name matches, the software is installed.
I've been using Debian for 4 months. Aptitude is a lot easier than the usual installation, which I will flesh out in rather more detail shortly. Also, apt-cache search *searchterm* will let you look for packages if you don't have an exact name/the name doesn't get you the package.

Quote:
Originally Posted by meg
Underneath all these packaging and updating systems, most Linux software installation works like this:
1. Get the source code for whatever you want to install.
2. Uncompress the files into a directory.
3. Run a program to configure the software installation for your computer.
4. Run the program to compile the software.
5. Run the installer.
When I was running Fedora last year, I was thoroughly unimpressed with its package manager. Hence, I know the "old-fashioned" way of installing programs, too:

Code:
tar xzfv *whatever*.tar.gz (tar xjfv if the file name ends in .tar.bz2)
cd *directory created by untarring*
./configure
make
su
*Root Password*
make install
Like meg said, this uncompresses the source, sets it up for your system, compiles it, and installs it.
Arisna is offline   Reply With Quote
Old 07-19-2005, 02:52 AM   #9 (permalink)
Google Freak
 
Join Date: Jul 2005
Location: Selangor, Malaysia
Posts: 424
Thanks: 0
Thanked 0 Times in 0 Posts
L4nc3k
Send a message via ICQ to L4nc3k Send a message via MSN to L4nc3k
Quote:
Originally Posted by cvrk3
meg, your clarification was excellant and lucid! keep it up!!
Yea, I do agree with you.
-Lancer
L4nc3k is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux bhagavat General Computer Forum 23 06-11-2006 12:01 PM
Help with linux needed!!! Kenmcfa General Computer Forum 2 10-08-2005 08:28 PM
Linux broken General Computer Forum 9 11-20-2004 11:25 AM
Linux on iPod putnik Chit Chat 4 07-23-2004 02:39 AM


All times are GMT -8. The time now is 04:59 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community