LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-08-2006, 04:22 PM   #1
Mr_Man1337
LQ Newbie
 
Registered: Jun 2006
Posts: 1

Rep: Reputation: 0
Installing, regular and source


Ok, I'm sort of a noob, and I had someone else help me install Slackware as well as most of the programs. Can someone give step-by-step instructions on how to
1- Install something if it's a file made for Slackware, such as Firefox or VLC
2- Compile or whatever the term is to install something if you have the source, Cinelerra, to be specific. Thanks.
 
Old 06-08-2006, 04:33 PM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
1) This is easy....as root run installpkg packagename.tgz

2) This isn't much harder.

tar zxvf (for a .tar.gz)
tar xjvf (for a .tar.bz2)
drop into the directory
./configure
make
su to root
make install

Now one thing you REALLY want to do is find a Slackware mirror and install the checkinstall pacage (it is on CD4 in the extras directory. For compiling from source that allows you to create a Slackware package so you can managae it with the normal package tools. So for checkinstall, the process is:

./configure
make
su to root
checkinstall

If you've used the checkinstall provided with Slackware, installpkg is run for you.
 
Old 06-08-2006, 04:37 PM   #3
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Wellcome to LQ!

Quote:
1- Install something if it's a file made for Slackware, such as Firefox or VLC
'installpkg mypackage.tgz'

Quote:
2- Compile or whatever the term is to install something if you have the source, Cinelerra, to be specific. Thanks.
Look for an include README file. These will also sometimes be called BUILD or INSTALL. The directions will be included in one of those files. Just follow the commands and post back if you have any questions.

When your done reading the build directions, read this to learn how to turn that source into your own slackware package.

just ask if you need any additional help.

regards,
...drkstr

**edit**
I guess Hangdog42 can type faster then me

Last edited by drkstr; 06-08-2006 at 04:38 PM.
 
Old 06-08-2006, 07:43 PM   #4
zetabill
Member
 
Registered: Oct 2005
Location: Rhode Island, USA
Distribution: Slackware, Xubuntu
Posts: 348

Rep: Reputation: 32
Question

Quote:
Originally Posted by Hangdog42
If you've used the checkinstall provided with Slackware, installpkg is run for you.
PURELY out of curiosity (since I use the checkinstall that comes with slack), the regular checkinstall doesn't run installpkg? I figured that since the regular checkinstall program asks if it's a Debian, Slackware, or one other type of package, that it would do that anyway?

Regardless, I use the aforementioned checkinstall program when compiling from source. I like to compile from source, but I also like having the package present in case I would like to uninstall or upgradepkg. It seems a bit more hastle-free to compile source this way, but then again I'm very comfortable doing it this way. It's up to you.
 
Old 06-08-2006, 09:02 PM   #5
jimX86
Member
 
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Blog Entries: 1

Rep: Reputation: 79
Quote:
Originally Posted by Mr_Man1337
Compile or whatever the term is to install something if you have the source, Cinelerra, to be specific.
I don't mean to discourage you, but I'm not sure that I'd pick cinelerra as my very first program to compile. If it helps any, I found a Slackware package for cinelerra at www.slacky.it. The site is in Italian, but it's easy enough to find your way around.
 
Old 06-08-2006, 09:39 PM   #6
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
Regardless, I use the aforementioned checkinstall program when compiling from source. I like to compile from source, but I also like having the package present in case I would like to uninstall or upgradepkg.
I don't even use checkinstall. It's to unreliable for me. I just like building my source into a temporary build directory and turn it into a package with 'makepkg'. It's simple and it works, two big pluses in my book.

regards,
...drkstr
 
Old 06-09-2006, 07:32 AM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by zetabill
PURELY out of curiosity (since I use the checkinstall that comes with slack), the regular checkinstall doesn't run installpkg? I figured that since the regular checkinstall program asks if it's a Debian, Slackware, or one other type of package, that it would do that anyway?
A while back I was using a self-compiled version of checkinstall and it didn't run installpkg. I'm guessing that there are some compile options you can set to get it to run installpkg, but since I switched back to the Slackware version, I've never really investigated.
 
Old 06-09-2006, 10:12 PM   #8
zetabill
Member
 
Registered: Oct 2005
Location: Rhode Island, USA
Distribution: Slackware, Xubuntu
Posts: 348

Rep: Reputation: 32
Quote:
Originally Posted by drkstr
I don't even use checkinstall. It's to unreliable for me. I just like building my source into a temporary build directory and turn it into a package with 'makepkg'. It's simple and it works, two big pluses in my book.
I've read that it has problems... honestly I'm newer to slackware and I kinda defaulted to checkinstall. I've been looking at the makepkg approach lately... like this past week. What problems do you have with checkinstall? I don't notice anything but I might not be looking hard enough yet.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing php package after installing from source shubb Slackware 4 03-14-2006 10:19 AM
Installing from source, installing from CVS and the E-17 window manager... Buffbannana049 Ubuntu 10 02-14-2006 11:27 PM
apt-get kernel-source is installing the wrong kernel source. JordanH Ubuntu 10 07-08-2005 05:42 PM
Kernel question: difference between Patch and "regular" kernel source kopikat Linux - Software 1 01-26-2005 05:24 PM
installing mandrake7.2 but failed to create at least one regular user kr4st Linux - Software 2 08-21-2003 10:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration