mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated manpages
This commit is contained in:
parent
47244bbcde
commit
2b81bd099f
2 changed files with 18 additions and 18 deletions
|
@ -5,8 +5,8 @@
|
|||
.SH SYNOPSIS
|
||||
.P
|
||||
slpkg [-h|-v] [-u, update] [-U, upgrade] [-c, check-updates] [-g, configs] [-L, clean-logs] [-D, clean-tmp] [-b, build] [-i, install] [-d, download]
|
||||
[-r, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] -y, --yes, -j, --jobs, -o, --resolve-off,
|
||||
-R, --reinstall, -k, --skip-installed, -E, --full-reverse, -S, --search, -n, --no-silent, -p, --pkg-version, -z, --directory=PATH, -F, --file-pattern=PATTERN
|
||||
[-R, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] -y, --yes, -j, --jobs, -o, --resolve-off,
|
||||
-r, --reinstall, -k, --skip-installed, -E, --full-reverse, -S, --search, -n, --no-silent, -p, --pkg-version, -z, --directory=PATH, -F, --file-pattern=PATTERN
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
\fBSlpkg\fP est un gestionnaire de paquets logiciels qui \fBinstalle\fP, \fBmet à jour\fP et \fBsupprime\fP les paquets pour les systèmes basés sur \fBSlackware\fP.
|
||||
|
@ -62,7 +62,7 @@ Construire et installer les paquets dans l'ordre adéquat et enregistre égaleme
|
|||
Télécharger les scripts et les sources des SlackBuilds sans les construire ni les installer.
|
||||
.RE
|
||||
.P
|
||||
.B -r, remove
|
||||
.B -R, remove
|
||||
.RS
|
||||
Supprimer les paquets avec leurs dépendances s'ils ont été installés avec la méthode \fB'slpkg install'\fP.
|
||||
Slpkg examine la configuration \fB'sbo_repo_tag'\fP pour trouver les paquets à supprimer.
|
||||
|
@ -97,7 +97,7 @@ Suivi des dépendances des paquets.
|
|||
-y, --yes
|
||||
.RS
|
||||
Répondre \fBOui\fP à toutes les questions. (à utiliser avec: -u, update, -U, upgrade, -L, clean-logs, -b, build,
|
||||
-i, install, -d, download, -r, remove)
|
||||
-i, install, -d, download, -R, remove)
|
||||
.RE
|
||||
.P
|
||||
-j, --jobs
|
||||
|
@ -112,7 +112,7 @@ le nombre de processeurs (-j) est supérieur à 1. (à utiliser avec: -U, upgrad
|
|||
Désactiver la résolution des dépendances. (à utiliser avec: -U, upgrade, -b, build, -i, install)
|
||||
.RE
|
||||
.P
|
||||
-R, --reinstall
|
||||
-r, --reinstall
|
||||
.RS
|
||||
Utilisez cette option si vous voulez mettre à niveau tous les paquets même si la même version est déjà installée.
|
||||
Ne saute pas les paquets déjà installés. (à utiliser avec: -U, upgrade, -i, install)
|
||||
|
@ -134,14 +134,14 @@ Dépendances inverses complètes. Ne fonctionne qu'avec la commande \fB-e, depen
|
|||
.RS
|
||||
Active l'utilitaire de dialogue pour rechercher des paquets dans le dépôt.
|
||||
Essayez par exemple : \fB`slpkg install python3 --search`\fP ou \fB`slpkg download python3 --search`\fP et ainsi de suite.
|
||||
(à utiliser avec: -b, build, -i, install, -d, download, -r, remove, -f, find, -w, view,
|
||||
(à utiliser avec: -b, build, -i, install, -d, download, -R, remove, -f, find, -w, view,
|
||||
-s, search, -e, dependees, -t, tracking)
|
||||
.RE
|
||||
.P
|
||||
-n, --no-silent
|
||||
.RS
|
||||
Désactiver le mode silencieux s'il est activé dans le fichier de configuration. (à utiliser avec: -u, update, -U,upgrade, -b, build,
|
||||
-i, install, -d, download, -r, remove)
|
||||
-i, install, -d, download, -R, remove)
|
||||
.RE
|
||||
.P
|
||||
-z, --directory=PATH
|
||||
|
@ -160,8 +160,8 @@ Inclure des fichiers installés spécifiques avec un motif, comme \fB`slpkg -f '
|
|||
et afficher tous les paquets installés qui incluent le nom 'python', et pas seulement les paquets SBo.
|
||||
Aussi, lorsque vous voulez installer et visualiser des paquets que vous avez installés à partir d'autres dépôts, essayez comme suit
|
||||
\fB`slpkg -i podman --file-pattern='*alien'`\fP ou si vous voulez vérifier et mettre à jour des paquets provenant d'autres dépôts
|
||||
\fB`slpkg upgrade --file-pattern='*alien'`\fP ou supprimez des paquets avec \fB`slpkg -r <packages> --file-pattern='*'`\fP.
|
||||
(à utiliser avec : -U, upgrade, -i, install, -r, remove, -f, find)
|
||||
\fB`slpkg upgrade --file-pattern='*alien'`\fP ou supprimez des paquets avec \fB`slpkg -R <packages> --file-pattern='*'`\fP.
|
||||
(à utiliser avec : -U, upgrade, -i, install, -R, remove, -f, find)
|
||||
.RE
|
||||
.P
|
||||
-h | --help
|
||||
|
|
18
man/slpkg.1
18
man/slpkg.1
|
@ -8,8 +8,8 @@ slpkg \- Package manager utility for Slackware.
|
|||
.RI [ OPTIONS ] " COMMAND " [ PACKAGES... ]
|
||||
.P
|
||||
slpkg [-h|-v] [-u, update] [-U, upgrade] [-c, check-updates] [-g, configs] [-L, clean-logs] [-D, clean-tmp] [-b, build] [-i, install] [-d, download]
|
||||
[-r, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] -y, --yes, -j, --jobs, -o, --resolve-off,
|
||||
-R, --reinstall, -k, --skip-installed, -E, --full-reverse, -S, --search, -n, --no-silent, -p, --pkg-version, -z, --directory=PATH, -F, --file-pattern=PATTERN
|
||||
[-R, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] -y, --yes, -j, --jobs, -o, --resolve-off,
|
||||
-r, --reinstall, -k, --skip-installed, -E, --full-reverse, -S, --search, -n, --no-silent, -p, --pkg-version, -z, --directory=PATH, -F, --file-pattern=PATTERN
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
Slpkg is a software package manager that installs, updates, and removes packages on Slackware based systems.
|
||||
|
@ -65,7 +65,7 @@ Builds and installs the packages in the correct order, and also logs the package
|
|||
Download the SlackBuilds scripts and the sources without building or installing it.
|
||||
.RE
|
||||
.P
|
||||
.B -r, remove
|
||||
.B -R, remove
|
||||
.RS
|
||||
Removes packages with dependencies if the packages was installed with 'slpkg install' method.
|
||||
Slpkg looks at the 'sbo_repo_tag' configuration to find packages for removal by default, except if you are using --file-pattern option.
|
||||
|
@ -100,7 +100,7 @@ Tracking the packages dependencies.
|
|||
.B -y, --yes
|
||||
.RS
|
||||
Answer Yes to all questions. (to be used with: -u, update, -U, upgrade, -L, clean-logs, -b, build,
|
||||
-i, install, -d, download, -r, remove)
|
||||
-i, install, -d, download, -R, remove)
|
||||
.RE
|
||||
.P
|
||||
.B -j, --jobs
|
||||
|
@ -115,7 +115,7 @@ the number of processors (-j) is greater than one. (to be used with: -U, upgrade
|
|||
Turns off dependency resolving. (to be used with: -U, upgrade, -b, build, -i, install)
|
||||
.RE
|
||||
.P
|
||||
.B -R, --reinstall
|
||||
.B -r, --reinstall
|
||||
.RS
|
||||
Use this option if you want to upgrade all packages even if the same version is already installed.
|
||||
Do not skip installed packages. (to be used with: upgrade, -i, install)
|
||||
|
@ -137,14 +137,14 @@ Full reverse dependency. Works only with -e, dependees command and show the requ
|
|||
.RS
|
||||
Enable the dialog utility to search packages from the repository.
|
||||
Example try: `slpkg install python3 --search` or `slpkg download python3 --search` and etc.
|
||||
(to be used with: -b, build, -i, install, -d, download, -r, remove, -f, find, -w, view,
|
||||
(to be used with: -b, build, -i, install, -d, download, -R, remove, -f, find, -w, view,
|
||||
-s, search, -e, dependees, -t, tracking)
|
||||
.RE
|
||||
.P
|
||||
.B -n, --no-silent
|
||||
.RS
|
||||
Disable silent mode if it is enabled in the configuration file. (to be used with: -u, update, -U, upgrade, -b, build,
|
||||
-i, install, -d, download, -r, remove)
|
||||
-i, install, -d, download, -R, remove)
|
||||
.RE
|
||||
.P
|
||||
.B -p, --pkg-version
|
||||
|
@ -163,8 +163,8 @@ Include specific installed files with a pattern, such as `slpkg -f 'python' --fi
|
|||
and prints all installed packages that include the name 'python', not only the SBo packages.
|
||||
Also when you want to install and view packages that you have installed from other repositories, try like
|
||||
`slpkg -i podman --file-pattern='*alien'` or if you want to check and upgrade packages from other repositories
|
||||
`slpkg upgrade --file-pattern='*alien'` or remove packages with `slpkg -r <packages> --file-pattern='*'`.
|
||||
(to be used with: -U, upgrade, -i, install, -r, remove, -f, find)
|
||||
`slpkg upgrade --file-pattern='*alien'` or remove packages with `slpkg -R <packages> --file-pattern='*'`.
|
||||
(to be used with: -U, upgrade, -i, install, -R, remove, -f, find)
|
||||
.RE
|
||||
.P
|
||||
.B -h | --help
|
||||
|
|
Loading…
Reference in a new issue