In a previous version of Kubuntu I installed Kicad by starting with:
...AFAICT, that made /etc/apt/sources.list.d/kicad-ubuntu-kicad-7_0-releases-lunar.list which currently has these contents:
...as well as a key in /etc/apt/trusted.gpg.d/.
Then I upgraded to 23.10 which disabled that repo. This shows in the Synaptic repo list as expected. Seeing that Kicad 8 is out, I ran:
...which, instead of a .list file, made a .sources file at /etc/apt/sources.list.d/kicad-ubuntu-kicad-8_0-releases-mantic.sources which contains:
...with no key added in /etc/apt/trusted.gpg.d. This works fine with apt: I was able to install Kicad 8 without issue (after uninstalling Kicad 7).
However, this new repo does not show up in the repositories in Synaptic. Is this a new version of repository metadata or something? I also note that deleting the old repository entries in Synaptic doesn't seem to take effect: they reappear when I run Synaptic again.
Is there a better Synaptic alternative to use with Kubuntu? Muon is no longer updated, correct?
I can just use the CLI but it's sometimes handy to have a Synaptic-like GUI.
Thanks!
Code:
sudo add-apt-repository ppa:kicad/kicad-7.0-releases
Code:
# deb https://ppa.launchpadcontent.net/kicad/kicad-7.0-releases/ubuntu/ mantic main # disabled on upgrade to mantic # deb-src https://ppa.launchpadcontent.net/kicad/kicad-7.0-releases/ubuntu/ lunar main
Then I upgraded to 23.10 which disabled that repo. This shows in the Synaptic repo list as expected. Seeing that Kicad 8 is out, I ran:
Code:
sudo add-apt-repository ppa:kicad/kicad-8.0-releases
Code:
Types: deb URIs: https://ppa.launchpadcontent.net/kicad/kicad-8.0-releases/ubuntu/ Suites: mantic Components: main Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK----- . mQINBF8ER7cBEACXkTz5mUfH9JYNDLLPZqpXrkHSIKu8HDJX79 CTKsABAyE4Fl3s <key contents removed for brevity> kCAxlotbXJ0rAcMNAW9+wgGteRo= =Oz8U -----END PGP PUBLIC KEY BLOCK-----
However, this new repo does not show up in the repositories in Synaptic. Is this a new version of repository metadata or something? I also note that deleting the old repository entries in Synaptic doesn't seem to take effect: they reappear when I run Synaptic again.
Is there a better Synaptic alternative to use with Kubuntu? Muon is no longer updated, correct?
I can just use the CLI but it's sometimes handy to have a Synaptic-like GUI.
Thanks!
Comment