Score:1

How to get the current version of Kate and other apps on Kubuntu 18.04 LTS?

jp flag

I've been Googling around trying to find a way to get the current version of Kate and KWrite installed on Kubuntu 18.04 and nothing helpful is coming up. Is there some way to override the damn LTS repository for apps like this so they update to current? I can't find a PPA to add for Kate.

MentallyIrregular avatar
jp flag
Still works fine for me. Don't plan on installing a new OS until this breaks or I rebuild the PC. I ran 10.04 until both web browsers were no longer able to be updated. Only thing that pisses me off more than Windows is the Linux community and nobody wanting to answer questions anywhere but here. Go to Reddit to ask shit they tell you to come here. It's ridiculous. Somebody just tell me how to get the current version of Kate to install from a DEB or PPA.
MentallyIrregular avatar
jp flag
Edit them to WHAT? I know where sources are. I just don't know what to use to get a simple app to install the current version. It's ridiculous.
BeastOfCaerbannog avatar
ca flag
**Close voters:** The question is NOT off-topic! We continue to support official flavors for as long as we support the main version. That means that we continue to support the 18.04 flavors until May 2023. Please read this relevant meta question: [How long do we support Ubuntu flavors?](https://meta.askubuntu.com/questions/19616/how-long-do-we-support-ubuntu-flavors) (cc: @user535733)
Score:2
zw flag

There is some random PPA with Kate 19.04, but it provides Kate only for armhf and arm64, so amd64 packages are missed here.


Also you should know that KDE team provides their packages from Flatpak.
So you can install Kate 21.12.2 by using commands below:

sudo add-apt-repository ppa:flatpak/stable
sudo apt update
sudo apt install flatpak xdg-desktop-portal-kde

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo
flatpak install kdeapps org.kde.kate

Then reboot and find new Kate in the menus. There may be some issues with desktop integration, but they are actually solvable. You may need to remove deb-packaged Kate for example.

Also you can get full list of the available applications by executing flatpak remote-ls kdeapps locally. I see 179 applications available with latest versions here.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.