blob: 9b5779a9b572328b522825046d4e1fdbc6c64bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
.TH sboremove 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net
.SH NAME
.P
sboremove - remove packages installed from slackbuilds
.SH SYNAPSES
.P
sboremove [-h|-v] [-a] sbo_name
.SH DESCRIPTION
.P
sboremove is used to remove packages installed from slackbuilds. It pulls the list of requirements from the .info file for any specified slackbuild. If such a list exists, sboremove will look to see whether or not those requirements are installed. Those that are will then be checked to see whether they are requirements of other packages also installed. If a package is no longer required, or the -a flag is specified sboremove will ask whether or not it should also remove it from the system.
.SH OPTIONS
.P
-h|--help
.RS
Show help information.
.RE
.P
-v|--version
.RS
Show version information.
.RE
.P
-a|--alwaysask
.RS
Always ask to remove requirements, even those required by other packages currently installed (ignored by default)
.RE
.SH BUGS
.P
None known, but there may be some. Please report any found to xocel@iquidus.org or j@dawnrazor.net; patches are always welcome.
.SH SEE ALSO
.P
sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sbosnap(1), sboupgrade(1), sbotools.conf(5)
.SH AUTHORS
.P
Luke Williams <xocel@iquidus.org>
.P
Jacob Pipkin <j@dawnrazor.net>
|