From 3ca51f1d5ac7af29660087f07c9c86aa4865a37a Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Thu, 1 May 2025 16:46:24 +0000 Subject: [PATCH] checkupdates: update page (#16321) --- pages.hi/linux/checkupdates.md | 6 +++--- pages.ko/linux/checkupdates.md | 6 +++--- pages/linux/checkupdates.md | 18 +++++++++++++----- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/pages.hi/linux/checkupdates.md b/pages.hi/linux/checkupdates.md index fe613114b0..1a5c649b4a 100644 --- a/pages.hi/linux/checkupdates.md +++ b/pages.hi/linux/checkupdates.md @@ -1,7 +1,7 @@ # checkupdates > आर्क लिनक्स में लंबित अद्यतनों की जाँच करने के लिए उपकरण। -> अधिक जानकारी: । +> अधिक जानकारी: । - लंबित अद्यतनों की सूची बनाएं: @@ -9,7 +9,7 @@ - लंबित अद्यतनों की सूची बनाएं और पैकेजों को पैक्मैन कैश में डाउनलोड करें: -`checkupdates --download` +`checkupdates {{[-d|--download]}}` - विशिष्ट पैक्मैन डेटाबेस का उपयोग करके लंबित अद्यतनों की सूची बनाएं: @@ -17,4 +17,4 @@ - सहायता प्रदर्शित करें: -`checkupdates --help` +`checkupdates {{[-h|--help]}}` diff --git a/pages.ko/linux/checkupdates.md b/pages.ko/linux/checkupdates.md index 8c09f0580f..58da25c611 100644 --- a/pages.ko/linux/checkupdates.md +++ b/pages.ko/linux/checkupdates.md @@ -1,7 +1,7 @@ # checkupdates > Arch Linux에서 보류 중인 업데이트를 확인합니다. -> 더 많은 정보: . +> 더 많은 정보: . - 보류 중인 업데이트 나열: @@ -9,7 +9,7 @@ - 보류 중인 업데이트를 나열하고 패키지를 `pacman` 캐시에 다운로드: -`checkupdates --download` +`checkupdates {{[-d|--download]}}` - 특정 `pacman` 데이터베이스를 사용하여 보류 중인 업데이트 나열: @@ -17,4 +17,4 @@ - 도움말 표시: -`checkupdates --help` +`checkupdates {{[-h|--help]}}` diff --git a/pages/linux/checkupdates.md b/pages/linux/checkupdates.md index 56c0f19820..5ab2495af8 100644 --- a/pages/linux/checkupdates.md +++ b/pages/linux/checkupdates.md @@ -1,15 +1,23 @@ # checkupdates > Check pending updates in Arch Linux. -> More information: . +> More information: . -- 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]}}`