im working with IPFS on a project called the human web (http://huweb.space)
im trying to develop a way for regular people (non-geeks) to configure their own IPFS peers as easily as possible
i have landed on Ubuntu 25.10 as a base
. i want to figure out the easiest way to get ipfs (kubo) on it
the App Center has a very old release of ipfs, 0.17.0, released on 2022
. its submitter is Leo Arias
on a prior try, i resorted to using LinuxBrew to install ipfs 0.39.0
. that worked, but i rather not go this route
. i also want to avoid installing IPFS Desktop (which also appears to be out of date in App Center: v0.35.1, May 2024)
after running sudo apt-get update, apt search kubo and apt search ipfs do not return anything pertinent
my goal is to get people to install the current IPFS/Kubo release on their Ubuntu 25.10 systems
QUESTION
is LinuxBrew the only way to install the current (0.39.0) Kubo release on Ubuntu 25.10?
THOUGHT
i started to research what it would take for someone like myself to submit an “app” to App Center but abandoned that objective, as it seemed impossible with the results i found
. the App Center project in GitHub pertains only to developers who want to work on the store itself, not people interested on submitting apps to it