LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   curious (https://www.linuxquestions.org/questions/linux-newbie-8/curious-420047/)

Thanotos 02-27-2006 09:24 AM

curious
 
Being a newb, getting into the linux and programming world "late" and wanting to understand more than I could probably fathom at this moment in time, I am curious to know if there is someone that could possibly assist.

I am not sure if this is even the correct forum to begin this subject, but what the heck.

As stated I am newb to the wide and wonderful world of LINUX (Slackware 10.2)and as such I am wanting to do all that is possible. For instance I wanted to update my FireFox 1.0.6 to the latest stable version of 1.5.

In my readings I came across a forum where there was a gentleman talking about his trials and tribulations. He goes on to state how he upgraded his FireFox.
Quote:

QUICK UPGRADE HOWTO
-------------------

1) Get the latest Firefox package:
http://www.mozilla.com/products/down...nux&lang=en-US

2) Get the updated SlackBuild stuff for 1.5.0.1:
http://www.michael-bueker.de/files/f....1.SlackBuild/

3) Put firefox-1.5.0.1.tar.gz in the same directory as the SlackBuild stuff

4) Become root and run mozilla-firefox.SlackBuild

5) run
upgradepkg /tmp/mozilla-firefox-1.5.0.1-i686-1mik.tgz

~Mik
my question lies with step number 2. What really is the difference between a package and a build - and more curios what is http://www.michael-bueker.de/files/f...fox.SlackBuild
for?

I am baffled and even though I sounded long winded at the opening of this subject - I am curious and request info towards my question.

Any one want to venture in offering a hint??

tuxrules 02-27-2006 10:04 AM

The best way to start learning slackware (and Linux in general) would be to look at
www.slackware.com
www.slackbook.org
www.slackersbible.org
www.tldp.org

A build script contains all the options and instructions to build and install a software from source code. A package (as it is used in general terms) is a prepackaged (you don't have to build...just install it) software for a particular distro. If you build your own software from source, you get to dictate how you want to build it...with prepackaged, you are relying on someone else to do the hardwark for you.

One of the best books on Linux is Rute user's tutorial and exposition by Paul Sheer. Search BN or Amazon for it. Nice to have a book handy to get started.

Edit: You can always get a prepackaged firefox from slackware.com. Once you download that just do a
Code:

upgradepkg /path/to/package-name.tgz
Tux,


All times are GMT -5. The time now is 03:45 PM.