KIX - Forum

Community => Fragen | Konfiguration | Hilfe => Thema gestartet von: Paulyangsmile am 29.10.2020 02:34:09

Titel: How to make sure the version of KIX17 when you run "yum install kix-pg"
Beitrag von: Paulyangsmile am 29.10.2020 02:34:09
The comments in the manual say that it will install the latest version defaultly, then how can we install specific version?
please kindly give some suggestions.
Titel: Re: How to make sure the version of KIX17 when you run "yum install kix-pg"
Beitrag von: Nick Stemmler am 04.11.2020 15:35:52
Hello Paulyangsmile,

you can check for older versions via

apt-cache policy kix or
yum --showduplicates list kix



If you found your requested version you can install via

apt-get install kix=versionnumber or
yum install kix-versionnumber


If you don't find any older version, you can manually download the package from

https://packages.kixdesk.com/repository


Best regards
Nick