pacman-*: add Polish translation, pacman-files: remove the example for pacman --query (#10082)
This commit is contained in:
21
pages.pl/linux/pacman-deptest.md
Normal file
21
pages.pl/linux/pacman-deptest.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# pacman --deptest
|
||||
|
||||
> Sprawdź każdą podaną zależność i zwróć listę zależności, które nie są aktualnie spełnione.
|
||||
> Zobacz także: `pacman`.
|
||||
> Więcej informacji: <https://man.archlinux.org/man/pacman.8>.
|
||||
|
||||
- Wyświetl nazwy zależności, które nie są zainstalowane:
|
||||
|
||||
`pacman --deptest {{nazwa_pakietu1}} {{nazwa_pakietu2}}`
|
||||
|
||||
- Sprawdź, czy zainstalowany pakiet spełnia podaną minimalną wersję:
|
||||
|
||||
`pacman --deptest "{{bash>=5}}"`
|
||||
|
||||
- Sprawdź, czy jest zainstalowana nowsza wersja pakietu:
|
||||
|
||||
`pacman --deptest "{{bash>5}}"`
|
||||
|
||||
- Wyświetl pomoc:
|
||||
|
||||
`pacman --deptest --help`
|
Reference in New Issue
Block a user