Installing programs that require a repository are a bit different when installing them on Fedora Silverblue. You don’t have dnf
, so you need to add the repo file into Fedora. Then, you can use rpm-ostree
to install tailscale.
You will need to modifty the standard Fedora installation instructions found on Tailscale. Open your terminal and follow the instructions below.
-
Move to the repository directory.
cd /etc/yum.repos.d/
-
Download the repository file using
wget
.sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
-
Install the tailscale application with
rpm-ostree
.rpm-ostree install tailscale
-
Reboot Fedora Silverblue.
systemctl reboot
-
User
systemctl
to start the service so it will start everytime you boot your machine.sudo systemctl enable --now tailscaled
-
Start
tailscale
and login with your web browser.sudo tailscale up
-
You can now confirm you are connected to
tailscale
.tailscale ip -4