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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-08-2012, 06:59 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2006
Posts: 5
Rep:
|
slackware "full ==> what you want " or "minimal ===> what you want" ?
Hi all,
Maybe many threads have been written on the subject but still I could not make a decision.
1) Slackware dev team recomends the full install and then remove what you do not need.
2) Other approach is select the packages according what you need.
So which one is the best way to reach wanted slackware installation.
emre
|
|
|
|
10-08-2012, 07:01 AM
|
#2
|
|
Member
Registered: Sep 2012
Posts: 75
Rep:
|
If you're new to Slackware it's best to just install the lot... if you definitely know that you don't want KDE or Xfce, you could remove either or both.
|
|
|
|
10-08-2012, 07:24 AM
|
#3
|
|
Member
Registered: Dec 2005
Distribution: Slackware -current, 14.0
Posts: 958
Rep: 
|
Unless there is an issue with storage space, I see no reason not to install everything, just for the wide variety of tools and options that a full install enables.
One may not want to use kde or xfce as a de/wm, but one may wish to use kmix, or xfce-power-manager, or konsole/Terminal, etc.
cheers,
|
|
|
|
10-08-2012, 07:47 AM
|
#4
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,946
|
the thing that you should take in account is that only full installs are supported, so if you decide to exclude something, it's assumed that you know what you're doing and you will take care yourself of any problem that might arise (missing dependencies and so on) from making this choice.
I'm using myself some stripped down installs of slack for some containers that I use for web services, and the list of packages I use for that are very small, but I know that I have to rebuild myself some packages to cut away their dependency on X libraries if I don't want these in my installs and still want to run php on it, just to make an example.
|
|
|
|
10-08-2012, 08:17 AM
|
#5
|
|
Member
Registered: Mar 2002
Location: Oklahoma
Posts: 960
Rep:
|
I used to be that way, nit pick through every package un-ticking the ones i did not use, i used to even go so far as deleting man pages and documentation that i never read, and even edit files in /etc/ and once in a while find that later on i needed some of the packages i omitted because something else was dependent on a file within one of those un-ticked packages, nowadays i wont bother and just install everything because it is easier that way, with the large harddrives available nowadays disk space is never a problem for me, i do leave unneeded services turned off,
|
|
|
|
10-08-2012, 08:59 AM
|
#6
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware
Posts: 12,172
|
Unless I have special needs (like a very small harddisks or setting up a server without X) I always go for the full install. It just makes the live easier when installing software from SBo or third party repositories like AlienBob's.
|
|
|
|
10-08-2012, 09:12 AM
|
#7
|
|
Member
Registered: Sep 2009
Location: Saskatoon, Saskatchewan
Distribution: Slackware 13.37
Posts: 60
Rep:
|
I have an old 'puter that I use as a house printer server. It has a minimal install of Slackware. No X11, no KDE etc. .. just the base system. It depends on what you will be using the machine for I guess. When I install on a computer that I will be physically using on a regular basis I do a full install so that I have everything available when and if I need it. 
|
|
|
|
10-08-2012, 09:34 AM
|
#8
|
|
Member
Registered: Aug 2011
Distribution: Slackware
Posts: 238
Rep:
|
I like to use non-full installs. There are lots of apps I know I am not going to use (and if I needed them, I could install them later from the DVD). It does not make much sense to include stuff you have no use for. It just fattens your system backup archives -which can grow up very fast if you keep long term tracking for them.
Performing a super-minimal install is non really trivial, and I would not suggest such a thing unless you like challenges. My own approach is to surf the package list removing just the packages I am 100% sure I won't miss. You could get XFCE, KDE(I), Y, Emacs and the kernel source out all at once if desired, but just don't complain if you need this stuff later. I use no Thunderbird, so I kick it out. Same with some newsreaders, xv, lots of graphic card packages for chips I don't own, wifi things...
Just don't take it too far, so you don't uninstall something important like an idiot. If you don't know what something is, don't touch it, and you will be fine.
|
|
|
|
10-08-2012, 10:10 AM
|
#9
|
|
Senior Member
Registered: Feb 2009
Posts: 3,138
|
I installed Slackware this weekend (yay!!!) and went withe the full install. As I understand it, there is no advantage (and a big disadvantage, in the risk of missing dependencies) for a beginner/intermediate user such as myself to cherry-picking which packages I want, unless my computer has a very tiny hard drive (less than 8gb).
Last edited by snowpine; 10-08-2012 at 10:12 AM.
|
|
|
|
10-08-2012, 10:44 AM
|
#10
|
|
Senior Member
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware, FreeBSD
Posts: 3,650
|
If you know what you're doing you can do a selective install. We offer support for full installations of Slackware. I always opt for a full install as everything will work out of the box with all dependencies met.
|
|
|
|
10-08-2012, 12:01 PM
|
#11
|
|
LQ Newbie
Registered: Aug 2006
Posts: 5
Original Poster
Rep:
|
thanks for all reply,
let me rephrase my question on different way..
as all we know that hard disk space is not a big problem today. the problem is when I go with full install it comes with many software that they are similar to each other. I do not want to have many browsers, media players, office suits vs vs. I just want to use one of my personal choise and remove (or do not install at first place) others.
after what I have read here this is what I think to do:
I will go with full install and remove the software that I do not want. So I will not mess with dependency problems. And also I believe that left over packages will not effect on my system performance?
emre
Last edited by emre polat; 10-08-2012 at 03:59 PM.
|
|
|
|
10-08-2012, 12:41 PM
|
#12
|
|
Senior Member
Registered: Feb 2009
Posts: 3,138
|
Quote:
Originally Posted by emre polat
let me rephrase my question on different way..
as all we know that hard disk space is not a big problem today. the problem is when I go with full install it comes with many software that they are similar to each other. I do not want to many browsers, media players, office suits vs vs. I just want to use one of my personal choise and remove (or do not install at first place) others.
|
A distro like Arch, Debian, or Ubuntu would be a better starting point for this kind of project, in my opinion. Slackware has a different design philosophy, as some of us tried to explain above...
For example this guide will get you there very quickly and easily, in about a 1gb footprint: http://www.psychocats.net/ubuntu/minimal
Last edited by snowpine; 10-08-2012 at 12:44 PM.
|
|
|
|
10-08-2012, 02:48 PM
|
#13
|
|
Senior Member
Registered: Jul 2011
Distribution: Slackware64-14.0, LFS-7.3, FreeBSD 9.1
Posts: 1,102
Rep: 
|
I would recommend for someone wanting a very customized system to try ArchLinux. Arch's Pacman utility will only install exactly what is needed for the programs you intend to run.
Arch is somewhat like Slackware in taking a minimalist approach, but I have found their installation to be rather complex, too advanced for most users, and often you'll spend more time setting up everything and testing settings from scratch than using it. Plus, Arch does have the flaw of using too much bleeding edge software. Often Arch is VERY unstable and it's not too often you might end up with a dead and unbootable system.
In my opinion, Slackware's Full Install isn't even that heavy of an install anyways. You can remove anything, but if you aren't sure about dependencies, it might be best to check the Beyond Linux From Scratch's software dependency list and see if any of Slackware's packages you might remove aren't used by something else.
Last edited by ReaperX7; 10-08-2012 at 02:51 PM.
|
|
|
|
10-08-2012, 08:23 PM
|
#14
|
|
Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware
Posts: 409
Rep: 
|
I always go with a full install. Years ago I use to be selective, but then disk space was at a premium. Today I have plenty of room to spare. I don't bother with removing unused programs. I really see no point in going through the work of slimming Slackware down anymore with all of the space available. That, I am a lazy.
The default package maintenance system works best with a full install. You run in to less problems when trying to remove stuff you think you don't need, especially if you compile on your machine. I take it as a whole and just run with it. It really does minimize problems in the long run. Of course you can still be selective but you better makes sure you know what you are removing and the effect it will have. Besides, sometimes I like to see how the other side lives and switch over to Xfce. It nice to have it available. 
Last edited by chrisretusn; 10-09-2012 at 07:06 AM.
|
|
|
|
10-08-2012, 08:38 PM
|
#15
|
|
Senior Member
Registered: Jul 2011
Distribution: Slackware64-14.0, LFS-7.3, FreeBSD 9.1
Posts: 1,102
Rep: 
|
If you read through many of the Beyond Linux from Scratch documents you can figure out how to exactly strip Slackware down to a bare minimum. I've had it stripped at times down to less than 2.4GB of an installation, and then went to work tearing apart the kernel to pull out unused modules and other drivers and features. All in all, you can really reduce your machine off of unused software if you just read up on stuff enough.
|
|
|
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:56 PM.
|
|
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
|
|