mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for version 4.7.8
This commit is contained in:
parent
bdefbe6e60
commit
d2b7438588
1 changed files with 5 additions and 5 deletions
10
man/slpkg.1
10
man/slpkg.1
|
@ -1,4 +1,4 @@
|
|||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.7.7" dslackw
|
||||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.7.8" dslackw
|
||||
.SH NAME
|
||||
.P
|
||||
slpkg \- Package manager utility for Slackware.
|
||||
|
@ -225,18 +225,18 @@ When you use the install, build, upgrade or remove commands you should know that
|
|||
color will change to gray, if the package is upgradeable then it will change to violet, and if it is not installed then
|
||||
its color will be cyan. Also, if you try to remove a package you will see the package color turns red.
|
||||
|
||||
Example: If the package is already installed and the indicator color is grey and the option '-r, --reinstall' is not applied,
|
||||
Example: If the package is already installed and the indicator color is grey and the option '\fB-r, --reinstall\fR' is not applied,
|
||||
the package will skip from the installation and you will see a message '(already installed)'.
|
||||
If the package is upgradeable, the installation will continue and the package will go to upgrade.
|
||||
|
||||
For the upgrade command, you should know, that you can upgrade packages from different repositories, if you edit
|
||||
the '/etc/slpkg/repositories.toml' file and remove the repository tag. Then the slpkg can't recognize the repository of the packages.
|
||||
the '\fI/etc/slpkg/repositories.toml\fR' file and remove the repository tag. Then the slpkg can't recognize the repository of the packages.
|
||||
|
||||
With the remove command, it's going to remove the dependencies if the package had installed with the 'slpkg install' command,
|
||||
With the remove command, it's going to remove the dependencies if the package had installed with the '\fIslpkg install\fR' command,
|
||||
otherwise, the slpkg does not know the dependencies that are installed with the packages that going to remove.
|
||||
|
||||
You can apply the asterisk '*' instead of a package, to matching all the packages from a repository. You can't apply
|
||||
an asterisk to the '-B, --bin-repos=' option, except for the '-s, search', '-u, update' and '-c, check-updates' commands.
|
||||
an asterisk to the '\fB-B, --bin-repos=\fR' option, except for the '\fB-s, search\fR', '\fB-u, update\fR' and '\fB-c, check-updates\fR' commands.
|
||||
|
||||
Command clean-data, removes the local repository data and the database data.
|
||||
|
||||
|
|
Loading…
Reference in a new issue