Le 03/03/2021 à 14:07, gregory guy via tde-devels a écrit :
I'm not an RPM user (at least not for TDE) so I can't test, but looks to me that the packages for Mageia8 are in the repo now (2021-Mar-02).
Felix (or an other Mageia user reading this message) if you have some spare time, would you mind updating the wiki with the last available info? https://wiki.trinitydesktop.org/Mageia_Trinity_Repository_Installation_Instr...
R14.0.6 vs R14.0.9, instructions for Mageai8, etc.
Hello, since the packages have been mirrored, I've updated the wiki, as mentioned by Gregory.
But then, I've found a problem while running the command on my computers.
# urpmi.addmedia trinity http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/x86_6... invalid MD5SUM file (downloaded from http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/x86_6...)
# urpmi.addmedia trinity http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/noarc... invalid MD5SUM file (downloaded from http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/noarc...)
Both files actually exist and are valid on the mirrors.
I think something is wrong with the mirror redirection.
The following curl command does not return anything: $ curl http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/noarc...
But the same url using wget works as expected: $ wget -q -O - http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/noarc...
So; the workaround is to use wget with urpmi (e.g; use 'urpmi --wget'), but I did not have this problem with Mageia 7 ...
I don't know if it's a problem with my internet connection, or if it happens to everyone using Mageia 8.
François