Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-08-2006, 05:22 PM
|
#1
|
LQ Newbie
Registered: Jun 2006
Posts: 1
Rep:
|
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.
|
|
|
06-08-2006, 05:33 PM
|
#2
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
|
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.
|
|
|
06-08-2006, 05:37 PM
|
#3
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
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 05:38 PM.
|
|
|
06-08-2006, 08:43 PM
|
#4
|
Member
Registered: Oct 2005
Location: Rhode Island, USA
Distribution: Slackware, Xubuntu
Posts: 348
Rep:
|
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.
|
|
|
06-08-2006, 10:02 PM
|
#5
|
Member
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Rep:
|
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.
|
|
|
06-08-2006, 10:39 PM
|
#6
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
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
|
|
|
06-09-2006, 08:32 AM
|
#7
|
LQ Veteran
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
|
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.
|
|
|
06-09-2006, 11:12 PM
|
#8
|
Member
Registered: Oct 2005
Location: Rhode Island, USA
Distribution: Slackware, Xubuntu
Posts: 348
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 09:32 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|