From 2b60d5fb04b56cbbac5323e19585e49052e11448 Mon Sep 17 00:00:00 2001 From: Shiftine Skyborne Date: Sat, 26 Aug 2023 18:11:06 +0000 Subject: [PATCH] Data update 2023-08-26 18-11-05 --- docs/ca/linux/cpulimit.md | 5 +++-- docs/de/common/kubectl-run.md | 11 ++++------- docs/de/common/nix-shell.md | 6 +++--- docs/en/android/cmd.md | 6 +++--- docs/en/common/apm.md | 15 +++++++++++---- docs/en/common/cabal.md | 13 ++++++++++--- docs/en/common/composer.md | 12 ++++++++---- docs/en/common/conda-create.md | 9 +++++++-- docs/en/common/cordova.md | 5 +++-- docs/en/common/cradle-elastic.md | 9 +++++---- docs/en/common/cradle-sql.md | 9 +++++---- docs/en/common/cs-launch.md | 13 +++++-------- docs/en/common/espanso.md | 5 +++-- docs/en/common/kubectl-run.md | 17 +++++++++++------ docs/en/common/mamba-repoquery.md | 10 ++++------ docs/en/common/meteor.md | 7 ++++--- docs/en/common/minifab.md | 6 +++--- docs/en/common/mvn.md | 7 ++++--- docs/en/common/nimble.md | 5 +++-- docs/en/common/nix-shell.md | 12 ++++++------ docs/en/common/npm-query.md | 12 +++++------- docs/en/common/npm-why.md | 5 +++-- docs/en/common/npx.md | 14 +++++++------- docs/en/common/opam.md | 9 +++++---- docs/en/common/pio-package.md | 9 +++++---- docs/en/common/pip-install.md | 10 +++++++--- docs/en/common/pip-uninstall.md | 11 ++++++++--- docs/en/common/pip.md | 11 ++++++----- docs/en/common/pip3.md | 17 +++++++---------- docs/en/common/pipenv.md | 7 ++++--- docs/en/common/pypy.md | 5 +++-- docs/en/common/python.md | 5 +++-- docs/en/common/stack.md | 7 ++++--- docs/en/common/tlmgr-info.md | 9 +++++---- docs/en/common/wapm.md | 11 ++++++----- docs/en/common/yarn-why.md | 5 +++-- docs/en/linux/apt-file.md | 6 +++--- docs/en/linux/apt-mark.md | 12 ++++++++---- docs/en/linux/aura.md | 13 +++++++------ docs/en/linux/aurman.md | 11 ++++++----- docs/en/linux/cpulimit.md | 8 ++++++-- docs/en/linux/debman.md | 11 ++++++----- docs/en/linux/dget.md | 6 +++--- docs/en/linux/distrobox-export.md | 11 ++++------- docs/en/linux/dpkg.md | 13 ++++++++----- docs/en/linux/eix.md | 7 ++++--- docs/en/linux/emerge.md | 8 ++++---- docs/en/linux/eopkg.md | 10 ++++------ docs/en/linux/equery.md | 11 ++++++----- docs/en/linux/fixfiles.md | 11 ++++------- docs/en/linux/gnome-software.md | 16 +++++++++------- docs/en/linux/guix-package.md | 7 ++++--- docs/en/linux/pacaur.md | 7 ++++--- docs/en/linux/pacman-database.md | 11 +++++++---- docs/en/linux/pacman-deptest.md | 9 ++++++--- docs/en/linux/pacman-files.md | 9 ++++++--- docs/en/linux/pacman-query.md | 11 +++++++---- docs/en/linux/pacman-remove.md | 17 ++++++++++------- docs/en/linux/pacman-sync.md | 15 +++++++++------ docs/en/linux/pacman.md | 8 ++++---- docs/en/linux/pacstall.md | 11 ++++++----- docs/en/linux/paru.md | 16 ++++++++++++---- docs/en/linux/pkgadd.md | 8 ++++---- docs/en/linux/pkgfile.md | 9 +++++---- docs/en/linux/pkginfo.md | 6 +++--- docs/en/linux/pkgrm.md | 6 +++--- docs/en/linux/prt-get.md | 13 +++++++------ docs/en/linux/qm-guest-exec.md | 17 +++++++---------- docs/en/linux/rpm.md | 10 +++++----- docs/en/linux/slapt-get.md | 11 ++++++----- docs/en/linux/snap.md | 14 +++++++------- docs/en/linux/yaourt.md | 9 +++++---- docs/en/linux/yay.md | 7 ++++--- docs/en/osx/port.md | 8 ++++++-- docs/en/windows/choco-new.md | 19 +++++++++++++------ docs/en/windows/octo.md | 7 ++++--- docs/en/windows/pipwin.md | 10 +++++----- docs/es/linux/cpulimit.md | 8 ++++++-- docs/pt_BR/common/mvn.md | 5 +++-- source | 2 +- 80 files changed, 437 insertions(+), 336 deletions(-) diff --git a/docs/ca/linux/cpulimit.md b/docs/ca/linux/cpulimit.md index 57ddde6ff0..77bff1d685 100644 --- a/docs/ca/linux/cpulimit.md +++ b/docs/ca/linux/cpulimit.md @@ -2,7 +2,8 @@ layout: page title: linux/cpulimit (català) description: "Eina per limitar l'ús de la CPU en altres processos." -content_hash: d729382b77e7349def54566d1a9fe91457bdc058 +content_hash: 2b76a7e5994b4ff62de955d750702dfe8edb071a +last_modified_at: 2023-08-26 related_topics: - title: English version url: /en/linux/cpulimit.html @@ -26,7 +27,7 @@ Més informació: . - Executa un programa determinat i limita el seu ús a només el 50% de la CPU: -`cpulimit --limit `50` -- `programa arg1 arg2 ... +`cpulimit --limit `50` -- `programa argument1 argument2 ... - Executa un programa, limita l'ús de la CPU a 50% i executa cpulimit en segon pla: diff --git a/docs/de/common/kubectl-run.md b/docs/de/common/kubectl-run.md index cd0fcf29c1..76149d22c8 100644 --- a/docs/de/common/kubectl-run.md +++ b/docs/de/common/kubectl-run.md @@ -2,17 +2,14 @@ layout: page title: common/kubectl-run (Deutsch) description: "Pods in Kubernetes ausführen. Gibt den Pod-Generator an, um einen deprecation Fehler in einigen Kubernetes Versionen zu vermeiden." -content_hash: f3e07b4d5720b97d5f0c525b8af3e08fa518edcc -last_modified_at: 2022-12-21 +content_hash: 6922f1a892dba12d4c4c697b3e18759080bb2166 +last_modified_at: 2023-08-26 related_topics: - title: English version url: /en/common/kubectl-run.html icon: bi bi-globe --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# kubectl run +# kubectl run Pods in Kubernetes ausführen. Gibt den Pod-Generator an, um einen deprecation Fehler in einigen Kubernetes Versionen zu vermeiden. Weitere Informationen: . @@ -35,4 +32,4 @@ Weitere Informationen: argument1 argument2 ... diff --git a/docs/de/common/nix-shell.md b/docs/de/common/nix-shell.md index 2255199177..f3bcef00da 100644 --- a/docs/de/common/nix-shell.md +++ b/docs/de/common/nix-shell.md @@ -2,8 +2,8 @@ layout: page title: common/nix-shell (Deutsch) description: "Startet eine interaktive Shell, die auf einem Nix-Ausdruck basiert." -content_hash: 7714345a784576e9b57e7d6dce410019802f178c -last_modified_at: 2023-01-01 +content_hash: f85cbd4cebb9548c4d664512d6edc9a64428fff9 +last_modified_at: 2023-08-26 related_topics: - title: English version url: /en/common/nix-shell.html @@ -20,7 +20,7 @@ Weitere Informationen: . - Führe Shell-Befehl in nicht-interaktiver Shell aus und beende: -`nix-shell --run "`befehl` `arg1 arg2 ...`"` +`nix-shell --run "`befehl` `argument1 argument2 ...`"` - Starte mit Ausdruck in `default.nix` im aktuellen Verzeichnis: diff --git a/docs/en/android/cmd.md b/docs/en/android/cmd.md index 622dc3e697..4aab31370c 100644 --- a/docs/en/android/cmd.md +++ b/docs/en/android/cmd.md @@ -2,8 +2,8 @@ layout: page title: android/cmd (English) description: "Android service manager." -content_hash: 1eb27301a6a0efbdfe42b8d0cba12a2ed8de67f9 -last_modified_at: 2023-01-04 +content_hash: afe98a36c1e2fd7c4ade240e66b0c2701e035f6b +last_modified_at: 2023-08-26 related_topics: - title: বাংলা version url: /bn/android/cmd.html @@ -66,4 +66,4 @@ More information: service` `arg1 arg2 ... +`cmd `service` `argument1 argument2 ... diff --git a/docs/en/common/apm.md b/docs/en/common/apm.md index f8c681155d..5e77ba4d8d 100644 --- a/docs/en/common/apm.md +++ b/docs/en/common/apm.md @@ -2,8 +2,15 @@ layout: page title: common/apm (English) description: "Atom editor Package Manager." -content_hash: 3b2a0534218b6cafc31b7d319d4da77d3031e0ae +content_hash: a054137ed7ee52c1876dcacdd639875a942c7050 +last_modified_at: 2023-08-26 related_topics: + - title: español version + url: /es/common/apm.html + icon: bi bi-globe + - title: français version + url: /fr/common/apm.html + icon: bi bi-globe - title: italiano version url: /it/common/apm.html icon: bi bi-globe @@ -25,12 +32,12 @@ More information: . - Install a package from http://atom.io/packages or a theme from http://atom.io/themes: -`apm install `package_name +`apm install `package - Remove a package/theme: -`apm remove `package_name +`apm remove `package - Upgrade a package/theme: -`apm upgrade `package_name +`apm upgrade `package diff --git a/docs/en/common/cabal.md b/docs/en/common/cabal.md index dae71802dc..d31732e844 100644 --- a/docs/en/common/cabal.md +++ b/docs/en/common/cabal.md @@ -2,7 +2,8 @@ layout: page title: common/cabal (English) description: "Command-line interface to the Haskell package infrastructure (Cabal)." -content_hash: 6655d3177ebec9067e1de98103e19abc0b744bd6 +content_hash: 9a17b55870f6b73ee42504a21ab7160d1a39bb3c +last_modified_at: 2023-08-26 related_topics: - title: italiano version url: /it/common/cabal.html @@ -10,6 +11,12 @@ related_topics: - title: 한국어 version url: /ko/common/cabal.html icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/cabal.html + icon: bi bi-globe + - title: русский version + url: /ru/common/cabal.html + icon: bi bi-globe --- # cabal @@ -23,11 +30,11 @@ More information: . - Show information about a package: -`cabal info `package_name +`cabal info `package - Download and install a package: -`cabal install `package_name +`cabal install `package - Create a new Haskell project in the current directory: diff --git a/docs/en/common/composer.md b/docs/en/common/composer.md index 68e49a9ce6..0a7383d467 100644 --- a/docs/en/common/composer.md +++ b/docs/en/common/composer.md @@ -2,8 +2,12 @@ layout: page title: common/composer (English) description: "A package-based dependency manager for PHP projects." -content_hash: d665334c814fe7a844cd5468d92134a9cced051e +content_hash: 7e522cb01ffe70654701188e81a3899d8d39d2d7 +last_modified_at: 2023-08-26 related_topics: + - title: Indonesia version + url: /id/common/composer.html + icon: bi bi-globe - title: italiano version url: /it/common/composer.html icon: bi bi-globe @@ -22,7 +26,7 @@ More information: . - Add a package as a dependency for this project, adding it to `composer.json`: -`composer require `user/package_name +`composer require `user/package - Install all the dependencies in this project's `composer.json` and create `composer.lock`: @@ -30,7 +34,7 @@ More information: . - Uninstall a package from this project, removing it as a dependency from `composer.json`: -`composer remove `user/package_name +`composer remove `user/package - Update all the dependencies in this project's `composer.json` and note versions in `composer.lock` file: @@ -42,7 +46,7 @@ More information: . - Learn more about why a dependency can't be installed: -`composer why-not `user/package_name +`composer why-not `user/package - Update composer to its latest version: diff --git a/docs/en/common/conda-create.md b/docs/en/common/conda-create.md index 650c732ecd..ac7e6ea71d 100644 --- a/docs/en/common/conda-create.md +++ b/docs/en/common/conda-create.md @@ -2,7 +2,12 @@ layout: page title: common/conda-create (English) description: "Create new conda environments." -content_hash: 7efecf5530185b20c03edfe96b4543c14b28d1f5 +content_hash: 30103b6140c6952f4a38baffdc4a102d51537441 +last_modified_at: 2023-08-26 +related_topics: + - title: Deutsch version + url: /de/common/conda-create.html + icon: bi bi-globe --- # conda create @@ -19,4 +24,4 @@ More information: env_name` `package_name +`conda create --name `env_name` `package diff --git a/docs/en/common/cordova.md b/docs/en/common/cordova.md index fcc00287c4..612f2cc215 100644 --- a/docs/en/common/cordova.md +++ b/docs/en/common/cordova.md @@ -2,7 +2,8 @@ layout: page title: common/cordova (English) description: "Mobile apps with HTML, CSS & JS." -content_hash: 039b81a00dc6b7001d55b3561504e19ce36e75f2 +content_hash: 6082243c8ae85ad908e8c107b15f5397fbc1c8eb +last_modified_at: 2023-08-26 related_topics: - title: italiano version url: /it/common/cordova.html @@ -18,7 +19,7 @@ More information: . - Create a Cordova project: -`cordova create `path` `package_name` `project_name +`cordova create `path/to/directory` `package` `project_name - Display the current workspace status: diff --git a/docs/en/common/cradle-elastic.md b/docs/en/common/cradle-elastic.md index 1647d72602..934cb083b0 100644 --- a/docs/en/common/cradle-elastic.md +++ b/docs/en/common/cradle-elastic.md @@ -2,7 +2,8 @@ layout: page title: common/cradle-elastic (English) description: "Manage the Elasticsearch instances for a Cradle instance." -content_hash: 2dff576f0cc83f1aaac774602d1d968f4ae4b1c1 +content_hash: ec25cc7973da7a40048a2fc7d4c12f08c01c0de7 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/common/cradle-elastic.html @@ -25,7 +26,7 @@ More information: package_name +`cradle elastic flush `package - Submit the Elasticsearch schema: @@ -33,7 +34,7 @@ More information: package_name +`cradle elastic map `package - Populate the Elasticsearch indices for all packages: @@ -41,4 +42,4 @@ More information: package_name +`cradle elastic populate `package diff --git a/docs/en/common/cradle-sql.md b/docs/en/common/cradle-sql.md index 5ca84a9c77..4f3a745add 100644 --- a/docs/en/common/cradle-sql.md +++ b/docs/en/common/cradle-sql.md @@ -2,7 +2,8 @@ layout: page title: common/cradle-sql (English) description: "Manage Cradle SQL databases." -content_hash: 75f20a91413de25e926da7b52f0b64da568eb177 +content_hash: c87bb811bc779e4004b1a7e27ed66b183dffee56 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/common/cradle-sql.html @@ -25,7 +26,7 @@ More information: package_name +`cradle sql build `package - Empty the entire database: @@ -33,7 +34,7 @@ More information: package_name +`cradle sql flush `package - Populate the tables for all packages: @@ -41,4 +42,4 @@ More information: package_name +`cradle sql populate `package diff --git a/docs/en/common/cs-launch.md b/docs/en/common/cs-launch.md index 80a7fe4bbb..5fd9046013 100644 --- a/docs/en/common/cs-launch.md +++ b/docs/en/common/cs-launch.md @@ -2,24 +2,21 @@ layout: page title: common/cs-launch (English) description: "Launch an application from the name directly from one or more Maven dependencies without the need of installing it." -content_hash: 9ba8244e84ca4694f511e17835829d0a43f29137 -last_modified_at: 2023-01-09 +content_hash: 79f5b8cd0f6ba0c90454e53c139ece2533a95174 +last_modified_at: 2023-08-26 --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# cs launch +# cs launch Launch an application from the name directly from one or more Maven dependencies without the need of installing it. More information: . - Launch a specific application with arguments: -`cs launch `application_name` -- `arg1 arg2 ... +`cs launch `application_name` -- `argument1 argument2 ... - Launch a specific application version with arguments: -`cs launch `application_name`:`application_version` -- `arg1 arg2 ... +`cs launch `application_name`:`application_version` -- `argument1 argument2 ... - Launch a specific version of an application specifying which is the main file: diff --git a/docs/en/common/espanso.md b/docs/en/common/espanso.md index 70b547611e..d5e7e36052 100644 --- a/docs/en/common/espanso.md +++ b/docs/en/common/espanso.md @@ -2,7 +2,8 @@ layout: page title: common/espanso (English) description: "Cross-platform Text Expander written in Rust." -content_hash: 0133ff946e47f98a6a630268dc9697be779e5c05 +content_hash: cdafed480f99834971e06765cd6824649c830e2e +last_modified_at: 2023-08-26 related_topics: - title: español version url: /es/common/espanso.html @@ -26,7 +27,7 @@ More information: . - Install a package from the hub store (): -`espanso install `package_name +`espanso install `package - Restart (required after installing a package, useful in case of failure): diff --git a/docs/en/common/kubectl-run.md b/docs/en/common/kubectl-run.md index f4777d562d..050dafd11c 100644 --- a/docs/en/common/kubectl-run.md +++ b/docs/en/common/kubectl-run.md @@ -2,7 +2,12 @@ layout: page title: common/kubectl-run (English) description: "Run pods in Kubernetes. Specifies pod generator to avoid deprecation error in some K8S versions." -content_hash: 8c50583162d8fdebd17fcd8a181f51e0bc2ee630 +content_hash: a9d8995587fc55b85228fd78366ec7c88dd8c0ed +last_modified_at: 2023-08-26 +related_topics: + - title: Deutsch version + url: /de/common/kubectl-run.html + icon: bi bi-globe --- # kubectl run @@ -11,20 +16,20 @@ More information: nginx-dev` --image=nginx --port 80` - Run an nginx pod, setting the TEST_VAR environment variable: -`kubectl run --generator=run-pod/v1 nginx --image=nginx --env="TEST_VAR=testing"` +`kubectl run `nginx-dev` --image=nginx --env="`TEST_VAR`=`testing`"` - Show API calls that would be made to create an nginx container: -`kubectl run --generator=run-pod/v1 nginx --image=nginx --dry-run` +`kubectl run `nginx-dev` --image=nginx --dry-run=`none|server|client - Run an Ubuntu pod interactively, never restart it, and remove it when it exits: -`kubectl run --generator=run-pod/v1 -it temp-ubuntu --image=ubuntu:20.04 --restart=Never --rm -- /bin/bash` +`kubectl run `temp-ubuntu` --image=ubuntu:22.04 --restart=Never --rm -- /bin/bash` - Run an Ubuntu pod, overriding the default command with echo, and specifying custom arguments: -`kubectl run --generator=run-pod/v1 temp-ubuntu --image=ubuntu:20.04 --command -- echo arg1 arg2 arg3` +`kubectl run `temp-ubuntu` --image=ubuntu:22.04 --command -- echo `argument1 argument2 ... diff --git a/docs/en/common/mamba-repoquery.md b/docs/en/common/mamba-repoquery.md index e27928fd73..f184d824d5 100644 --- a/docs/en/common/mamba-repoquery.md +++ b/docs/en/common/mamba-repoquery.md @@ -2,19 +2,17 @@ layout: page title: common/mamba-repoquery (English) description: "Efficiently query conda and mamba package repositories and package dependencies." -content_hash: 401d32dd14c0d975c5914f906518521b6a7b1fb4 +content_hash: a8e0dffb48fea18903ba0b1c137f5658f7c77f9b +last_modified_at: 2023-08-26 --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# mamba repoquery +# mamba repoquery Efficiently query conda and mamba package repositories and package dependencies. More information: . - Search for all available versions of a particular package: -`mamba repoquery search `package_name +`mamba repoquery search `package - Search for all packages satisfying specific constraints: diff --git a/docs/en/common/meteor.md b/docs/en/common/meteor.md index c1de7b01e0..5648a89408 100644 --- a/docs/en/common/meteor.md +++ b/docs/en/common/meteor.md @@ -2,7 +2,8 @@ layout: page title: common/meteor (English) description: "Full-stack JavaScript platform for building web applications." -content_hash: d839b03bda3a6a6b7b3b0e2281a0d8301bc3792d +content_hash: f49f70e9c819dc61516c94ef93f12f7f6b4362cd +last_modified_at: 2023-08-26 related_topics: - title: português (Brasil) version url: /pt_BR/common/meteor.html @@ -27,11 +28,11 @@ More information: . - Add a package to the project: -`meteor add `package_name +`meteor add `package - Remove a package from the project: -`meteor remove `package_name +`meteor remove `package - Create a production build of the project as a tarball under the given directory: diff --git a/docs/en/common/minifab.md b/docs/en/common/minifab.md index 1a76c2b682..7116c309ec 100644 --- a/docs/en/common/minifab.md +++ b/docs/en/common/minifab.md @@ -2,8 +2,8 @@ layout: page title: common/minifab (English) description: "Utility tool that automates the setup and deployment of Hyperledger Fabric networks." -content_hash: 5339efc0e302cd5b5dca93ede3787e92fa770bc6 -last_modified_at: 2023-06-05 +content_hash: 34762c42ce688d7110fe960969f5149b250208b9 +last_modified_at: 2023-08-26 related_topics: - title: italiano version url: /it/common/minifab.html @@ -36,7 +36,7 @@ More information: . - Invoke a chaincode method with the specified arguments: -`minifab invoke -n `chaincode_name` -p '"`method_name`", "`arg0`", "`arg1`", ...'` +`minifab invoke -n `chaincode_name` -p '"`method_name`", "`argument1`", "`argument2`", ...'` - Make a query on the ledger: diff --git a/docs/en/common/mvn.md b/docs/en/common/mvn.md index 6bdb28c045..5694857c83 100644 --- a/docs/en/common/mvn.md +++ b/docs/en/common/mvn.md @@ -2,7 +2,8 @@ layout: page title: common/mvn (English) description: "Apache Maven." -content_hash: 57f6d07e3c92bf3de101f2e09327cd00ea4fede8 +content_hash: 79500822961acf40b3b7bf5ac2ed6925ff1fdfe4 +last_modified_at: 2023-08-26 related_topics: - title: português (Brasil) version url: /pt_BR/common/mvn.html @@ -43,8 +44,8 @@ More information: . - Clean and then package the code with a given build profile: -`mvn clean -P`profile` package` +`mvn clean -P `profile` package` - Run a class with a main method: -`mvn exec:java -Dexec.mainClass="`com.example.Main`" -Dexec.args="`arg1 arg2`"` +`mvn exec:java -Dexec.mainClass="`com.example.Main`" -Dexec.args="`argument1 argument2 ...`"` diff --git a/docs/en/common/nimble.md b/docs/en/common/nimble.md index f00a157b96..88eed97fae 100644 --- a/docs/en/common/nimble.md +++ b/docs/en/common/nimble.md @@ -2,7 +2,8 @@ layout: page title: common/nimble (English) description: "Package manager for the Nim programming language." -content_hash: 3a9076cdacf3f0381a537349867b1b0687d3bb34 +content_hash: 2360036e0c672685ad379c1f87b8e6c2b95ec73c +last_modified_at: 2023-08-26 --- # nimble @@ -16,7 +17,7 @@ More information: . - Install a package: -`nimble install `package_name +`nimble install `package - List installed packages: diff --git a/docs/en/common/nix-shell.md b/docs/en/common/nix-shell.md index d6163da07b..6e2095f193 100644 --- a/docs/en/common/nix-shell.md +++ b/docs/en/common/nix-shell.md @@ -2,8 +2,8 @@ layout: page title: common/nix-shell (English) description: "Start an interactive shell based on a Nix expression." -content_hash: 248c998f186aa51f6e92c22484b4401286a53045 -last_modified_at: 2023-04-26 +content_hash: d8a94d72bfca927e93c89e05a4559a1a1df2cdea +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/common/nix-shell.html @@ -21,7 +21,7 @@ More information: command` `arg1 arg2 ...`"` +`nix-shell --run "`command` `argument1 argument2 ...`"` - Start with expression in `default.nix` in the current directory: @@ -29,12 +29,12 @@ More information: package_name_1 package_name_2 ... +`nix-shell --packages `package1 package2 ... - Start with packages loaded from specific nixpkgs revision: -`nix-shell --packages `package_name_1 package_name_2 ...` -I nixpkgs=`https://github.com/NixOS/nixpkgs/archive/nixpkgs_revision.tar.gz +`nix-shell --packages `package1 package2 ...` -I nixpkgs=`https://github.com/NixOS/nixpkgs/archive/nixpkgs_revision.tar.gz - Evaluate rest of file in specific interpreter, for use in `#!-scripts` (see ): -`nix-shell -i `interpreter` --packages `package_name_1 package_name_2 ... +`nix-shell -i `interpreter` --packages `package1 package2 ... diff --git a/docs/en/common/npm-query.md b/docs/en/common/npm-query.md index be8d935cd5..3ea06bd6b0 100644 --- a/docs/en/common/npm-query.md +++ b/docs/en/common/npm-query.md @@ -2,12 +2,10 @@ layout: page title: common/npm-query (English) description: "Print an array of dependency objects using CSS-like selectors." -content_hash: 747b857227c25cf99b5f21e61408b4c6f4199d11 +content_hash: 232cacdd305a397a23ddd4c117c9af0ce453b7cc +last_modified_at: 2023-08-26 --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# npm query +# npm query Print an array of dependency objects using CSS-like selectors. More information: . @@ -22,11 +20,11 @@ More information: . - Print dependencies with a specific name: -`npm query '#`package_name`'` +`npm query '#`package`'` - Print dependencies with a specific name and within a semantic versioning range: -`npm query #`package_name`@`semantic_version +`npm query #`package`@`semantic_version - Print dependencies which have no dependencies: diff --git a/docs/en/common/npm-why.md b/docs/en/common/npm-why.md index a3b96b3c2f..c2d7692a78 100644 --- a/docs/en/common/npm-why.md +++ b/docs/en/common/npm-why.md @@ -2,7 +2,8 @@ layout: page title: common/npm-why (English) description: "Identifies why an npm package is installed." -content_hash: 7ab5a5489bc22f4510f712c2493423a83254919f +content_hash: 99d5dd6b05aed92416e5868335cbab73251b9374 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/common/npm-why.html @@ -18,4 +19,4 @@ More information: . - Show why an npm package is installed: -`npm-why `package_name +`npm-why `package diff --git a/docs/en/common/npx.md b/docs/en/common/npx.md index ab3276d2fb..b7ca763e04 100644 --- a/docs/en/common/npx.md +++ b/docs/en/common/npx.md @@ -2,8 +2,8 @@ layout: page title: common/npx (English) description: "Execute binaries from `npm` packages." -content_hash: 23daaac991c10d0a605b443500bda45348e7e5ea -last_modified_at: 2023-04-10 +content_hash: f91fcea7520b93c123c950aaeb3bd86751e27c08 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/common/npx.html @@ -19,19 +19,19 @@ More information: . - Execute the command from a local or remote `npm` package: -`npx `command` `arg1 arg2 ... +`npx `command` `argument1 argument2 ... -- In case multiple commands with the same name exist, it is possible to specify the package name: +- In case multiple commands with the same name exist, it is possible to explicitly specify the package: -`npx --package `package_name` `command +`npx --package `package` `command - Run a command if it exists in the current path or in `node_modules/.bin`: -`npx --no-install `command` `command_arguments +`npx --no-install `command` `argument1 argument2 ... - Execute a specific command suppressing any output from `npx` itself: -`npx --quiet `command` `arg1 arg2 ... +`npx --quiet `command` `argument1 argument2 ... - Display help: diff --git a/docs/en/common/opam.md b/docs/en/common/opam.md index a73638391d..f29d525891 100644 --- a/docs/en/common/opam.md +++ b/docs/en/common/opam.md @@ -2,7 +2,8 @@ layout: page title: common/opam (English) description: "OCaml Package Manager." -content_hash: 488fb59a973d95385464605070db8b6a16ddadc4 +content_hash: 672fb71761866fa79dc251de1dd2f39b6d912fb9 +last_modified_at: 2023-08-26 --- # opam @@ -16,15 +17,15 @@ More information: . - Search for packages: -`opam search `package_name +`opam search `query - Install a package and all of its dependencies: -`opam install `package_name +`opam install `package - Display detailed information about a package: -`opam show `package_name +`opam show `package - List all installed packages: diff --git a/docs/en/common/pio-package.md b/docs/en/common/pio-package.md index 1025abef83..64801fb1dd 100644 --- a/docs/en/common/pio-package.md +++ b/docs/en/common/pio-package.md @@ -2,7 +2,8 @@ layout: page title: common/pio-package (English) description: "Manage packages in the registry." -content_hash: 0a1fce7ee30a148a168c805159b1edd55362059c +content_hash: 30af5f643a726a1eadb3e4f69c037dd2fad3fea4 +last_modified_at: 2023-08-26 --- # pio package @@ -32,12 +33,12 @@ More information: package_name +`pio package unpublish `package - Remove a specific version of a published package from the registry: -`pio package unpublish `package_name`@`version +`pio package unpublish `package`@`version - Undo the removal, putting all versions or a specific version of the package back into the registry: -`pio package unpublish --undo `package_name`@`version +`pio package unpublish --undo `package`@`version diff --git a/docs/en/common/pip-install.md b/docs/en/common/pip-install.md index 13cffebabb..6cf69a3465 100644 --- a/docs/en/common/pip-install.md +++ b/docs/en/common/pip-install.md @@ -2,11 +2,15 @@ layout: page title: common/pip-install (English) description: "Install Python packages." -content_hash: df57e274870b53ee5b0e766333446def2ad6a8df +content_hash: 98b9cc218ec0279d4511ab11716457c15edd3fda +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/common/pip-install.html icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/common/pip-install.html + icon: bi bi-globe --- # pip install @@ -15,11 +19,11 @@ More information: . - Install a package: -`pip install `package_name +`pip install `package - Install a specific version of a package: -`pip install `package_name`==`package_version +`pip install `package`==`version - Install packages listed in a file: diff --git a/docs/en/common/pip-uninstall.md b/docs/en/common/pip-uninstall.md index 2847e2fe7f..6d365b4c09 100644 --- a/docs/en/common/pip-uninstall.md +++ b/docs/en/common/pip-uninstall.md @@ -2,7 +2,12 @@ layout: page title: common/pip-uninstall (English) description: "Uninstall Python packages." -content_hash: a5d2450e92c3b35b3af94d02647332acb2e75f35 +content_hash: e98388c330c6f4aa3574e7f88d2a5e6c3e887ea6 +last_modified_at: 2023-08-26 +related_topics: + - title: português (Brasil) version + url: /pt_BR/common/pip-uninstall.html + icon: bi bi-globe --- # pip uninstall @@ -11,7 +16,7 @@ More information: . - Uninstall a package: -`pip uninstall `package_name +`pip uninstall `package - Uninstall packages listed in a specific file: @@ -19,4 +24,4 @@ More information: . - Uninstall package without asking for confirmation: -`pip uninstall --yes `package_name +`pip uninstall --yes `package diff --git a/docs/en/common/pip.md b/docs/en/common/pip.md index 82b0f110da..1aebce139d 100644 --- a/docs/en/common/pip.md +++ b/docs/en/common/pip.md @@ -2,7 +2,8 @@ layout: page title: common/pip (English) description: "Python package manager." -content_hash: e748f65f90ab76ad3719875ae366d40713f2f7d7 +content_hash: 6754f6c1dc8acddd4d82e1edbb6ddf4880b16eed +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/common/pip.html @@ -25,7 +26,7 @@ More information: . - Install a package (see `pip install` for more install examples): -`pip install `package_name +`pip install `package - Install a package to the user's directory instead of the system-wide default location: @@ -33,11 +34,11 @@ More information: . - Upgrade a package: -`pip install --upgrade `package_name +`pip install --upgrade `package - Uninstall a package: -`pip uninstall `package_name +`pip uninstall `package - Save installed packages to file: @@ -45,7 +46,7 @@ More information: . - Show installed package info: -`pip show `package_name +`pip show `package - Install packages from a file: diff --git a/docs/en/common/pip3.md b/docs/en/common/pip3.md index 864e5ec6aa..bde3d79582 100644 --- a/docs/en/common/pip3.md +++ b/docs/en/common/pip3.md @@ -2,7 +2,8 @@ layout: page title: common/pip3 (English) description: "Python package manager." -content_hash: 504fd30fafc211ff3b36202366133a29085e4586 +content_hash: 35d9672c09dccfbcb467a6ea4021be3d79ee4a7b +last_modified_at: 2023-08-26 related_topics: - title: français version url: /fr/common/pip3.html @@ -19,25 +20,21 @@ related_topics: Python package manager. More information: . -- Find available packages: - -`pip3 search `package_name - - Install a package: -`pip3 install `package_name +`pip3 install `package - Install a specific version of a package: -`pip3 install `package_name`==`package_version +`pip3 install `package`==`version - Upgrade a package: -`pip3 install --upgrade `package_name +`pip3 install --upgrade `package - Uninstall a package: -`pip3 uninstall `package_name +`pip3 uninstall `package - Save the list of installed packages to a file: @@ -49,4 +46,4 @@ More information: . - Show installed package info: -`pip3 show `package_name +`pip3 show `package diff --git a/docs/en/common/pipenv.md b/docs/en/common/pipenv.md index 2d97b9c676..430dc10681 100644 --- a/docs/en/common/pipenv.md +++ b/docs/en/common/pipenv.md @@ -2,7 +2,8 @@ layout: page title: common/pipenv (English) description: "Simple and unified Python development workflow." -content_hash: 27e4b5ce4d4cbe485ad280c3986d4336698d0b0c +content_hash: b4255a2be430935670cb5019e044e36dda430b46 +last_modified_at: 2023-08-26 related_topics: - title: français version url: /fr/common/pipenv.html @@ -24,7 +25,7 @@ More information: . - Install a package: -`pipenv install `package_name +`pipenv install `package - Install all the dependencies for a project: @@ -36,7 +37,7 @@ More information: . - Uninstall a package: -`pipenv uninstall `package_name +`pipenv uninstall `package - Start a shell within the created virtual environment: diff --git a/docs/en/common/pypy.md b/docs/en/common/pypy.md index fb8a060232..85f9e69077 100644 --- a/docs/en/common/pypy.md +++ b/docs/en/common/pypy.md @@ -2,7 +2,8 @@ layout: page title: common/pypy (English) description: "Fast and compliant alternative implementation of the Python language." -content_hash: 142210fc2de7ddf056744c295641754ad01eaa72 +content_hash: eaf050ac2f08b3b884a7e013624b6a32eb432187 +last_modified_at: 2023-08-26 --- # pypy @@ -31,7 +32,7 @@ More information: . - Install a package using pip: -`pypy -m pip install `package_name +`pypy -m pip install `package - Interactively debug a Python script: diff --git a/docs/en/common/python.md b/docs/en/common/python.md index 825301dd31..09883e57b3 100644 --- a/docs/en/common/python.md +++ b/docs/en/common/python.md @@ -2,7 +2,8 @@ layout: page title: common/python (English) description: "Python language interpreter." -content_hash: 7b4edb76f0757afc1f097d316a8a0d61f751321c +content_hash: d949784b98d0095d78eda18a5d7e571e8cb30ecb +last_modified_at: 2023-08-26 related_topics: - title: Indonesia version url: /id/common/python.html @@ -44,7 +45,7 @@ More information: . - Install a package using `pip`: -`python -m `pip` install `package_name +`python -m pip install `package - Interactively debug a Python script: diff --git a/docs/en/common/stack.md b/docs/en/common/stack.md index 070681f998..56a3992e1c 100644 --- a/docs/en/common/stack.md +++ b/docs/en/common/stack.md @@ -2,7 +2,8 @@ layout: page title: common/stack (English) description: "Tool for managing Haskell projects." -content_hash: 06646b0a7ea06de259a399cad08aa99bc3ea8b97 +content_hash: 55e471a72c5b41a87795265bf7b5c3ff55b18c4a +last_modified_at: 2023-08-26 --- # stack @@ -11,7 +12,7 @@ More information: . - Create a new package: -`stack new `package_name` `template_name +`stack new `package` `template - Compile a package: @@ -31,4 +32,4 @@ More information: . - Run a program and pass an argument to it: -`stack exec `program_name` -- `argument +`stack exec `program` -- `argument diff --git a/docs/en/common/tlmgr-info.md b/docs/en/common/tlmgr-info.md index db804dc5e0..5540c4cc27 100644 --- a/docs/en/common/tlmgr-info.md +++ b/docs/en/common/tlmgr-info.md @@ -2,7 +2,8 @@ layout: page title: common/tlmgr-info (English) description: "Show information about TeX Live packages." -content_hash: 5cae90b3d4ff75614edcdc12c18c8406904af2fb +content_hash: de292b2a3c8bcafb2daa7fce8d799523d05deba9 +last_modified_at: 2023-08-26 --- # tlmgr info @@ -23,11 +24,11 @@ More information: . - Show information about a specific package: -`tlmgr info `package_name +`tlmgr info `package - List all files contained in a specific package: -`tlmgr info `package_name` --list` +`tlmgr info `package` --list` - List all installed packages: @@ -35,7 +36,7 @@ More information: . - Show only specific information about a package: -`tlmgr info `package_name` --data "`name`,`category`,`installed`,`size`,`depends`,..."` +`tlmgr info `package` --data "`name`,`category`,`installed`,`size`,`depends`,..."` - Print all available packages as JSON encoded array: diff --git a/docs/en/common/wapm.md b/docs/en/common/wapm.md index 505292fa11..bc92d0d7f3 100644 --- a/docs/en/common/wapm.md +++ b/docs/en/common/wapm.md @@ -2,7 +2,8 @@ layout: page title: common/wapm (English) description: "The WebAssembly package manager." -content_hash: af9f292ee614636aa63a38ecbda94551fe7a9bf6 +content_hash: fbccb11bb94efb797af3d6c52c55a5c77bf46b35 +last_modified_at: 2023-08-26 --- # wapm @@ -17,17 +18,17 @@ More information: . `wapm install` -- Download a specific version of a package and add it to the list of dependencies in wapm.toml: +- Download a specific version of a package and add it to the list of dependencies in `wapm.toml`: -`wapm install `package_name`@`version +`wapm install `package`@`version - Download a package and install it globally: -`wapm install --global `package_name +`wapm install --global `package - Uninstall a package and remove it from the list of dependencies in `wapm.toml`: -`wapm uninstall `package_name +`wapm uninstall `package - Print a tree of locally installed dependencies: diff --git a/docs/en/common/yarn-why.md b/docs/en/common/yarn-why.md index 3ba93f3a18..6a7057e88a 100644 --- a/docs/en/common/yarn-why.md +++ b/docs/en/common/yarn-why.md @@ -2,7 +2,8 @@ layout: page title: common/yarn-why (English) description: "Identifies why a Yarn package has been installed." -content_hash: 1270a429adcd0140a212b3b03c03db361fa923a2 +content_hash: 60705b81c90cabe6acd2fa26e6337c37c46f52a0 +last_modified_at: 2023-08-26 related_topics: - title: português (Brasil) version url: /pt_BR/common/yarn-why.html @@ -21,4 +22,4 @@ More information: . - Show why a Yarn package is installed: -`yarn-why `package_name +`yarn-why `package diff --git a/docs/en/linux/apt-file.md b/docs/en/linux/apt-file.md index a747e3a513..09f5c03664 100644 --- a/docs/en/linux/apt-file.md +++ b/docs/en/linux/apt-file.md @@ -2,8 +2,8 @@ layout: page title: linux/apt-file (English) description: "Search for files in apt packages, including ones not yet installed." -content_hash: 0f1dd94338d699fb711120ce8f3d2f25390f5b31 -last_modified_at: 2022-12-08 +content_hash: 2e6b8d5fc2a238fecb25cbeb8b28475ac8c02688 +last_modified_at: 2023-08-26 related_topics: - title: català version url: /ca/linux/apt-file.html @@ -45,7 +45,7 @@ More information: . - List the contents of a specific package: -`apt-file `show|list` `package_name +`apt-file `show|list` `package - Search for packages that match the `regular_expression`: diff --git a/docs/en/linux/apt-mark.md b/docs/en/linux/apt-mark.md index 2c64b8e6da..ae9153b9ea 100644 --- a/docs/en/linux/apt-mark.md +++ b/docs/en/linux/apt-mark.md @@ -2,8 +2,12 @@ layout: page title: linux/apt-mark (English) description: "Utility to change the status of installed packages." -content_hash: 97632a533ed9dbb93d228cb7eb92adb673699b9b +content_hash: 867300749f8f1c4751c7ada7713978b578ac6872 +last_modified_at: 2023-08-26 related_topics: + - title: català version + url: /ca/linux/apt-mark.html + icon: bi bi-globe - title: Deutsch version url: /de/linux/apt-mark.html icon: bi bi-globe @@ -30,15 +34,15 @@ More information: . - Mark a package as automatically installed: -`sudo apt-mark auto `package_name +`sudo apt-mark auto `package - Hold a package at its current version and prevent updates to it: -`sudo apt-mark hold `package_name +`sudo apt-mark hold `package - Allow a package to be updated again: -`sudo apt-mark unhold `package_name +`sudo apt-mark unhold `package - Show manually installed packages: diff --git a/docs/en/linux/aura.md b/docs/en/linux/aura.md index b76be4dd3f..4b9967428e 100644 --- a/docs/en/linux/aura.md +++ b/docs/en/linux/aura.md @@ -2,7 +2,8 @@ layout: page title: linux/aura (English) description: "The Aura Package Manager: A secure, multilingual package manager for Arch Linux and the AUR." -content_hash: 5d71a38f17204a3b410a652f6782c1e8c696f3d3 +content_hash: c4c610d27a4ffdb86105ea14f8bdeccd81377796 +last_modified_at: 2023-08-26 related_topics: - title: 中文 version url: /zh/linux/aura.html @@ -15,11 +16,11 @@ More information: . - Search for packages from the official repositories and AUR: -`aura --aursync --both --search `package_name|search_regex +`aura --aursync --both --search `keyword|regular_expression - Install a package from the AUR: -`aura --aursync `package_name +`aura --aursync `package - Update all AUR packages in a verbose mode and remove all make dependencies: @@ -27,7 +28,7 @@ More information: . - Install a package from the official repositories: -`aura --sync `package_name +`aura --sync `package - Synchronize and update all packages from the official repositories: @@ -35,11 +36,11 @@ More information: . - Downgrade a package using the package cache: -`aura --downgrade `package_name +`aura --downgrade `package - Remove a package and its dependencies: -`aura --remove --recursive --unneeded `package_name +`aura --remove --recursive --unneeded `package - Remove orphan packages (installed as dependencies but not required by any package): diff --git a/docs/en/linux/aurman.md b/docs/en/linux/aurman.md index 4eca2a478d..370b3dee1d 100644 --- a/docs/en/linux/aurman.md +++ b/docs/en/linux/aurman.md @@ -2,7 +2,8 @@ layout: page title: linux/aurman (English) description: "An Arch Linux utility to build and install packages from the Arch User Repository." -content_hash: 47e38dac5cc3c6946b94c1eb2ca42fa6288d3024 +content_hash: b0d735eea717460c5a26ff6ed8e0a7262b57188c +last_modified_at: 2023-08-26 related_topics: - title: 中文 version url: /zh/linux/aurman.html @@ -24,15 +25,15 @@ More information: . - Install a new package: -`aurman --sync `package_name +`aurman --sync `package - Install a new package without show changes of `PKGBUILD` files: -`aurman --sync --noedit `package_name +`aurman --sync --noedit `package - Install a new package without prompting: -`aurman --sync --noedit --noconfirm `package_name +`aurman --sync --noedit --noconfirm `package - Search the package database for a keyword from the official repositories and AUR: @@ -40,7 +41,7 @@ More information: . - Remove a package and its dependencies: -`aurman --remove --recursive --nosave `package_name +`aurman --remove --recursive --nosave `package - Clear the package cache (use two `--clean` flags to clean all packages): diff --git a/docs/en/linux/cpulimit.md b/docs/en/linux/cpulimit.md index e44a043c74..c0ca117044 100644 --- a/docs/en/linux/cpulimit.md +++ b/docs/en/linux/cpulimit.md @@ -2,8 +2,12 @@ layout: page title: linux/cpulimit (English) description: "A tool to throttle the CPU usage of other processes." -content_hash: 59c1a39802e63b5b7e5498d4a7c923141d9166f7 +content_hash: 2ac97794def71695404b3655e35d35285c0ca9c0 +last_modified_at: 2023-08-26 related_topics: + - title: català version + url: /ca/linux/cpulimit.html + icon: bi bi-globe - title: español version url: /es/linux/cpulimit.html icon: bi bi-globe @@ -23,7 +27,7 @@ More information: . - Launch a given program and limit it to only use 50% of the CPU: -`cpulimit --limit `50` -- `program arg1 arg2 ... +`cpulimit --limit `50` -- `program argument1 argument2 ... - Launch a program, limit its CPU usage to 50% and run cpulimit in the background: diff --git a/docs/en/linux/debman.md b/docs/en/linux/debman.md index dba9298bc2..730a66137c 100644 --- a/docs/en/linux/debman.md +++ b/docs/en/linux/debman.md @@ -2,21 +2,22 @@ layout: page title: linux/debman (English) description: "Read man pages from uninstalled packages." -content_hash: 8020465503116aa55e58b09de0f71f3f8e2f792e +content_hash: 753e0dde430aad3e4b346330c0d93ddfdecf8740 +last_modified_at: 2023-08-26 --- # debman Read man pages from uninstalled packages. More information: . -- Read a man page for a command that is provided by a specified package name: +- Read a man page for a command that is provided by a specified package: -`debman -p `package_name` `command_name +`debman -p `package` `command - Specify a package version to download: -`debman -p `package_name`=`version` `command_name +`debman -p `package`=`version` `command - Read a man page in a `.deb` file: -`debman -f `path/to/filename.deb` `command_name +`debman -f `path/to/filename.deb` `command diff --git a/docs/en/linux/dget.md b/docs/en/linux/dget.md index 96b11244dd..843bb12094 100644 --- a/docs/en/linux/dget.md +++ b/docs/en/linux/dget.md @@ -2,8 +2,8 @@ layout: page title: linux/dget (English) description: "Download Debian packages." -content_hash: 6c96e2b28026b2d5d2a1096db6df85380550d6fd -last_modified_at: 2023-05-14 +content_hash: 7d8bba1e6f0e454a5727c19effa5d852ffe13566 +last_modified_at: 2023-08-26 --- # dget @@ -12,7 +12,7 @@ More information: - Download a binary package: -`dget `package_name +`dget `package - Download and extract a package source from its `.dsc` file: diff --git a/docs/en/linux/distrobox-export.md b/docs/en/linux/distrobox-export.md index 256c6e5262..ff915fb3a7 100644 --- a/docs/en/linux/distrobox-export.md +++ b/docs/en/linux/distrobox-export.md @@ -2,13 +2,10 @@ layout: page title: linux/distrobox-export (English) description: "Export app/service/binary from container to host OS." -content_hash: de606ae5544aa1042f311262e39efcc2713a6715 -last_modified_at: 2023-03-19 +content_hash: 7a715bd3b7550634d252e853998ee67ec688604d +last_modified_at: 2023-08-26 --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# distrobox-export +# distrobox-export Export app/service/binary from container to host OS. Subcommand of `distrobox`. See also: `tldr distrobox`. @@ -16,7 +13,7 @@ More information: - Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list): -`distrobox-export --app `package_name` --extra-flags "--foreground"` +`distrobox-export --app `package` --extra-flags "--foreground"` - Export a binary from the container to the host: diff --git a/docs/en/linux/dpkg.md b/docs/en/linux/dpkg.md index 70a66ed177..b05d66f9f2 100644 --- a/docs/en/linux/dpkg.md +++ b/docs/en/linux/dpkg.md @@ -2,12 +2,15 @@ layout: page title: linux/dpkg (English) description: "Debian package manager." -content_hash: ef2f2734ebf9332e6da20d0b97e2246886c6f265 -last_modified_at: 2022-12-05 +content_hash: 73e0c056d0b371b494495220acfc4f2b6efb16bd +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/dpkg.html icon: bi bi-globe + - title: हिन्दी version + url: /hi/linux/dpkg.html + icon: bi bi-globe - title: Indonesia version url: /id/linux/dpkg.html icon: bi bi-globe @@ -31,7 +34,7 @@ More information: . - Remove a package: -`dpkg -r `package_name +`dpkg -r `package - List installed packages: @@ -39,7 +42,7 @@ More information: . - List a package's contents: -`dpkg -L `package_name +`dpkg -L `package - List contents of a local package file: @@ -47,4 +50,4 @@ More information: . - Find out which package owns a file: -`dpkg -S `filename +`dpkg -S `path/to/file diff --git a/docs/en/linux/eix.md b/docs/en/linux/eix.md index b7bdd5a151..a5aa9c36a1 100644 --- a/docs/en/linux/eix.md +++ b/docs/en/linux/eix.md @@ -2,7 +2,8 @@ layout: page title: linux/eix (English) description: "Utilities for searching local Gentoo packages." -content_hash: ac44c4012357e8f3aa2ad64c4eab731b1d872723 +content_hash: a3ed4e13ef5f68febd4319af4a14dc181b7e6721 +last_modified_at: 2023-08-26 --- # eix @@ -12,11 +13,11 @@ More information: . - Search for a package: -`eix `package_name +`eix `query - Search for installed packages: -`eix --installed `package_name +`eix --installed `query - Search in package descriptions: diff --git a/docs/en/linux/emerge.md b/docs/en/linux/emerge.md index cffbf63151..2903c886cf 100644 --- a/docs/en/linux/emerge.md +++ b/docs/en/linux/emerge.md @@ -2,8 +2,8 @@ layout: page title: linux/emerge (English) description: "Gentoo Linux package manager utility." -content_hash: c1dc844de733d4603445866fb956ce045317baa8 -last_modified_at: 2022-12-05 +content_hash: 3238f6b80436d649852b106c61fadf0b2718d5a3 +last_modified_at: 2023-08-26 --- # emerge @@ -25,11 +25,11 @@ More information: . - Install a new package, with confirmation: -`emerge -av `package_name +`emerge -av `package - Remove a package, with confirmation: -`emerge -Cav `package_name +`emerge -Cav `package - Remove orphaned packages (that were installed only as dependencies): diff --git a/docs/en/linux/eopkg.md b/docs/en/linux/eopkg.md index a4a320c504..f73fdf9584 100644 --- a/docs/en/linux/eopkg.md +++ b/docs/en/linux/eopkg.md @@ -2,19 +2,17 @@ layout: page title: linux/eopkg (English) description: "Package manager for Solus." -content_hash: 68491bedda1d188d2b24be0de8bb21d5968a4594 +content_hash: 2f6b555e38f160d32c0c2c4d11f0b1ee5b410496 +last_modified_at: 2023-08-26 --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# eopkg +# eopkg Package manager for Solus. More information: . - Install a specific package: -`sudo eopkg install `package_name +`sudo eopkg install `package - Update all packages: diff --git a/docs/en/linux/equery.md b/docs/en/linux/equery.md index b40b7aead3..6c061f2fde 100644 --- a/docs/en/linux/equery.md +++ b/docs/en/linux/equery.md @@ -2,7 +2,8 @@ layout: page title: linux/equery (English) description: "View information about Portage packages." -content_hash: 0225fc34b239233c4be2e88cbe540eb224da2cae +content_hash: ab91073e7dbcf39937f30c4bdb6ca09133762361 +last_modified_at: 2023-08-26 --- # equery @@ -15,16 +16,16 @@ More information: . - Search for installed packages in the Portage tree and in overlays: -`equery list -po `package_name +`equery list -po `package1 package2 ... - List all packages that depend on a given package: -`equery depends `package_name +`equery depends `package - List all packages that a given package depends on: -`equery depgraph `package_name +`equery depgraph `package - List all files installed by a package: -`equery files --tree `package_name +`equery files --tree `package diff --git a/docs/en/linux/fixfiles.md b/docs/en/linux/fixfiles.md index aa4ade3d33..169c8984da 100644 --- a/docs/en/linux/fixfiles.md +++ b/docs/en/linux/fixfiles.md @@ -2,13 +2,10 @@ layout: page title: linux/fixfiles (English) description: "Fix file SELinux security contexts." -content_hash: 686c38b21c5f06798f693802c8c94e5ff233da28 -last_modified_at: 2023-05-02 +content_hash: 38641d5c7423adb9e4ee0389820a2042401a21e5 +last_modified_at: 2023-08-26 --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# fixfiles +# fixfiles Fix file SELinux security contexts. More information: . @@ -27,7 +24,7 @@ More information: . - Use the [R]pm database to discover all files within specific packages and restore the file contexts: -`fixfiles -R `rpm_package_name1,rpm_package_name2 ... +`fixfiles -R `rpm_package1,rpm_package2 ... - Run a diff on the `PREVIOUS_FILECONTEXT` file to the [C]urrently installed one, and restore the context of all affected files: diff --git a/docs/en/linux/gnome-software.md b/docs/en/linux/gnome-software.md index 8714798bd1..c54de053d4 100644 --- a/docs/en/linux/gnome-software.md +++ b/docs/en/linux/gnome-software.md @@ -2,12 +2,14 @@ layout: page title: linux/gnome-software (English) description: "Add and remove applications and update your system." -content_hash: 6f926de5f94e94c513a936973a43e71b303795e7 +content_hash: 725a38aeebfbc175583a3fcfdaecb501ede87be4 +last_modified_at: 2023-08-26 +related_topics: + - title: தமிழ் version + url: /ta/linux/gnome-software.html + icon: bi bi-globe --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# gnome-software +# gnome-software Add and remove applications and update your system. More information: . @@ -20,9 +22,9 @@ More information: . `gnome-software --mode `updates|updated|installed|overview -- Launch the GNOME Software GUI if it's not open, and view the specified package: +- Launch the GNOME Software GUI if it's not open and view the details of the specified package: -`gnome-software --details `package_name +`gnome-software --details `package - Display the version: diff --git a/docs/en/linux/guix-package.md b/docs/en/linux/guix-package.md index a2ee1b2611..190f420de9 100644 --- a/docs/en/linux/guix-package.md +++ b/docs/en/linux/guix-package.md @@ -2,7 +2,8 @@ layout: page title: linux/guix-package (English) description: "Install, upgrade and remove Guix packages, or rollback to previous configurations." -content_hash: 5bbe9dafee471093a07bfdd89a8adc9471ecd67a +content_hash: 8c0b1d39ba824467bc351bcdea4ad3a4b0628f68 +last_modified_at: 2023-08-26 --- # guix package @@ -11,11 +12,11 @@ More information: package_name +`guix package -i `package - Remove a package: -`guix package -r `package_name +`guix package -r `package - Search the package database for a regular expression: diff --git a/docs/en/linux/pacaur.md b/docs/en/linux/pacaur.md index b0177b1ae5..9154271cb6 100644 --- a/docs/en/linux/pacaur.md +++ b/docs/en/linux/pacaur.md @@ -2,7 +2,8 @@ layout: page title: linux/pacaur (English) description: "A utility for Arch Linux to build and install packages from the Arch User Repository." -content_hash: f955a721036ac1b8a927e610d9796bdcb687af2c +content_hash: b50948ad847b29dfc0e5b266aeedb02daf6499a9 +last_modified_at: 2023-08-26 --- # pacaur @@ -19,11 +20,11 @@ More information: . - Install a new package (includes AUR): -`pacaur -S `package_name +`pacaur -S `package - Remove a package and its dependencies (includes AUR packages): -`pacaur -Rs `package_name +`pacaur -Rs `package - Search the package database for a keyword (includes AUR): diff --git a/docs/en/linux/pacman-database.md b/docs/en/linux/pacman-database.md index 4c378f8dcf..ddbde456fd 100644 --- a/docs/en/linux/pacman-database.md +++ b/docs/en/linux/pacman-database.md @@ -2,8 +2,8 @@ layout: page title: linux/pacman-database (English) description: "Operate on the Arch Linux package database." -content_hash: ba2f46e020a7a787f9e8bfc9588fc2fecec6c777 -last_modified_at: 2023-05-14 +content_hash: 8d7fb4ca97c2897541ea965d14d9eb54291ae5a3 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/pacman-database.html @@ -11,6 +11,9 @@ related_topics: - title: français version url: /fr/linux/pacman-database.html icon: bi bi-globe + - title: polski version + url: /pl/linux/pacman-database.html + icon: bi bi-globe - title: தமிழ் version url: /ta/linux/pacman-database.html icon: bi bi-globe @@ -24,11 +27,11 @@ More information: . - Mark a package as implicitly installed: -`sudo pacman --database --asdeps `package_name +`sudo pacman --database --asdeps `package - Mark a package as explicitly installed: -`sudo pacman --database --asexplicit `package_name +`sudo pacman --database --asexplicit `package - Check that all the package dependencies are installed: diff --git a/docs/en/linux/pacman-deptest.md b/docs/en/linux/pacman-deptest.md index e2324ff88a..6324a0be31 100644 --- a/docs/en/linux/pacman-deptest.md +++ b/docs/en/linux/pacman-deptest.md @@ -2,8 +2,8 @@ layout: page title: linux/pacman-deptest (English) description: "Check each dependency specified and return a list of dependencies that are not currently satisfied on the system." -content_hash: bb5c5407006ea59dd94b2ae00ec1722933e46f31 -last_modified_at: 2023-05-14 +content_hash: ee4e0b7e913e402a50d155af7fcfaec12fba80a3 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/pacman-deptest.html @@ -11,6 +11,9 @@ related_topics: - title: français version url: /fr/linux/pacman-deptest.html icon: bi bi-globe + - title: polski version + url: /pl/linux/pacman-deptest.html + icon: bi bi-globe - title: தமிழ் version url: /ta/linux/pacman-deptest.html icon: bi bi-globe @@ -23,7 +26,7 @@ More information: . - Print the package names of the dependencies that aren't installed: -`pacman --deptest `package_name1` `package_name2 +`pacman --deptest `package1 package2 ... - Check if the installed package satisfies the given minimum version: diff --git a/docs/en/linux/pacman-files.md b/docs/en/linux/pacman-files.md index fa6e73f535..cdaa99ee6b 100644 --- a/docs/en/linux/pacman-files.md +++ b/docs/en/linux/pacman-files.md @@ -2,8 +2,8 @@ layout: page title: linux/pacman-files (English) description: "Arch Linux package manager utility." -content_hash: c6faab6fcebccf73791c33a875f8a073caa46d5a -last_modified_at: 2023-05-14 +content_hash: 197db7d61cf73b553ebc34a7e5e28c2750d224cb +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/pacman-files.html @@ -11,6 +11,9 @@ related_topics: - title: français version url: /fr/linux/pacman-files.html icon: bi bi-globe + - title: polski version + url: /pl/linux/pacman-files.html + icon: bi bi-globe - title: தமிழ் version url: /ta/linux/pacman-files.html icon: bi bi-globe @@ -39,7 +42,7 @@ More information: . - List the files owned by a specific package: -`pacman --files --list `package_name +`pacman --files --list `package - Display help: diff --git a/docs/en/linux/pacman-query.md b/docs/en/linux/pacman-query.md index fc0307f94c..b9048b309f 100644 --- a/docs/en/linux/pacman-query.md +++ b/docs/en/linux/pacman-query.md @@ -2,8 +2,8 @@ layout: page title: linux/pacman-query (English) description: "Arch Linux package manager utility." -content_hash: a675a1511597578f2a9a9bca45277c9ded78b8b4 -last_modified_at: 2023-05-14 +content_hash: 5e7e2d3dd06c2a7a89d846a798b884043724be5a +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/pacman-query.html @@ -14,6 +14,9 @@ related_topics: - title: Indonesia version url: /id/linux/pacman-query.html icon: bi bi-globe + - title: polski version + url: /pl/linux/pacman-query.html + icon: bi bi-globe - title: Türkçe version url: /tr/linux/pacman-query.html icon: bi bi-globe @@ -38,11 +41,11 @@ More information: . - Display information about an installed package: -`pacman --query --info `package_name +`pacman --query --info `package - List files owned by a package: -`pacman --query --list `package_name +`pacman --query --list `package - List orphan packages (installed as dependencies but not required by any package): diff --git a/docs/en/linux/pacman-remove.md b/docs/en/linux/pacman-remove.md index ab7a4cc6a2..bebd942e73 100644 --- a/docs/en/linux/pacman-remove.md +++ b/docs/en/linux/pacman-remove.md @@ -2,8 +2,8 @@ layout: page title: linux/pacman-remove (English) description: "Arch Linux package manager utility." -content_hash: 061ba206489826393a07317fbf3499bdf80830cd -last_modified_at: 2023-05-14 +content_hash: a04337c1acfddc108f08a3af0a6e1e589c6fc72e +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/pacman-remove.html @@ -14,6 +14,9 @@ related_topics: - title: Indonesia version url: /id/linux/pacman-remove.html icon: bi bi-globe + - title: polski version + url: /pl/linux/pacman-remove.html + icon: bi bi-globe - title: தமிழ் version url: /ta/linux/pacman-remove.html icon: bi bi-globe @@ -29,15 +32,15 @@ More information: . - Remove a package and its dependencies: -`sudo pacman --remove --recursive `package_name +`sudo pacman --remove --recursive `package - Remove a package and both its dependencies and configuration files: -`sudo pacman --remove --recursive --nosave `package_name +`sudo pacman --remove --recursive --nosave `package - Remove a package without prompting: -`sudo pacman --remove --noconfirm `package_name +`sudo pacman --remove --noconfirm `package - Remove orphan packages (installed as dependencies but not required by any package): @@ -45,11 +48,11 @@ More information: . - Remove a package and all packages that depend on it: -`sudo pacman --remove --cascade `package_name +`sudo pacman --remove --cascade `package - List packages that would be affected (does not remove any packages): -`pacman --remove --print `package_name +`pacman --remove --print `package - Display help for this subcommand: diff --git a/docs/en/linux/pacman-sync.md b/docs/en/linux/pacman-sync.md index 6008479bf6..de9bad1ae3 100644 --- a/docs/en/linux/pacman-sync.md +++ b/docs/en/linux/pacman-sync.md @@ -2,8 +2,8 @@ layout: page title: linux/pacman-sync (English) description: "Arch Linux package manager utility." -content_hash: 64df0e046d3817a7d3634acae45457fab92b6385 -last_modified_at: 2023-05-14 +content_hash: a7183cf5decaa231d6f53ab4baddf8998612f7fa +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/pacman-sync.html @@ -14,6 +14,9 @@ related_topics: - title: Indonesia version url: /id/linux/pacman-sync.html icon: bi bi-globe + - title: polski version + url: /pl/linux/pacman-sync.html + icon: bi bi-globe - title: தமிழ் version url: /ta/linux/pacman-sync.html icon: bi bi-globe @@ -29,7 +32,7 @@ More information: . - Install a new package: -`sudo pacman --sync `package_name +`sudo pacman --sync `package - Synchronize and update all packages (add `--downloadonly` to download the packages and not update them): @@ -37,7 +40,7 @@ More information: . - Update all packages and install a new one without prompting: -`sudo pacman --sync --refresh --sysupgrade --noconfirm `package_name +`sudo pacman --sync --refresh --sysupgrade --noconfirm `package - Search the package database for a regular expression or keyword: @@ -45,7 +48,7 @@ More information: . - Display information about a package: -`pacman --sync --info `package_name +`pacman --sync --info `package - Overwrite conflicting files during a package update: @@ -53,7 +56,7 @@ More information: . - Synchronize and update all packages, but ignore a specific package (can be used more than once): -`sudo pacman --sync --refresh --sysupgrade --ignore `package_name +`sudo pacman --sync --refresh --sysupgrade --ignore `package - Remove not installed packages and unused repositories from the cache (use two `--clean` flags to clean all packages): diff --git a/docs/en/linux/pacman.md b/docs/en/linux/pacman.md index b9acef64b3..8871f14e3c 100644 --- a/docs/en/linux/pacman.md +++ b/docs/en/linux/pacman.md @@ -2,8 +2,8 @@ layout: page title: linux/pacman (English) description: "Arch Linux package manager utility." -content_hash: 8305489cec4a8970240f2e4a46f251c923c2a8a7 -last_modified_at: 2023-06-20 +content_hash: 88d25badeb7463e9dbc46cad8018c28dbdaf04b5 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/pacman.html @@ -49,11 +49,11 @@ More information: . - Install a new package: -`sudo pacman -S `package_name +`sudo pacman -S `package - Remove a package and its dependencies: -`sudo pacman -Rs `package_name +`sudo pacman -Rs `package - Search the database for packages containing a specific file: diff --git a/docs/en/linux/pacstall.md b/docs/en/linux/pacstall.md index bb358eebd8..d808e54cda 100644 --- a/docs/en/linux/pacstall.md +++ b/docs/en/linux/pacstall.md @@ -2,7 +2,8 @@ layout: page title: linux/pacstall (English) description: "An AUR package manager for Ubuntu." -content_hash: 5790da158030331b70a07da19da33760141a56aa +content_hash: ba656d354a14ba0ac87a722d05142854888b8e4d +last_modified_at: 2023-08-26 --- # pacstall @@ -11,15 +12,15 @@ More information: . - Search the package database for a package name: -`pacstall --search `package_name +`pacstall --search `query - Install a package: -`pacstall --install `package_name +`pacstall --install `package - Remove a package: -`pacstall --remove `package_name +`pacstall --remove `package - Add a repository to the database (only GitHub and GitLab are supported): @@ -35,7 +36,7 @@ More information: . - Display information about a package: -`pacstall --query-info `package_name +`pacstall --query-info `package - List all installed packages: diff --git a/docs/en/linux/paru.md b/docs/en/linux/paru.md index d51c99d1dd..e241673fd5 100644 --- a/docs/en/linux/paru.md +++ b/docs/en/linux/paru.md @@ -2,7 +2,15 @@ layout: page title: linux/paru (English) description: "An AUR helper and pacman wrapper." -content_hash: 9d95d89114de52ae25bd8feef5ea99bcea020ffa +content_hash: 2ec53cdbcc6d0594be3c526741d887b23b37c65a +last_modified_at: 2023-08-26 +related_topics: + - title: Deutsch version + url: /de/linux/paru.html + icon: bi bi-globe + - title: português (Brasil) version + url: /pt_BR/linux/paru.html + icon: bi bi-globe --- # paru @@ -23,12 +31,12 @@ More information: . - Get information about a package: -`paru -Si `package_name +`paru -Si `package - Download `PKGBUILD` and other package source files from the AUR or ABS: -`paru --getpkgbuild `package_name +`paru --getpkgbuild `package - Display the `PKGBUILD` file of a package: -`paru --getpkgbuild --print `package_name +`paru --getpkgbuild --print `package diff --git a/docs/en/linux/pkgadd.md b/docs/en/linux/pkgadd.md index b5cd5470b0..9dc60b61d2 100644 --- a/docs/en/linux/pkgadd.md +++ b/docs/en/linux/pkgadd.md @@ -2,8 +2,8 @@ layout: page title: linux/pkgadd (English) description: "Add a package to a CRUX system." -content_hash: 3486e4f8e2f53071b30db8180e1e3c956ceae4b8 -last_modified_at: 2023-06-04 +content_hash: a0fd62fcb08af746993e3d50b07c537f7d388580 +last_modified_at: 2023-08-26 related_topics: - title: català version url: /ca/linux/pkgadd.html @@ -19,8 +19,8 @@ More information: package_name +`pkgadd `package - Update an already installed package from a local package: -`pkgadd -u `package_name +`pkgadd -u `package diff --git a/docs/en/linux/pkgfile.md b/docs/en/linux/pkgfile.md index dd284f0374..35d25d05e7 100644 --- a/docs/en/linux/pkgfile.md +++ b/docs/en/linux/pkgfile.md @@ -2,7 +2,8 @@ layout: page title: linux/pkgfile (English) description: "Tool for searching files from packages in the official repositories on arch-based systems." -content_hash: 5c29ea1ac291bd2ebb505e5fd4e23694a6195d2b +content_hash: 971eab98f87f15dbd7ae45d4ce6ad2a9a099f994 +last_modified_at: 2023-08-26 --- # pkgfile @@ -20,11 +21,11 @@ More information: . - List all files provided by a package: -`pkgfile --list `package_name +`pkgfile --list `package -- List only files provided by a package located within the `bin` or `sbin` directory: +- List executables provided by a package: -`pkgfile --list --binaries `package_name +`pkgfile --list --binaries `package - Search for a package that owns a specific file using case-insensitive matching: diff --git a/docs/en/linux/pkginfo.md b/docs/en/linux/pkginfo.md index 0f416bb186..9b26b925b4 100644 --- a/docs/en/linux/pkginfo.md +++ b/docs/en/linux/pkginfo.md @@ -2,8 +2,8 @@ layout: page title: linux/pkginfo (English) description: "Query the package database on a CRUX system." -content_hash: 56997caed5b2ca86a33294fcf3a7e382d4203c69 -last_modified_at: 2022-12-04 +content_hash: 14ecfd31cca3ab5dbaed5b8f801a8b34b7b675c0 +last_modified_at: 2023-08-26 --- # pkginfo @@ -16,7 +16,7 @@ More information: . - List files owned by a package: -`pkginfo -l `package_name +`pkginfo -l `package - List the owner(s) of files matching a pattern: diff --git a/docs/en/linux/pkgrm.md b/docs/en/linux/pkgrm.md index 0af2983b13..d7dcb7ae56 100644 --- a/docs/en/linux/pkgrm.md +++ b/docs/en/linux/pkgrm.md @@ -2,8 +2,8 @@ layout: page title: linux/pkgrm (English) description: "Remove a package from a CRUX system." -content_hash: e20d44dfd873539f3e3f1689b4718661f4380f7c -last_modified_at: 2023-06-04 +content_hash: 05ae248b32fe2fb945cfebf8ffc2b5c4c224256e +last_modified_at: 2023-08-26 related_topics: - title: català version url: /ca/linux/pkgrm.html @@ -19,4 +19,4 @@ More information: package_name +`pkgrm `package diff --git a/docs/en/linux/prt-get.md b/docs/en/linux/prt-get.md index 17f5be804e..d9181ca763 100644 --- a/docs/en/linux/prt-get.md +++ b/docs/en/linux/prt-get.md @@ -2,7 +2,8 @@ layout: page title: linux/prt-get (English) description: "The CRUX package manager." -content_hash: 1e5c669ba9ed4cb1b9314a16de395d44e0740019 +content_hash: ddc44a16d3143cedefa3cdf4880a5af732d6f387 +last_modified_at: 2023-08-26 --- # prt-get @@ -11,19 +12,19 @@ More information: . - Install a package: -`prt-get install `package_name +`prt-get install `package - Install a package with dependency handling: -`prt-get depinst `package_name +`prt-get depinst `package - Update a package manually: -`prt-get upgrade `package_name +`prt-get upgrade `package - Remove a package: -`prt-get remove `package_name +`prt-get remove `package - Upgrade the system from the local ports tree: @@ -31,7 +32,7 @@ More information: . - Search the ports tree: -`prt-get search `package_name +`prt-get search `query - Search for a file in a package: diff --git a/docs/en/linux/qm-guest-exec.md b/docs/en/linux/qm-guest-exec.md index 748a717e2f..b5b549bf3f 100644 --- a/docs/en/linux/qm-guest-exec.md +++ b/docs/en/linux/qm-guest-exec.md @@ -2,29 +2,26 @@ layout: page title: linux/qm-guest-exec (English) description: "Execute a specific command via a guest agent." -content_hash: 848018a055bd4619e59869dfab3addfb6114afbc -last_modified_at: 2022-12-19 +content_hash: 0297e3eadd86acb4226fd3d0d69bd9c2e7e576b7 +last_modified_at: 2023-08-26 --- - -This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. - -
# qm guest exec +# qm guest exec Execute a specific command via a guest agent. More information: . - Execute a specific command via a guest agent: -`qm guest exec `vm_id` `command` `arg1 arg2 ... +`qm guest exec `vm_id` `command` `argument1 argument2 ... - Execute a specific command via a guest agent asynchronously: -`qm guest exec `vm_id` `arg1 arg2 ...` --synchronous 0` +`qm guest exec `vm_id` `argument1 argument2 ...` --synchronous 0` - Execute a specific command via a guest agent with a specified timeout of 10 seconds: -`qm guest exec `vm_id` `arg1 arg2 ...` --timeout `10 +`qm guest exec `vm_id` `argument1 argument2...` --timeout `10 - Execute a specific command via a guest agent and forward input from STDIN until EOF to the guest agent: -`qm guest exec `vm_id` `arg1 arg2 ...` --pass-stdin 1` +`qm guest exec `vm_id` `argument1 argument2 ...` --pass-stdin 1` diff --git a/docs/en/linux/rpm.md b/docs/en/linux/rpm.md index 970ad7e748..8c372149dd 100644 --- a/docs/en/linux/rpm.md +++ b/docs/en/linux/rpm.md @@ -2,8 +2,8 @@ layout: page title: linux/rpm (English) description: "RPM Package Manager." -content_hash: a5ce3594632272fea38b51cd73b71392130cbfde -last_modified_at: 2022-12-05 +content_hash: 27f164893329445be3113d214bb2034081f3efdc +last_modified_at: 2023-08-26 --- # rpm @@ -21,7 +21,7 @@ More information: . - Forcibly install a package regardless of currently installed versions: -`rpm --upgrade `package_name.rpm` --force` +`rpm --upgrade `path/to/package.rpm` --force` - Identify owner of a file and show version of the package: @@ -33,7 +33,7 @@ More information: . - Show scriptlets from an RPM file: -`rpm --query --package --scripts `package_name.rpm +`rpm --query --package --scripts `package.rpm - Show changed, missing and/or incorrectly installed files of matching packages: @@ -41,4 +41,4 @@ More information: . - Display the changelog of a specific package: -`rpm --query --changelog `package_name +`rpm --query --changelog `package diff --git a/docs/en/linux/slapt-get.md b/docs/en/linux/slapt-get.md index 524d69878d..7d9fea5244 100644 --- a/docs/en/linux/slapt-get.md +++ b/docs/en/linux/slapt-get.md @@ -2,7 +2,8 @@ layout: page title: linux/slapt-get (English) description: "An apt like system for Slackware package management." -content_hash: f9c18f73c457c66f6000ea9a7f3923096d165646 +content_hash: ca5edc718ea52f3a3672c65a20bf3d162ab11608 +last_modified_at: 2023-08-26 --- # slapt-get @@ -16,11 +17,11 @@ More information: . - Install a package, or update it to the latest available version: -`slapt-get --install `package_name +`slapt-get --install `package - Remove a package: -`slapt-get --remove `package_name +`slapt-get --remove `package - Upgrade all installed packages to their latest available versions: @@ -28,8 +29,8 @@ More information: . - Locate packages by the package name, disk set, or version: -`slapt-get --search `package_name +`slapt-get --search `query - Show information about a package: -`slapt-get --show `package_name +`slapt-get --show `package diff --git a/docs/en/linux/snap.md b/docs/en/linux/snap.md index 5005712b2c..ef8baa34a1 100644 --- a/docs/en/linux/snap.md +++ b/docs/en/linux/snap.md @@ -2,8 +2,8 @@ layout: page title: linux/snap (English) description: "Manage the \"snap\" self-contained software packages." -content_hash: f745ea10accdd446766d4f584f09a77361ef97ce -last_modified_at: 2023-07-16 +content_hash: aee55707149cdf82adec1107470f658317aa6998 +last_modified_at: 2023-08-26 related_topics: - title: বাংলা version url: /bn/linux/snap.html @@ -20,19 +20,19 @@ More information: . - Search for a package: -`snap find `package_name +`snap find `query - Install a package: -`snap install `package_name +`snap install `package - Update a package: -`snap refresh `package_name +`snap refresh `package - Update a package to another channel (track, risk, or branch): -`snap refresh `package_name` --channel=`channel +`snap refresh `package` --channel=`channel - Update all packages: @@ -44,7 +44,7 @@ More information: . - Uninstall a package: -`snap remove `package_name +`snap remove `package - Check for recent snap changes in the system: diff --git a/docs/en/linux/yaourt.md b/docs/en/linux/yaourt.md index ac581c4842..e1da94fabd 100644 --- a/docs/en/linux/yaourt.md +++ b/docs/en/linux/yaourt.md @@ -2,7 +2,8 @@ layout: page title: linux/yaourt (English) description: "Arch Linux utility for building packages from the Arch User Repository." -content_hash: 2536c03094be46073f3d149153693cea755dedfc +content_hash: ed4bbd72ddb1182814156aa7322a17353c55debf +last_modified_at: 2023-08-26 related_topics: - title: português (Brasil) version url: /pt_BR/linux/yaourt.html @@ -22,15 +23,15 @@ More information: . - Install a new package (includes AUR): -`yaourt -S `package_name +`yaourt -S `package - Remove a package and its dependencies (includes AUR packages): -`yaourt -Rs `package_name +`yaourt -Rs `package - Search the package database for a keyword (including AUR): -`yaourt -Ss `package_name +`yaourt -Ss `query - List installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local'): diff --git a/docs/en/linux/yay.md b/docs/en/linux/yay.md index ff38142b6f..9f91f8c8b2 100644 --- a/docs/en/linux/yay.md +++ b/docs/en/linux/yay.md @@ -2,7 +2,8 @@ layout: page title: linux/yay (English) description: "Yet Another Yogurt: A utility for Arch Linux to build and install packages from the Arch User Repository." -content_hash: 52919816d7af7820a11c9643a3c4086441309b43 +content_hash: 3c9f00d078d14245a43fdeba8905bb30e00797ef +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/linux/yay.html @@ -37,11 +38,11 @@ More information: . - Install a new package from the repos and AUR: -`yay -S `package_name +`yay -S `package - Remove an installed package and both its dependencies and configuration files: -`yay -Rns `package_name +`yay -Rns `package - Search the package database for a keyword from the repos and AUR: diff --git a/docs/en/osx/port.md b/docs/en/osx/port.md index f2c653a632..86d4c77ff3 100644 --- a/docs/en/osx/port.md +++ b/docs/en/osx/port.md @@ -2,8 +2,12 @@ layout: page title: osx/port (English) description: "Package manager for macOS." -content_hash: 4a53e80bf7b8143c50252b999452d2ae9b272a72 +content_hash: 701cc798927b7699b6b3fd6ff3014091e1030cbc +last_modified_at: 2023-08-26 related_topics: + - title: español version + url: /es/osx/port.html + icon: bi bi-globe - title: 中文 version url: /zh/osx/port.html icon: bi bi-globe @@ -19,7 +23,7 @@ More information: . - Install a package: -`sudo port install `package_name +`sudo port install `package - List installed packages: diff --git a/docs/en/windows/choco-new.md b/docs/en/windows/choco-new.md index 81f75cdee7..4a2a0ba2f6 100644 --- a/docs/en/windows/choco-new.md +++ b/docs/en/windows/choco-new.md @@ -2,11 +2,18 @@ layout: page title: windows/choco-new (English) description: "Generate new package specification files with Chocolatey." -content_hash: 9f9b77b3b7951cc8538617da451edfbef2db66bf +content_hash: 8266c55787db4001d563c8a28a4ecc0261b9f938 +last_modified_at: 2023-08-26 related_topics: - title: Deutsch version url: /de/windows/choco-new.html icon: bi bi-globe + - title: polski version + url: /pl/windows/choco-new.html + icon: bi bi-globe + - title: தமிழ் version + url: /ta/windows/choco-new.html + icon: bi bi-globe - title: 中文 version url: /zh/windows/choco-new.html icon: bi bi-globe @@ -18,20 +25,20 @@ More information: . - Create a new package skeleton: -`choco new `package_name +`choco new `package - Create a new package with a specific version: -`choco new `package_name` --version `version +`choco new `package` --version `version - Create a new package with a specific maintainer name: -`choco new `package_name` --maintainer `maintainer_name +`choco new `package` --maintainer `maintainer_name - Create a new package in a custom output directory: -`choco new `package_name` --output-directory `path/to/directory +`choco new `package` --output-directory `path/to/directory - Create a new package with specific 32-bit and 64-bit installer URLs: -`choco new `package_name` url="`url`" url64="`url`"` +`choco new `package` url="`url`" url64="`url`"` diff --git a/docs/en/windows/octo.md b/docs/en/windows/octo.md index 049d54317f..68af52f2b2 100644 --- a/docs/en/windows/octo.md +++ b/docs/en/windows/octo.md @@ -2,7 +2,8 @@ layout: page title: windows/octo (English) description: "Command-line tools for Octopus Deploy." -content_hash: b20bdb3c7138232b7e1548e2180aaed12ef03e4c +content_hash: 0a30f6478c0439f3700286bb5bdc0043d0d7ac85 +last_modified_at: 2023-08-26 --- # octo @@ -11,11 +12,11 @@ More information: package_name +`octo pack --id=`package - Push a package to a repository on the Octopus server: -`octo push --package=`package_name +`octo push --package=`package - Create a release: diff --git a/docs/en/windows/pipwin.md b/docs/en/windows/pipwin.md index c4b3467101..319063ab47 100644 --- a/docs/en/windows/pipwin.md +++ b/docs/en/windows/pipwin.md @@ -2,8 +2,8 @@ layout: page title: windows/pipwin (English) description: "A tool to install unofficial Python package binaries on Windows." -content_hash: bcf4cc233c24500613f265f671c10a6223390df4 -last_modified_at: 2023-02-20 +content_hash: cbfd9a61b4b9148feaad2a11e2079079da6f2e33 +last_modified_at: 2023-08-26 --- # pipwin @@ -20,15 +20,15 @@ More information: . - Install a package: -`pipwin install `package_name +`pipwin install `package - Uninstall a package: -`pipwin uninstall `package_name +`pipwin uninstall `package - Download a package to a specific directory: -`pipwin download --dest `path\to\directory` `package_name +`pipwin download --dest `path\to\directory` `package - Install packages according to `requirements.txt`: diff --git a/docs/es/linux/cpulimit.md b/docs/es/linux/cpulimit.md index 7985ab90d8..b1371a893a 100644 --- a/docs/es/linux/cpulimit.md +++ b/docs/es/linux/cpulimit.md @@ -2,8 +2,12 @@ layout: page title: linux/cpulimit (español) description: "Una herramienta para limitar el uso del CPU de otros procesos." -content_hash: f7e39f29ab22c49b98303afd2ed87e3c66ccbaf9 +content_hash: 9cebe15a6e42bced9129fe88a4c052162c07cdc1 +last_modified_at: 2023-08-26 related_topics: + - title: català version + url: /ca/linux/cpulimit.html + icon: bi bi-globe - title: English version url: /en/linux/cpulimit.html icon: bi bi-globe @@ -23,7 +27,7 @@ Más información: . - Ejecuta un programa determinado y limita su uso a solo el 50% del CPU: -`cpulimit --limit `50` -- `programa arg1 arg2 ... +`cpulimit --limit `50` -- `programa argument1 argument2 ... - Ejecuta un programa, limita el uso del CPU a 50% y corre cpulimit en segundo plano: diff --git a/docs/pt_BR/common/mvn.md b/docs/pt_BR/common/mvn.md index 9462ab27e7..5b9706439d 100644 --- a/docs/pt_BR/common/mvn.md +++ b/docs/pt_BR/common/mvn.md @@ -2,7 +2,8 @@ layout: page title: common/mvn (português (Brasil)) description: "Ferramenta para a criação e gerenciamento de projetos Java." -content_hash: baf8cf58057bd9c61585c3e05b0da2e2e6048aad +content_hash: 965c6db9b390eec81bfd4736d237e97e51b506d4 +last_modified_at: 2023-08-26 related_topics: - title: English version url: /en/common/mvn.html @@ -46,4 +47,4 @@ Mais informações: . - Executar uma classe que possua o método `main`: -`mvn exec:java -Dexec.mainClass="`nome.do.pacote.classe`" -Dexec.args="`arg1 arg2`"` +`mvn exec:java -Dexec.mainClass="`nome.do.pacote.classe`" -Dexec.args="`argument1 argument2 ...`"` diff --git a/source b/source index 61848c5096..2135714193 160000 --- a/source +++ b/source @@ -1 +1 @@ -Subproject commit 61848c5096ccb04458dfc0d90f4c7107ec8f0808 +Subproject commit 21357141934161a8249f3e03217d3b8bd3d71245