Sponsored Content
Full Discussion: Help for choosing Slackware
Operating Systems Linux Slackware Help for choosing Slackware Post 302480405 by Tlogine on Tuesday 14th of December 2010 09:18:22 PM
Old 12-14-2010
Dear Looop,

My intend is to learn Linux not any particular distribution so I have selected Slackware meanwhile as a precautionary step I had asked those queries to be clear where one should not be confused at any movement by using different distributions.

Anyhow I have started to use Slackware; it is fine to me.

Thanks to all for your support.
 

8 More Discussions You Might Find Interesting

1. Programming

Choosing Java or C++

Listen, if you know a bit of programming in C and need to program unix-type operating systems the next transitive stage is for sure C++. However, have in mind that Java is like learning C but 99% object-oriented(o.o.) and with no pointers or memory-management tricks. It would be good for you to see... (5 Replies)
Discussion started by: SolidSnake
5 Replies

2. UNIX for Dummies Questions & Answers

Choosing a version

I know that the rules say no school questions but I am in advanced topics and am going to go to college for programming and I want to find a easy first OS to start me out, please help, thanks (3 Replies)
Discussion started by: KoKo
3 Replies

3. UNIX for Dummies Questions & Answers

I need help choosing a linux.

There are soo many flavors of linux and i just cant choose/find the right linux for me... I am hopeing for a linux that is a Workhorse Can fit of a seires (or 1) disk(s) Lots of features (admin/mod features) A learning mode or a detailed tutorial Can work side by side with windows... (12 Replies)
Discussion started by: lithuaniaakid
12 Replies

4. UNIX for Dummies Questions & Answers

choosing secure and stable OS

I would like to choose an OS which is both very secure and very stable. Which one of these 2 would be the best option: FreeBSD or Solaris 10 ? I plan to use this OS as a very basic desktop pc using: a word processing program, emule/amule/p2p and an email client such as evolution. (1 Reply)
Discussion started by: rivo
1 Replies

5. Linux

Choosing the best distro.

Hi all Help me find the best distro for the following configurations: Intel pentium IV 1.6 Ghz 128 MB RAM :( 40 GB Hardisk with one very big partition more than 35 gb n another 2 gb partition. windows xp is already installed but has enough free space (26gb). Which linux will be... (0 Replies)
Discussion started by: bbala
0 Replies

6. Shell Programming and Scripting

Dynamically choosing the interpreter

Hi, Is it possible to choose the inerpreter conditionally. For example, if whereis bash returns /usr/bin/bash then i need to choose #!/usr/bin/bash else i need to use #!/usr/bin/sh. Is it possible to achieve in a shell script? Thanks (1 Reply)
Discussion started by: pandeesh
1 Replies

7. Linux

Choosing a UNIX

i have a project in numerical calculus in c language what unix i get better for this? (7 Replies)
Discussion started by: gitac
7 Replies

8. Linux

Help choosing distro

Hi, I just ordered an Skylake NUC and will run Linux on it. My distro of choice has been Ubuntu but I am fed up with the release cycle and would like more of a rolling release. I would say I am an intermediate level Linux user. It's going to be a HTPC, I want to have the latest kernels... (0 Replies)
Discussion started by: rthorntn
0 Replies
CheckInstall(8) 					      System Manager's Manual						   CheckInstall(8)

NAME
checkinstall -- Track installation of local software, and produce a binary manageable with your package management software. SYNOPSIS
checkinstall [options] [install command] DESCRIPTION
checkinstall is a program that monitors an installation procedure (such as make install, install.sh ), and creates a standard package for your distribution (currently deb, rpm and tgz packages are supported) that you can install through your distribution's package management system (dpkg, rpm or installpkg). Note that for most useful actions, checkinstall must be run as root. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes ('-'). A summary of options is included below. All the options that toggle a switch default to activate the option. To force activation or deactivation, call them with '=yes' or '=no'. As an example, to disable stripping use --strip=no. -h --help Show summary of options. --version Show version information. --copyright Show Copyright information --type Choose packaging system. Can be one of 'slackware', 'debian' or 'rpm'. -D Create a Debian package. -R Create a RPM package. -S Create a Slackware Package. --install Toggle installation of the created package. --fstrans Enable/disable filesystem translation. Filesystem translation enabled causes the install to proceed in a temporary directory, thus not actually touching your system. -y --default Accept default answers to all questions. --pkgname Set the package name. --pkgversion Set package version. -A --arch --pkgarch Set package architecture. --pkgrelease Set the package release. --pkglicense Set package license. --pkggroup Set the package group. --pkgsource Set source location --pkgaltsource Set alternate source location --pakdir Where to save the new package. --maintainer Set the package maintainer. Be careful to correctly quote/escape the name, to prevent shell expansion --provides Features provided by this package (currently only on RPM and Deb). --requires Dependencies required by this package. --rpmflags Pass this flags to the rpm installer. --rpmi Use the -i flag when installing a rpm. --rpmu Use the -U flag when installing a rpm. --dpkgflags Pass this flags to the dpkg installer --spec Where the .spec file is located --nodoc Do not include documentation files. -d Set debug level. Must be one of 0, 1 and 2. -si Run an interactive install command --showinstall Toggle interactive install command. -ss Run an interactive Slackware installation script. --showslack Toggle interactive Slackware installation script. --autodoinst Toggle creation of a doinst.sh script. --strip Toggle stripping any ELF binaries found inside the package. --stripso Toggle stripping any ELF libraries (.so) found inside the package. --addso Search for any shared libs and add them to /etc/ld.so.conf --reset-uids Reset perms for all files/dirs to 755 and the owner/group for all dirs to root.root --gzman Compress any man pages found inside the package. --docdir Where to put documentation files. --umask Set the umask value. --exclude Exclude these files/directories from the package. --include Force the inclusion in the package of the files/dirs listed in the argument (a file). --inspect Inspect the package's file list --review-spec Review the spec file before creating a .rpm. --review-control Review the control file before creating a .deb. --newslack Use the new (8.1+) Slackware description format ("--newslack" implies "-S") --with-tar Manually set the path to the tar binary. --deldoc Toggle deletion of doc-pak upon termination. --deldesc Toggle deletion of description-pak upon termination. --delspec Toggle deletion of spec file upon termination. --bk Backup any overwritten files --backup Toggle backup FILES
This program reads its configuration from /etc/checkinstallrc, which can be used to override defaults. Command line arguments override settings in the configuration file. AUTHOR
This manual page was written by Felipe Sateler <fsateler@gmail.com> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CheckInstall(8)
All times are GMT -4. The time now is 07:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy