This is all still in testing. Quick start...
sudo dnf install -y dnf-plugins-core distribution-gpg-keys
sudo dnf copr enable taw/ipfs
# Install IPFS
sudo dnf install -y kubo --refresh
# Join the ipfs so you have access to ipfs, the application
sudo usermod -a -G ipfs $USER
newgrp -
getent group ipfs
groups
# if you do not see ipfs as one of your groups, force the relogin.
# if, for whatever reason, 'newgrp -' doesn't do what it is suppose to do
sudo su -l $USER
getent group ipfs
groups
rpm -ql kubo
ls -lh /usr/bin/ipfs
Browse to https://docs.ipfs.tech and https://ipfs.io/ and read the docs.
Comments and feedback: [email protected]