mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
apt-mark: add Polish translation (#11231)
This commit is contained in:
parent
bcdc05b986
commit
51e3d8afcd
1 changed files with 24 additions and 0 deletions
24
pages.pl/linux/apt-mark.md
Normal file
24
pages.pl/linux/apt-mark.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# apt-mark
|
||||
|
||||
> Narzędzie do zmiany statusu zainstalowanych pakietów.
|
||||
> Więcej informacji: <https://manpages.debian.org/latest/apt/apt-mark.8.html>.
|
||||
|
||||
- Oznacz pakiet jako zainstalowany automatycznie:
|
||||
|
||||
`sudo apt-mark auto {{pakiet}}`
|
||||
|
||||
- Zatrzymaj pakiet w bieżącej wersji i zapobiegaj jego aktualizacjom:
|
||||
|
||||
`sudo apt-mark hold {{pakiet}}`
|
||||
|
||||
- Zezwól, aby pakiet znowu był aktualizowany:
|
||||
|
||||
`sudo apt-mark unhold {{pakiet}}`
|
||||
|
||||
- Pokaż pakiety zainstalowane ręcznie:
|
||||
|
||||
`apt-mark showmanual`
|
||||
|
||||
- Pokaż zatrzymane pakiety, które nie są aktualizowane:
|
||||
|
||||
`apt-mark showhold`
|
Loading…
Add table
Reference in a new issue