mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-29 12:13:29 +02:00
add-apt-repository: update Polish translation (#17621)
* pl/add-apt-repository: fix title * pl/add-apt-repository: update page * add option placeholders * fix the more info link * pl/add-apt-repository: fix more info link * pl/add-apt-repository: fix examples
This commit is contained in:
parent
55c311b588
commit
5e238bf766
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
|||
# apt-add-repository
|
||||
# add-apt-repository
|
||||
|
||||
> Zarządzaj definicjami repozytoriów `apt`.
|
||||
> Więcej informacji: <https://manned.org/apt-add-repository.1>.
|
||||
> Więcej informacji: <https://manned.org/add-apt-repository>.
|
||||
|
||||
- Dodaj nowe repozytorium `apt`:
|
||||
|
||||
`apt-add-repository {{specyfikacja_repozytorium}}`
|
||||
`add-apt-repository {{specyfikacja_repozytorium}}`
|
||||
|
||||
- Usuń repozytorium `apt`:
|
||||
|
||||
`apt-add-repository --remove {{specyfikacja_repozytorium}}`
|
||||
`add-apt-repository {{[-r|--remove]}} {{specyfikacja_repozytorium}}`
|
||||
|
||||
- Zaktualizuj pamięć podręczną pakietów po dodaniu repozytorium:
|
||||
|
||||
`apt-add-repository --update {{specyfikacja_repozytorium}}`
|
||||
`add-apt-repository --update {{specyfikacja_repozytorium}}`
|
||||
|
||||
- Pozwól na pobieranie pakietów źródłowych z podanego repozytorium:
|
||||
|
||||
`apt-add-repository --enable-source {{specyfikacja_repozytorium}}`
|
||||
`add-apt-repository {{[-s|--enable-source]}} {{specyfikacja_repozytorium}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue