From 059886ca92eb3975449b3b2cd3925c658a7ce596 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 21 Jan 2023 17:57:53 +0200 Subject: [PATCH] Updated for options --- man/slpkg.1 | 45 +++++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/man/slpkg.1 b/man/slpkg.1 index 3d640171..5f9e8a47 100644 --- a/man/slpkg.1 +++ b/man/slpkg.1 @@ -17,12 +17,12 @@ Slpkg works in accordance with the standards of the organization SlackBuilds.org Also uses the Slackware Linux instructions for installation, upgrading or removing packages. .SH COMMANDS .P -.B update --yes, --no-silent +.B update .RS Updates the package list and the database. .RE .P -.B upgrade --yes, --jobs, --resolve-off, --reinstall, --no-silent +.B upgrade .RS Upgrade all the installed packages if the newer version exists in the repository. .RE @@ -37,7 +37,7 @@ Check if there is any news on the SlackBuild's ChangeLog.txt file. Edit the configuration /etc/slpkg/slpkg.toml file. .RE .P -.B clean-logs --yes +.B clean-logs .RS Cleans dependencies log tracking. After that procedure you should remove dependencies by hand. .RE @@ -47,48 +47,48 @@ Cleans dependencies log tracking. After that procedure you should remove depende Deletes all the downloaded SlackBuilds scripts and sources. .RE .P -.B -b, build --yes, --jobs, --resolve-off, --search, --no-silent +.B -b, build .RS Builds the Slackbuilds scripts and adds them to the /tmp directory. .RE .P -.B -i, install --yes, --jobs, --resolve-off, --reinstall, --skip-installed, --search, --no-silent +.B -i, install .RS Builds and installs the packages in the correct order and also logs the packages with dependencies to use for removal. .RE .P -.B -d, download --yes, --search, --no-silent, --directory=PATH +.B -d, download .RS Download the SlackBuilds scripts and the sources without building or installing it. .RE .P -.B -r, remove --yes, resolve-off, --search, --no-silent +.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. .RE .P -.B -f, find --search +.B -f, find .RS Find sbo installed packages on your distribution. .RE .P -.B -w, view --search, --pkg-version +.B -w, view .RS View packages from the repository and get everything in your terminal. .RE .P -.B -s, search --search +.B -s, search .RS Search and match packages from the repository. .RE .P -.B -e, dependees --full-reverse, --search, --pkg-version +.B -e, dependees .RS Show which SlackBuilds depend on. .RE .P -.B -t, tracking --search, --pkg-version +.B -t, tracking .RS Tracking the packages dependencies. .RE @@ -96,57 +96,62 @@ Tracking the packages dependencies. .P --yes .RS -Answer Yes to all questions. +Answer Yes to all questions. (to be used with: update, upgrade, clean-logs, -b, build, +-i, install, -d, download, -r, remove) .RE .P --jobs .RS Acceleration of SlackBuild scripts. When the --jobs flag is set, slpkg automatically detects the number of processors and enters it into the MAKEFLAGS variable. Some SlackBuilds fail when MAKEFLAGS is declared or -the number of processors (-j) is greater than one. +the number of processors (-j) is greater than one. (to be used with: upgrade, build, -i, install) .RE .P --resolve-off .RS -Turns off dependency resolving. +Turns off dependency resolving. (to be used with: upgrade, build, -i, install) .RE .P --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. +Do not skip installed packages. (to be used with: upgrade, -i, install) .RE .P --skip-installed .RS This a helpful option if you want to avoid building and reinstalling packages. -Note: This option affects only the dependencies. +Note: This option affects only the dependencies. (to be used with: -i, install) .RE .P --full-reverse .RS Full reverse dependency. Works only with -e, dependees command and show the requires too. +(to be used with: -e, dependees) .RE .P --search .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, +-s, search, -e, dependees, -t, tracking) .RE .P --no-silent .RS -Disable silent mode if it is enabled in the configuration file. +Disable silent mode if it is enabled in the configuration file. (to be used with: update, upgrade, -b, build, +-i, install, -d, download, -r, remove) .RE .P --directory=PATH .RS -The directory is the path where the files will be saved. +The directory is the path where the files will be saved. (to be used with: -d, download) .RE .P --pkg-version .RS -Print the repository package version. +Print the repository package version. (to be used with: -e, dependees, -t, tracking) .RE .P -h | --help