apt*, dpkg*: add Italian translation (#4854)

This commit is contained in:
Agno94
2020-11-02 13:08:24 +01:00
committed by GitHub
parent e9eb628533
commit a722b14d86
11 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# apt-add-repository
> Gestisce le definizioni di repository apt.
- Aggiunge un nuovo repository apt:
`apt-add-repository {{identificativo_del_repository}}`
- Rimuove un repository apt:
`apt-add-repository --remove {{identificativo_del_repository}}`
- Aggiorna la cache dei pacchetti dopo aver aggiunto un repository:
`apt-add-repository --update {{identificativo_del_repository}}`
- Attiva i pacchetti sorgente:
`apt-add-repository --enable-source {{identificativo_del_repository}}`