SlackMan - Slackware Package Manager
slackman.conf - Configuration file for slackman(8) Package Manager
The slackman.conf
file contain the configurations for slackman(8).
To get all options use slackman config
command.
checkmd5 (default: true
)
Enable MD5 check for downloaded packages
checkgpg (default: true
)
Enable GPG check for downloaded packages
exclude (default: ``)
List of comma-separated packages to exclude for
slackman install
orslackman upgrade
commandsExamples
If you want exclude kernels and all KDE l10n packages:
exclude=kernel-*,kde-l10n-*
color (default: always
)
Control output color.
The possible values are:
always auto never
level (default: info
)
Default log level
The possible values are:
debug info notice warning error critical alert emergency
file (default: /var/log/slackman.log
)
Define SlackMan log file
category (default: none
)
Define additional SlackMan logger categories (useful for debugging)
This section provide the proxy configuration for SlackMan.
enable (default: false
)
Enable a proxy
protocol (default: http
)
Proxy protocol type
Supported protocols are:
http https
hostname
Proxy FQDN or IP address
port (default: 8080
)
Proxy TCP port
username (default: ``)
Proxy username
password (default: ``)
Proxy password
version (default: actual Slackware release) DEPRECATED
Force Slackware version. The default value is actual Slackware version in
/etc/slackware-version
file.!!! ATTENTION !!!
Set
current
value “only” if you have a -current Slackware release.
cache (default: /var/cache/slackman
)
Package Cache directory
lib (default: /var/lib/slackman
)
Lib directory for SlackMan database
log (default: /var/log
)
Log directory
lock (default: /var/lock
)
Lock directory
root (default: /
)
Root directory
Please report any bugs or feature requests to https://github.com/LotarProject/slackman/issues page.
Giuseppe Di Terlizzi giuseppe.diterlizzi@gmail.com
Copyright 2016-2018 Giuseppe Di Terlizzi.
This program is free software; you can redistribute it and/or modify it under the terms of the the Artistic License (2.0). You may obtain a copy of the full license at: