1. Home
  2. Docs
  3. Using Snaps on Nobara
  4. How to install and use snap packages on Nobara

How to install and use snap packages on Nobara

We have repackaged snapd for Nobara and done all of the configuration heavy lifting for you. Getting started with snaps is easy:

1) Install the snapd package:

sudo dnf install snapd

2) Enable the snapd service:

sudo systemctl enable --now snapd

3) Then search for and install any of your favorite snaps:

snap search vlc
sudo snap install vlc
snap run vlc

That’s it!

How can we help?