-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Piper not avalible in Debian 10 #475
Comments
Yep, Buster was released before I packed Piper, so I'm aware of this. If you want, you can download the .deb from the testing archive: https://packages.debian.org/bullseye/all/piper/download and install it with |
Btw I just noticed, the installation wiki page shows that Ubuntu users should use the PPA, but tbh the PPA isn't really up to date, last Piper build is 11 weeks ago, and libratbag's version is at 0.11, although I think the build is newer. Since Piper is in focal (20.04), can we change it to:
|
|
|
Thanks, that would be appreciated! Can push the source to the debian/buster-backports branch on salsa? Just in case if there will be another backport. |
On Mon, 04 May 2020 13:14:05 -0700, KeironO ***@***.***> wrote:
And in addition this this, if I attempt to install via
```buster-backports``` I am unable to find the package.
```
***@***.***:~/Downloads$ sudo apt info -t buster-backports libratbag
N: Unable to locate package libratbag
N: Unable to locate package libratbag
E: No packages found
```
libratbag is the source package, you need to install ratbagd:
sudo apt install -t buster-backports ratbagd
(And I still haven’t uploaded piper to buster-backports, sorry, I’ll do it
ASAP.)
Regards,
Stephen
|
It's in backports now, thanks @skitt: https://packages.debian.org/buster-backports/piper |
Dispite what the wiki says I am unable to use
apt install piper
to install.The text was updated successfully, but these errors were encountered: