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

https://github.com/dathere/qsv-deb-releases


https://github.com/dathere/qsv-deb-releases

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# QSV DEBIAN APT REPOSITORY

This repository contains the Debian packages for the QSV

## Usage

To install `qsv`:

``` bash
wget -O - https://dathere.github.io/qsv-deb-releases/qsv-deb.gpg | sudo gpg --dearmor -o /usr/share/keyrings/qsv-deb.gpg
echo "deb [signed-by=/usr/share/keyrings/qsv-deb.gpg] https://dathere.github.io/qsv-deb-releases ./" | sudo tee /etc/apt/sources.list.d/qsv.list
sudo apt update
sudo apt install qsv
sudo apt install qsv-datapusher-plus
sudo apt install qsv-lite
```