Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwupd/fwupd-snap-deb
Packaging for the transitional package from fwupd deb to fwupd snap
https://github.com/fwupd/fwupd-snap-deb
Last synced: 4 days ago
JSON representation
Packaging for the transitional package from fwupd deb to fwupd snap
- Host: GitHub
- URL: https://github.com/fwupd/fwupd-snap-deb
- Owner: fwupd
- Created: 2024-01-16T22:32:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T02:49:12.000Z (10 months ago)
- Last Synced: 2024-08-05T23:07:40.705Z (3 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://tracker.debian.org/pkg/fwupd)
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](https://snapcraft.io/fwupd).## Building
To build the Debian package, run the following command:
```shell
dpkg-buildpackage -us -uc -b
```## Installing
To install the Debian package, run the following command:
```shell
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:
```shell
sudo apt remove fwupd-snap
sudo snap remove fwupd
```