Thanks for the replies, I feel bad to say it but I’m not sure I did grasp the whole thing, perhaps I am confusing myself what a “nightly” build means.
For instance VLC player:
Currently version 3 is the official release, but under the link above they release nightlies both for version 3 and for the future coming version 4, I haven’t tried to install VLC nightlies so not sure what would happen if I install v3 nightly, ie. would it switch to v4.
Hence, logically, I would have expected KiCad 5 be a separate branch the updates are tied to if one have installed any type of version 5 (alpha, beta, rc’s, nightlies etc.), no matter how many nightlies are being developed concurrently, ie. version 6, 7, 8 etc…, but maybe it’s a matter of different conventions for different group of SW developers.
Anyhow, ran the 3 install commands below straight away without doing anything to the current nightly install on my machine
sudo add-apt-repository --yes ppa:js-reynaud/kicad-5
sudo apt update
sudo apt install kicad
but after the update I fired up KiCad and went to Help → About KiCad, but it still says “6.0.0-rc1…”
After the failure to install the official version 5 I searched for help how to uninstall software from Ubuntu:
https://askubuntu.com/questions/1143/how-can-i-uninstall-software
and used the following commands:
sudo apt-get remove kicad
sudo apt-get purge kicad
and the ran again those 3 install command found under:
https://kicad.org/download/ubuntu/
Again firing up KiCad it still says “6.0.0-rc1…”
What am I doing wrong?