# Install Tailscale on Fedora Silverblue
Topics:
First, we need to add the Tailscale package repository:
```shell
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo -P /etc/yum.repos.d/
```
The repository settings for GPG might cause issues with the Gnome Software application. If that is the case, edit the file and set `repo_gpgcheck=0`.
Now we can install Tailscale:
```shell
rpm-ostree install --apply-live tailscale
```
## Subtopics
-
## Bookmarks
-
## Related topics
-