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.
- Host: GitHub
- URL: https://github.com/jmelahman/python-snapify
- Owner: jmelahman
- License: mit
- Created: 2022-04-25T05:42:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T07:36:18.000Z (over 3 years ago)
- Last Synced: 2025-03-08T15:36:54.823Z (over 1 year ago)
- Topics: python, snap, snapd
- Language: Python
- Homepage:
- Size: 1.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```