unable to install on ubuntu 25.10 #15166
Replies: 2 comments 5 replies
-
|
Thanks for reporting this and for the detailed error output. This issue appears to be caused by the fact that the Ubuntu PPA referenced in the Helix documentation is no longer maintained, rather than a problem with Helix itself. The PPA ( The archived repository’s README explicitly states:
Given this, the recommended installation method for Ubuntu (including 25.10) is currently Snap: sudo snap install helix --classicDocs update suggestionTo avoid further confusion, the Helix installation documentation should be updated to:
Update following looking into the docs.The mismatch between the documentation website and the repository is due to timing. However, the last release was on July 19, 2025, and the documentation website is built from release tags. Since there hasn't been a release since the fix was merged, the live website still shows the outdated PPA instructions. The fix is already in master and will appear on the docs website with the next release. |
Beta Was this translation helpful? Give feedback.
-
|
Helix is packaged by Debian so you can install without the PPA now, see #14237, https://docs.helix-editor.com/master/package-managers.html#debian. That PPA is deprecated so for newer versions you should either use the official Debian package or the deb from the releases page. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
this happens:
Reproduction Steps
I tried this:
Ubuntu (PPA)
Add the PPA for Helix:
sudo add-apt-repository ppa:maveonair/helix-editor
sudo apt update
sudo apt install helix
I expected this to happen: it to install lmao
Instead, this happened: it didnt install lmao
Helix log
not applicable
Platform
linux
Terminal Emulator
irrelevant
Installation Method
ppa
Helix Version
irrelevant
Beta Was this translation helpful? Give feedback.
All reactions