1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 07:15:29 +02:00

checkupdates: update page (#16321)

This commit is contained in:
Lena 2025-05-01 16:46:24 +00:00 committed by GitHub
parent 2add697859
commit 3ca51f1d5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 11 deletions

View file

@ -1,7 +1,7 @@
# checkupdates
> आर्क लिनक्स में लंबित अद्यतनों की जाँच करने के लिए उपकरण।
> अधिक जानकारी: <https://manned.org/checkupdates.8>
> अधिक जानकारी: <https://manned.org/checkupdates>
- लंबित अद्यतनों की सूची बनाएं:
@ -9,7 +9,7 @@
- लंबित अद्यतनों की सूची बनाएं और पैकेजों को पैक्मैन कैश में डाउनलोड करें:
`checkupdates --download`
`checkupdates {{[-d|--download]}}`
- विशिष्ट पैक्मैन डेटाबेस का उपयोग करके लंबित अद्यतनों की सूची बनाएं:
@ -17,4 +17,4 @@
- सहायता प्रदर्शित करें:
`checkupdates --help`
`checkupdates {{[-h|--help]}}`

View file

@ -1,7 +1,7 @@
# checkupdates
> Arch Linux에서 보류 중인 업데이트를 확인합니다.
> 더 많은 정보: <https://manned.org/checkupdates.8>.
> 더 많은 정보: <https://manned.org/checkupdates>.
- 보류 중인 업데이트 나열:
@ -9,7 +9,7 @@
- 보류 중인 업데이트를 나열하고 패키지를 `pacman` 캐시에 다운로드:
`checkupdates --download`
`checkupdates {{[-d|--download]}}`
- 특정 `pacman` 데이터베이스를 사용하여 보류 중인 업데이트 나열:
@ -17,4 +17,4 @@
- 도움말 표시:
`checkupdates --help`
`checkupdates {{[-h|--help]}}`

View file

@ -1,15 +1,23 @@
# checkupdates
> Check pending updates in Arch Linux.
> More information: <https://manned.org/checkupdates.8>.
> More information: <https://manned.org/checkupdates>.
- List pending updates:
- Synchronize the database and list pending updates:
`checkupdates`
- List pending updates and download the packages to the `pacman` cache:
- List pending updates without syncing the database:
`checkupdates --download`
`checkupdates {{[-n|--nosync]}}`
- Display the list of pending updates if it differs from the last time this option was used:
`checkupdates {{[-c|--change]}}`
- List pending updates and download the packages to the `pacman` cache (`/var/cache/pacman/pkg`):
`checkupdates {{[-d|--download]}}`
- List pending updates using a specific `pacman` database:
@ -17,4 +25,4 @@
- Display help:
`checkupdates --help`
`checkupdates {{[-h|--help]}}`