An open API service indexing awesome lists of open source software.

https://github.com/jmelahman/python-snapify

Convert host packages to Snap packages.
https://github.com/jmelahman/python-snapify

python snap snapd

Last synced: about 1 year ago
JSON representation

Convert host packages to Snap packages.

Awesome Lists containing this project

README

          

# python-snapify

An executable to check if any packages installed with the host's package manager can be installed
as a [snap](https://snapcraft.io/) package.

## Install

Snapify is available as a [pypi package](https://pypi.org/project/python-snapify/).

```shell
pip install python-snapify
```

## Usage

```shell
sudo snapify
```

_Note: `snapify` requires root access and should be considered destructive.
Make sure to back up your system before running._

### Advanced options

See,

```
snapify --help
```