|
I've run the suggested method of adding the repository with these results: Unfortunately: I've gone ahead and installed the PPA with the deprecated method, but naturally I'd prefer to use the new one. |
Answered by
vkbo
Sep 12, 2026
Replies: 1 comment 2 replies
|
Yeah, there is no release for pop, so you must pick one of the others. See: https://novelwriter.io/download/install_linux.html#other-debian-based-distros I assume Ubuntu Noble would work. In that case, I think this would work: curl -sLf \
'https://dl.cloudsmith.io/public/saga-soft/stable/cfg/setup/bash.deb.sh' \
| sudo distro=ubuntu codename=noble bash |
2 replies
Answer selected by
rayfield
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, there is no release for pop, so you must pick one of the others. See: https://novelwriter.io/download/install_linux.html#other-debian-based-distros
I assume Ubuntu Noble would work. In that case, I think this would work: