1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 11:33:52 +02:00

xbps: fix --sync and --update examples (#7574)

This commit is contained in:
asas1asas200 2021-12-27 05:46:43 +08:00 committed by GitHub
parent 32ad431919
commit 0600ada30d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
- Install packages and synchronize them with the remote repository:
`xbps-install --synchronize {{package_name1}} {{package_name2}}`
`xbps-install --sync {{package_name1}} {{package_name2}}`
- Search for a package in the remote repository:
@ -21,7 +21,7 @@
- Synchronize your repository databases and update your system and dependencies:
`xbps-install --synchronize -u`
`xbps-install --sync --update`
- Remove packages that were installed as dependencies and aren't currently needed: