Repository packages

8 risposte [Ultimo contenuto]
amuza
Offline
Iscritto: 02/12/2018

Hello

I' afraid I don't understand how trisquel repos work.

https://riseup.net/en/vpn/linux reads "The VPN is packaged in Debian bookworm and later" and indicates it can be installed through sudo apt install riseup-vpn

So then I went to my Triskel and did:


me@mytriskel:~$ cat /etc/debian_version
bookworm/sid
me@mytriskel:~$ sudo apt search riseup-vpn
Sorting... Done
Full Text Search... Done
me@mytriskel:~$

Where did I go wrong in assuming that I would find the package?

Avron

I am a translator!

Offline
Iscritto: 08/18/2020

Trisquel 11 is derived from Debian 11 (bullseye), not Debian 12 (bookworm). When Trisquel 12 will be out, it will probably have that package.

EDIT: If you have Guix installed on Trisquel, try installing bitmask from Guix, it may have the configuration to use riseup vpn.

ryanlinekidd
Offline
Iscritto: 01/04/2024

you can still get the package from the debian repo but there will be probably dependencies problems

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Or from an Ubuntu repository: https://packages.ubuntu.com/noble/amd64/riseup-vpn/download

You can install it with GDebi. There is no dependency issue, apparently.

andyprough
Offline
Iscritto: 02/12/2015

I grabbed the package from the Debian Bookworm repo: https://packages.debian.org/bookworm/amd64/riseup-vpn/download

I tried a --dry-run install on Trisquel 11 and it seemed like it was going to work. I did not install it as I don't need it.

amuza
Offline
Iscritto: 02/12/2018

Thank you for so much help.

Because of this:
me@mytriskel:~$ cat /etc/debian_version
bookworm/sid

I thought Aramo (Trisquel 11) came from Bookworm -having an Ubuntu in between.

But after reading you I thought that perhaps I got that output simply because I sometime could have configured an additional source.

So then I did a quick search on the web and it showed me that Aramo does come from Bookworm!

https://en.wikipedia.org/wiki/Trisquel#Release_history
https://askubuntu.com/questions/445487/what-debian-version-are-the-different-ubuntu-versions-based-on

What is the correct data?

Avron

I am a translator!

Offline
Iscritto: 08/18/2020

I have not found any official Ubuntu document for which version of Ubuntu is based on which version of Debian (but I know it is more complicated than that actually). However, I found pages with release dates of versions, which I hope are correct:

https://wiki.debian.org/DebianReleases
https://doc.ubuntu-fr.org/versions

If Ubuntu 22.04 was released in 2022 and Debian 12 in 2023 as indicated, it is clear that Ubuntu 22.04 cannot be based on Debian 12.

amuza
Offline
Iscritto: 02/12/2018

Thanks. That makes sense.

What do you get if you do
cat /etc/debian_version?

amuza
Offline
Iscritto: 02/12/2018

Aha, now I understand. Thank you.