KDE Neon appears to have gone LTS on Bionic

Chat about Linux in general
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

KDE Neon appears to have gone LTS on Bionic

Post by catweazel »

I've been running the test version of KDE Neon User Edition for Bionic for the last two weeks. I just got a weird message from apt update telling me that i386 architecture isn't supported by http://archive.neon.kde.org/user, which is weird because I've changed nothing. So I exercised my google-fu and apparently the fix in 2016 was to add /lts to /etc/apt/sources.list.d/neon.list. Well, deb http://archive.neon.kde.org/user/lts/ bionic main worked and updated.

No doubt a new .iso will be out shortly.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: KDE Neon appears to have gone LTS on Bionic

Post by xenopeek »

From Xenial to Bionic /user indeed no longer supports armel and i386. Only supports "modern" architectures; amd64, arm64 and armhf.
/user/lts still supports armel and i386. You wouldn't need to switch from /user /user/lts on Xenial based Neon.
Why this changed from Xenial to Bionic, I can't find it. Strange.
Image
gm10

Re: KDE Neon appears to have gone LTS on Bionic

Post by gm10 »

Bionic has multiarch support for i386 even on amd64 systems enabled by default. I don't recommend changing this default, but if you don't need i386, you can limited the architecture support of a specific repository, that way apt won't search for i386 versions:

Code: Select all

deb [arch=amd64] http://archive.neon.kde.org/user/ bionic main
Another common repo you need to do this for would be the one for Virtualbox, which also dropped i386 support for bionic (face it, 32-bit is finally on the way out):

Code: Select all

deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib
aes2011
Level 4
Level 4
Posts: 498
Joined: Wed Jul 06, 2011 10:39 pm

Re: KDE Neon appears to have gone LTS on Bionic

Post by aes2011 »

gm10 wrote: Sun Aug 26, 2018 8:44 am Bionic has multiarch support for i386 even on amd64 systems enabled by default. I don't recommend changing this default, but if you don't need i386, you can limited the architecture support of a specific repository, that way apt won't search for i386 versions:

Code: Select all

deb [arch=amd64] http://archive.neon.kde.org/user/ bionic main
Another common repo you need to do this for would be the one for Virtualbox, which also dropped i386 support for bionic (face it, 32-bit is finally on the way out):

Code: Select all

deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib
I do it "globally" with sudo dpkg --remove-architecture i386
gm10

Re: KDE Neon appears to have gone LTS on Bionic

Post by gm10 »

aes2011 wrote: Sun Aug 26, 2018 11:20 am I do it "globally" with sudo dpkg --remove-architecture i386
True, but as I said, I don't recommend changing the global default. Some apps like e.g. Steam still pull in :i386 packages. So this won't work for everybody.
Locked

Return to “Chat about Linux”