On Monday 07 September 2020 02:49:52 am Uwe Brauer via tde-users wrote:
The installation instructions in https://wiki.trinitydesktop.org/Ubuntu_Trinity_Repository_Installation_Inst ructions
Are quite good, but it is not clear what is the most recent version?
The instructions read
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <your-distribution> main deb
So for Ubuntu it would be 20.04.
I use a different Debian derivitive, but I think it's 'Focal' (and probably lowercase as well?) not 20.04? Resulting in (snipped so it'd fit on one line):
deb http://m...ity-r14.0.x focal main
Someone who does Ubuntu, would you add a completed example to the 'Configure the package manager' section on that page?
Us ignorant users would appreciate it ;)
Best, Michael
Dne po 7. září 2020 Michael via tde-users napsal(a):
On Monday 07 September 2020 02:49:52 am Uwe Brauer via tde-users wrote:
The installation instructions in https://wiki.trinitydesktop.org/Ubuntu_Trinity_Repository_Installation _Inst ructions
Are quite good, but it is not clear what is the most recent version?
The instructions read
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <your-distribution> main deb
So for Ubuntu it would be 20.04.
I use a different Debian derivitive, but I think it's 'Focal' (and probably lowercase as well?) not 20.04? Resulting in (snipped so it'd fit on one line):
deb http://m...ity-r14.0.x focal main
Someone who does Ubuntu, would you add a completed example to the 'Configure the package manager' section on that page?
Us ignorant users would appreciate it ;)
Best, Michael _______________________________________________
Yes, 'focal' is the correct name to use in the apt sources list.
Since TDE R14.0.8 was released after Ubuntu 20.04 (Focal), it is possible to use as a stable release:
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x focal main deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x focal main
If you want a faster feed of stable release changes, a PSB repository is available:
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14
If you want to contribute for testing the development version, here is the PTB repository:
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing focal deps main
Cheers