2018-11-23 06:22:23 +01:00
|
|
|
# /etc/slackpkg/blacklist
|
|
|
|
#
|
2017-10-19 20:49:43 +02:00
|
|
|
# This is a blacklist file. Any packages listed here won't be
|
|
|
|
# upgraded, removed, or installed by slackpkg.
|
2018-11-23 06:22:23 +01:00
|
|
|
|
|
|
|
# aaa_elflibs should NOT be blacklisted!
|
|
|
|
#
|
|
|
|
# You can blacklist using regular expressions.
|
2017-10-19 20:49:43 +02:00
|
|
|
#
|
2018-12-30 10:29:42 +01:00
|
|
|
# Don't use *full* regex here, because all of the following will be checked
|
|
|
|
# for the regex: series, name, version, arch, build, and fullname.
|
|
|
|
# When blacklisting packages, you can use extended regex on package names
|
|
|
|
# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing
|
|
|
|
# slash for package series ("n/", "ap/", "xap/", etc).
|
2017-10-19 20:49:43 +02:00
|
|
|
#
|
2018-11-23 06:22:23 +01:00
|
|
|
# To blacklist *only* the "xorg-server" package, use this:
|
2017-10-19 20:49:43 +02:00
|
|
|
# xorg-server
|
|
|
|
#
|
2018-11-23 06:22:23 +01:00
|
|
|
# To blacklist *all* of the "xorg-server-*" packages, use this:
|
|
|
|
# xorg-server.*
|
|
|
|
#
|
2018-12-30 10:29:42 +01:00
|
|
|
# To blacklist the entire KDE package set, use this:
|
|
|
|
# kde/
|
|
|
|
#
|
2018-12-02 07:43:19 +01:00
|
|
|
# You will need to escape any special characters that are present in the
|
|
|
|
# package name. For example, to blacklist the gcc-g++ package, use this:
|
|
|
|
# gcc-g\+\+
|
|
|
|
#
|
2018-12-30 10:29:42 +01:00
|
|
|
# DON'T put any space(s) before or after the package name or regex.
|
2017-10-19 20:49:43 +02:00
|
|
|
#
|
2018-11-23 06:22:23 +01:00
|
|
|
# Automated upgrade of kernel packages may not be wanted in some situations;
|
|
|
|
# uncomment the lines below if that fits your circumstances:
|
2017-10-19 20:49:43 +02:00
|
|
|
#
|
2018-11-23 06:22:23 +01:00
|
|
|
#kernel-generic.*
|
|
|
|
#kernel-huge.*
|
|
|
|
#kernel-modules.*
|
2017-10-19 20:49:43 +02:00
|
|
|
#kernel-source
|
|
|
|
#
|
|
|
|
# This one will blacklist all SBo packages:
|
|
|
|
#[0-9]+_SBo
|