Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 897 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 897 Bytes

Debian packaging for fwupd-snap

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.

Building

To build the Debian package, run the following command:

dpkg-buildpackage -us -uc -b

Installing

To install the Debian package, run the following command:

sudo apt install ./fwupd-snap_*.deb

This will implicitly install the snap package as well.

Uninstalling

To uninstall the Debian package and Snap package, run the following command:

sudo apt remove fwupd-snap
sudo snap remove fwupd