mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00
19 lines
493 B
Markdown
19 lines
493 B
Markdown
# add-apt-repository
|
|
|
|
> Gestisce le definizioni di repository apt.
|
|
|
|
- Aggiunge un nuovo repository apt:
|
|
|
|
`add-apt-repository {{identificativo_del_repository}}`
|
|
|
|
- Rimuove un repository apt:
|
|
|
|
`add-apt-repository --remove {{identificativo_del_repository}}`
|
|
|
|
- Aggiorna la cache dei pacchetti dopo aver aggiunto un repository:
|
|
|
|
`add-apt-repository --update {{identificativo_del_repository}}`
|
|
|
|
- Attiva i pacchetti sorgente:
|
|
|
|
`add-apt-repository --enable-source {{identificativo_del_repository}}`
|