An open API service indexing awesome lists of open source software.

https://github.com/deezer/debian-repo

Deezer Debian repository
https://github.com/deezer/debian-repo

debian-packages

Last synced: 3 months ago
JSON representation

Deezer Debian repository

Awesome Lists containing this project

README

          

# Deezer Debian repository

## How do I add this repository?

Run the following commands in a terminal
```
sudo mkdir -p /usr/local/share/keyrings
sudo curl -sfLo /usr/local/share/keyrings/deezer.gpg https://research.deezer.com/debian-repo/gpg.key
echo "deb [signed-by=/usr/share/local/keyrings/deezer.gpg] https://research.deezer.com/debian-repo/ stable main" | sudo tee -a /etc/apt/sources.list.d/deezer.list
```