Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alban Vidal
doc.zordhak.fr
Commits
19954310
Verified
Commit
19954310
authored
Nov 07, 2021
by
Alban Vidal
Browse files
Ajout doc apt pour Deb822 + gpg
parent
78509217
Pipeline
#456207
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
md/apt/apt-deb822-signed.md
0 → 100644
View file @
19954310
% apt Deb822 et les signatures
Exemple avec le paquet
**codium**
### Télécharger la clé GPG du dépôt
```
bash
wget
-qO
- https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg
--dearmor
|
sudo tee
/usr/share/keyrings/vscodium.gpg
>
/dev/null
```
### Créer le fichier de sources pour apt
```
bash
echo
'
Types: deb
URIs: https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs
Suites: vscodium
Components: main
Signed-By: /usr/share/keyrings/vscodium.gpg
'
|
sudo tee
/etc/apt/sources.list.d/vscodium.sources
```
### Rafraichissement des dépôt et installation
```
bash
sudo
apt update
sudo
apt
install
codium
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment