Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 05-01-2004, 08:23 PM   #1
Member (9 bit)
 
Join Date: Feb 2002
Location: Phx, AZ
Posts: 317
Send a message via Yahoo to Dodge7
A few questions on Linux [to make the switch]

I have been told that Linux is like the Mac, you can just drag and drop programs, without needing a specialiized install program like Winodws requires. And now I am told Linux DOES require install programs. You can't just drag and drop. Which is right? [If that is the case I would just stay with Windows, that is one of my major complaints - the hassle of doing system reinstalls and finding the install programs.

I am not too fond of Open Office.. do I have any other [good] choices?

Thanks for any help and feedback
....................................................................

computer: a white box from a nondescript store, with nondescript employees named Steve, Kurt, Dave ...
Dodge7 is offline   Reply With Quote
Old 05-02-2004, 05:07 PM   #2
Member (9 bit)
 
Join Date: Jan 2000
Location: Atwater Mn. USA
Posts: 429
Hi,

Well, to answer your question about install programs -- yes and no . Yes there are special programs that need to be installed to be able to install software. Such as gcc compilers and make to name a few.

The good news is they are generally installed automaticlly for you and you need not know much of anything about them. They work in the background. Even Macs use install software, they just hide it from you.

If you use an RPM based distro like Mandrake and wish to install software you simply start a program like kpackage and then select the rpm you want and click install. Or better yet open a terminal and type "urpmi packagename" (Mandrake distros only, others use thier own stuff). You can install from webbased software repositories easily that way.

Compiling from source is different than installing from a pre-compiled binary al la windows or rpms. And this is what you might be thinking about. It is a different procedure indeed. Source code is generally compressed into a "tarball" (that's just a compresstion format like zip is), they often are file names that end it ".tar, .tar.gz, or .tar.bz2. The first thing to do is open a terminal, then you uncompress it by typing "tar xzvf filename". Then you can go into the uncompressed directory and there you generally run the commands "./configure", "make", and last, "make install". Then you can start using your new software right away.

If you stick with whatever distro's software manager does, then you are never more than a few mouse clicks away from new software. But, even compiling from source isn't hard or mystical either. Just different. Plus, YOU have total control, nothing is hidden from you.

If you don need a lot of MS Office compatability, then you could check out KOffice, or AbiWord.

HTH,
OOPS!
__________________
If you think you understand what's going on. Then you haven't been paying attention.
OOPS! is offline   Reply With Quote
Old 05-03-2004, 09:23 PM   #3
Member (9 bit)
 
Join Date: Feb 2002
Location: Phx, AZ
Posts: 317
Send a message via Yahoo to Dodge7
I know that with the old Mac OS you could just drag and drop and application from another Mac, and run it. I've done it, in fact I dragged and dropped the system folder, gone back and forth running the system from a floppy and HD, and it worked.

I think the new Mac is the same. I heard of people taking iPods into computer stores, corpying MS Office off the Mac's HD and then dropping it on their computer... no specialized install program required?

So, I thought Linux was the same...
Dodge7 is offline   Reply With Quote
Old 06-07-2004, 05:58 AM   #4
Member (10 bit)
 
LocoCoyote's Avatar
 
Join Date: Jan 2003
Location: Germany
Posts: 537
Send a message via Yahoo to LocoCoyote Send a message via Skype™ to LocoCoyote
It sounds to me like you were either lucky by moving compatable files, or something. I do not think there is anything as a OS independant drag and drop! Now the files may or may not be recognizable to your OS. ie a .txt file will be readable by almost everything out there, while a Windows .exe may cause problems under OpenBSD. Now there are great utilities for reading these oddball files, but not all files will work on all systems.

An interesing aside here......
Mac OS X is differnt from the eairlier Mac OS's. OS X is based on BSD Unix!
__________________
Nisi defectum, Exploro quippini

Last edited by LocoCoyote; 06-07-2004 at 06:01 AM.
LocoCoyote is offline   Reply With Quote
Old 06-07-2004, 06:14 AM   #5
Member (7 bit)
 
rcx21000's Avatar
 
Join Date: Feb 2004
Posts: 102
If you are worried about program installation, get Gentoo Linux (www.gentoo.org). It's hard to install the distro, but it has great packae managment. If you want to install anything, just do:

emerge thing_to_install

For example firefox:

emerge mozilla-firefox

Will DL & install all firefox files. The program does have to be in Gentoo's database of programs, but almost everything is there, and to update, just do:

emerge rsync

I love Gentoo
rcx21000 is offline   Reply With Quote
Old 06-07-2004, 07:18 AM   #6
Member (10 bit)
 
LocoCoyote's Avatar
 
Join Date: Jan 2003
Location: Germany
Posts: 537
Send a message via Yahoo to LocoCoyote Send a message via Skype™ to LocoCoyote
I have never tried that, but it seems to me to be a backwards way to accomplish the task. I must also wonder about developing a system that does not follow the standard (even if it is only a de facto standard)
Then again, package installment/management is one of the main stumbling points for new users.
LocoCoyote is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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



All times are GMT -5. The time now is 07:03 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2