This repository contains the packaging for the fwupd-snap
Debian package.
The purpose of the fwupd-snap
Debian package is to transition a system
that has the fwupd
Debian package
installed to the fwupd-snap
snap package.
The repository will install the current stable branch of the fwupd-snap
snap package from the Snap Store.
To build the Debian package, run the following command:
dpkg-buildpackage -us -uc -b
To install the Debian package, run the following command:
sudo apt install ./fwupd-snap_*.deb
This will implicitly install the snap package as well.
To uninstall the Debian package and Snap package, run the following command:
sudo apt remove fwupd-snap
sudo snap remove fwupd