|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Noogle
![]() |
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?
|
|
|
|
|
Sponsored Links
|
|
|
|
#2 (permalink) |
|
Noogle
![]() |
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! |
|
|
|
|
|
#3 (permalink) |
|
Noogle
![]() |
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 |
|
|
|
|
|
#5 (permalink) |
|
Master Googler
![]() Join Date: Feb 2005
Location: Moving towards Heaven
Posts: 780
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
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. |
|
|
|
|
|
#7 (permalink) | |
|
Microsoft Student Partner
Google Guru
![]() Join Date: Jul 2004
Location: England
Posts: 5,787
Thanks: 0
Thanked 2 Times in 2 Posts
![]() |
Quote:
Stay like that meg and your be on your way to the top in no time at all. |
|
|
|
|
|
|
#8 (permalink) | ||
|
Senior Googler
![]() Join Date: Jun 2004
Posts: 125
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Quote:
Quote:
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 |
||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |