Just a quick post because while Freenet from Freenet.org app is in early days, and you are moving from computer to computer and because there is currently no apt remove option (yet at least) I decided to post this so others can easily find it and execute.
If you’re like me, you installed Freenet on an Ubuntu machine via the terminal using this command:
curl -fsSL https://freenet.org/install.sh | sh
If so, all you need to do are these steps, courtesy of a nice chap in the matrix chat:
- Stop and remove the service (with data purge)
freenet service uninstall --purge - Remove binaries
rm -f ~/.local/bin/freenet ~/.local/bin/fdev ~/.local/bin/freenet-service-wrapper.sh
Now that you’ve done that, all you have to do is go up and run the curl command above again and voila! Freenettin’ like a champ!
Hope that helps!