mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 18:55:28 +02:00
checkupdates: update page (#16321)
This commit is contained in:
parent
2add697859
commit
3ca51f1d5a
3 changed files with 19 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# checkupdates
|
# 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]}}`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# checkupdates
|
# checkupdates
|
||||||
|
|
||||||
> Arch Linux에서 보류 중인 업데이트를 확인합니다.
|
> Arch Linux에서 보류 중인 업데이트를 확인합니다.
|
||||||
> 더 많은 정보: <https://manned.org/checkupdates.8>.
|
> 더 많은 정보: <https://manned.org/checkupdates>.
|
||||||
|
|
||||||
- 보류 중인 업데이트 나열:
|
- 보류 중인 업데이트 나열:
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- 보류 중인 업데이트를 나열하고 패키지를 `pacman` 캐시에 다운로드:
|
- 보류 중인 업데이트를 나열하고 패키지를 `pacman` 캐시에 다운로드:
|
||||||
|
|
||||||
`checkupdates --download`
|
`checkupdates {{[-d|--download]}}`
|
||||||
|
|
||||||
- 특정 `pacman` 데이터베이스를 사용하여 보류 중인 업데이트 나열:
|
- 특정 `pacman` 데이터베이스를 사용하여 보류 중인 업데이트 나열:
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
- 도움말 표시:
|
- 도움말 표시:
|
||||||
|
|
||||||
`checkupdates --help`
|
`checkupdates {{[-h|--help]}}`
|
||||||
|
|
|
@ -1,15 +1,23 @@
|
||||||
# checkupdates
|
# checkupdates
|
||||||
|
|
||||||
> Check pending updates in Arch Linux.
|
> 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`
|
`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:
|
- List pending updates using a specific `pacman` database:
|
||||||
|
|
||||||
|
@ -17,4 +25,4 @@
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
`checkupdates --help`
|
`checkupdates {{[-h|--help]}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue