LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Using Slackware 14 first time.Found it good. (https://www.linuxquestions.org/questions/slackware-14/using-slackware-14-first-time-found-it-good-4175444473/)

gardenair 01-07-2013 04:42 AM

Using Slackware 14 first time.Found it good.
 
hi,
I am not posting my thread regarding to slackware problem but I need some little guidence about it. So going to back about my start in linux. I was using Linux since last 9 years and my start was Red Hat Linux 9 (for learning purpose) at that time.It was quite interesting to learn it. Soon I switch to Fedora and start learning it,then CentOS was my last choice in which I configure different types of servers.

I appreciate linuxquestions.org that it is a forum where from very begineer to experts write their comments/answers regarding to the problem.Couple of days ago I download Debian 6 and try to use it.I face problems a bit bcz I was too much familier with rpm style distro.

Learning Debian was a new task. I though about slackware why not I try it. Believe me I found it too much interesting and really it is good saying that I"f you lean slackware u will learn Linux." The thing which was calling in my mind was it is a community base distro like Debian or like a company base like Fedora which is powered by Red Hat?

2- The second point is there is no Samba,Squid,Openldap configuration files by default if i install every thing so how can I configure these things.Does slackware ware have its own repository where where we just update a package and it automatically install all dependencies ? like for example we do in fedora

#yum samba* update

in Slackware how can I do work for desktop point of view and Server side as well ?

regards,
gardenair

Iberwil 01-07-2013 05:18 AM

Community has some input, but I guess is more like a volunteers distro.

There are plenty of repositories from where you can install or upgrade packages, but no automatic dependencies resolving. Look up slackpkg and slapt-get (which also has a gui).

You might want to look up slackbuilds and sbopkg as well.

Installing and configuring the services you speak of are two different things and you'll need to know how to do both.

I guess that you do desktop work and server work the same way you'd do it with any other distro. Is there something more specific you mean to ask with this question?

mlangdn 01-07-2013 05:23 AM

Here's a good place to start on learning about Slackware:

http://docs.slackware.com/

gardenair 01-07-2013 05:25 AM

Thanks for your kind reply.Well I configure server using terminal I like commands but some times I use GUI.

Yes If I be specific to my thread is theam of your comments as below.

Quote:

Installing and configuring the services you speak of are two different things and you'll need to know how to do both.
I does not know from where I may start slackware. Suppose I want to install squid in my slackware I shall download the gz kind of fine.Extract it, then

# ./configure,
# make
# make install

In fedora,Centos I do like it but in slackware ....Well can u give me any link or tutorial from where I get help about the installation process in slackware ?

thanks.

wigry 01-07-2013 05:42 AM

Hi,

First I would like to point out that Samba is included with default Slackware install. It is under n packages (networking related stuff). So only thing is to configure samba. Here is the detailed walkthrough how to configure Samba in Slackware

http://slackbook.org/html/network-co...RATION-NSF-SMB

Dependency resolution is something that is intentionally left out in Slackware. It gives you immense freedom to do anything. Great freedom however requires great responsibility so it is your task to maintain your system. If you break it, you must fix it. Once configured properly however. Slackware requires almost no maintenance and just keeps running forever.

Iberwil 01-07-2013 05:43 AM

You could install squid (3.1.20) from sbopkg which is an interface to communicate with slackbuilds.org and it does download, build and installation for you automatically.

As suggested, you have to learn the basics before getting on with other stuff.

mlangdn 01-07-2013 05:44 AM

Here's one:

http://docs.slackware.com/slackware:beginners_guide

Here's another for software installation:

http://docs.slackware.com/slackware:...e_management?s[]=install&s[]=software

Iberwil 01-07-2013 05:45 AM

Ah, thank you.

tronayne 01-07-2013 06:02 AM

Slackware works with package management tools; e.g., installpkg, upgradepkg, removepkg. "Packages" are, for all practical purposes, the output of configure-make-make install created in a special way so that one of the mentioned tools can deal with installing, upgrading or removing packaged software.

There is a utility, src2pkg (see http://distro.ibiblio.org/amigolinux/download/src2pkg/) you can use to create a Slackware package from source -- in fact, once you have installed src2pkg, there is an example for creating a Slackware package from Squid source. The example will be found in /usr/doc/src2pkg-2.7/examples/squid.

The most useful place to find what are called SlackBuilds (files that are used to actually make Slackware packages from source code) is http://slackbuilds.org/; there is a search box and, if you enter the name of a package, you'll be presented with a link to the files you need plus a link to the source code. As it happens, squid is one of the SlackBuilds available at SlackBuilds.org.

Doe a little reading about how to use both src2pkg and SlackBuilds.org and you'll have an easy time of installing additional software as time goes on.

Hope this helps some.

kikinovak 01-07-2013 11:52 AM

Using Slackware 3694th time. Still find it good. :cool:

hitest 01-08-2013 09:27 AM

Quote:

Originally Posted by kikinovak (Post 4864763)
Using Slackware 3694th time. Still find it good. :cool:

Once you Slack, you never go back. Slackware all the way, man. :)

linuxpokernut 01-08-2013 01:44 PM

slackbuilds.org and the tool that goes with it, sbopkg, are my slack-fu. I use that most of the time, or just build from source. Or sometimes look on slackbuilds.org for the dependencies and build them all from source. I'm more of a hack than a guru, so I don't do that to edit the flags, it just seems to be more stable. But to be honest slackware built with packages seems to me more stable than most other distros. The one program I ALWAYS compile is wine.

Quote:

I does not know from where I may start slackware. Suppose I want to install squid in my slackware I shall download the gz kind of fine.Extract it, then

# ./configure,
# make
# make install

In fedora,Centos I do like it but in slackware ....Well can u give me any link or tutorial from where I get help about the installation process in slackware ?
That works. IMHO the best way to do it. Read the README first because its not always exactly the same process.


http://sbopkg.org/
http://slackbuilds.org/

^^ In case you are a slacker like me ^^


All times are GMT -5. The time now is 04:36 PM.