How To Install cjdns on Fedora 36
Introduction
In this tutorial we learn how to install cjdns on Fedora 36.
What is cjdns
Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks.
We can use yum or dnf to install cjdns on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cjdns.
Install cjdns on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cjdns using dnf by running the following command:
sudo dnf -y install cjdns
Install cjdns on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cjdns using yum by running the following command:
sudo yum -y install cjdns
How To Uninstall cjdns on Fedora 36
To uninstall only the cjdns package we can use the following command:
sudo dnf remove cjdns
cjdns Package Contents on Fedora 36
/etc/cjdns/up.d
/etc/cjdroute.conf
/usr/bin/cjdns-online
/usr/bin/makekeys
/usr/bin/publictoip6
/usr/bin/randombytes
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/f2b2477d34521e6131ff34991e77a71135d62e
/usr/lib/.build-id/40
/usr/lib/.build-id/40/4e9a8185e66ca4ab9ade01fbd046c13f8961d0
/usr/lib/.build-id/76
/usr/lib/.build-id/76/0b719e07bfaa58dd0912825b29d2f01dd891dd
/usr/lib/.build-id/77
/usr/lib/.build-id/77/2f6d8b1323a7c20d2fee8125cf61c09c888edd
/usr/lib/.build-id/93
/usr/lib/.build-id/93/f045ca4c089dafc5e9a1dfc7fafbb34dba2e0a
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/4fad5f0aca7b1bb035cf11ccd1b32613ac714f
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/d48b99708211066059a908b74ccc129125e038
/usr/lib/systemd/system/cjdns-loadmodules.service
/usr/lib/systemd/system/cjdns-resume.service
/usr/lib/systemd/system/cjdns-wait-online.service
/usr/lib/systemd/system/cjdns.service
/usr/libexec/cjdns
/usr/libexec/cjdns/cjdns-up
/usr/libexec/cjdns/makekeys
/usr/libexec/cjdns/mkpasswd
/usr/libexec/cjdns/privatetopublic
/usr/libexec/cjdns/publictoip6
/usr/libexec/cjdns/randombytes
/usr/libexec/cjdns/sybilsim
/usr/sbin/cjdroute
/usr/share/doc/cjdns
/usr/share/doc/cjdns/HACKING.md
/usr/share/doc/cjdns/README.md
/usr/share/doc/cjdns/README_DE.md
/usr/share/doc/cjdns/README_ES.md
/usr/share/doc/cjdns/README_FR.md
/usr/share/doc/cjdns/README_Fedora.md
/usr/share/doc/cjdns/README_GR.md
/usr/share/doc/cjdns/README_HR.md
/usr/share/doc/cjdns/README_PT-BR.md
/usr/share/doc/cjdns/README_RU.md
/usr/share/doc/cjdns/README_SV.md
/usr/share/doc/cjdns/README_ZHT.md
/usr/share/licenses/cjdns
/usr/share/licenses/cjdns/LICENSE
/usr/share/man/man1/cjdns-online.1.gz
/usr/share/man/man1/cjdroute.1.gz
/usr/share/man/man1/makekeys.1.gz
/usr/share/man/man1/publictoip6.1.gz
/usr/share/man/man1/randombytes.1.gz
/usr/share/man/man5/cjdroute.conf.5.gz
/usr/share/man/man8/privatetopublic.8.gz
/usr/share/man/man8/sybilsim.8.gz
/var/empty/cjdns
References
Summary
In this tutorial we learn how to install cjdns on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).