Linux universal app installer and manager, in the user's space only
Project description
Geninstaller (for linux)
Universal linux installer system Installs applications in the user's space.
please read the changelog at the bottom.
Geninstaller is usually stable, but if you have some issue with geninstaller, try to completely uninstall it and re-install a newer version.
For developers and common users
Installation
$ pipx install geninstaller
Common users
The applications installed with geninstaller are registrated in a small database. The easiest way to list or uninstall them is to install the gui first:
$ geninstaller gui
Now you have 'Geninstaller gui' in your system's programs (system), use it as any application.
You can still use the CLI if you want
List the installed applications:
$ geninstaller list
uninstall your geninstaller applications:
$ geninstaller uninstall 'application name'
And other stuff, see:
$ geninstaller --help
Developers
Get an 'installer' template
$ geninstaller plop installer
Geninstaller provides you an 'installer' file in your current working directory, you can join it to your projects. You just have to open it and change a few settings to adapt it to your application (the comments in the file will guide you).
The installer script is in python, but works for any kind of program to install.
Behind this, the 'installer' script will take care of the requirements, and install the geninstaller database on the system.
Limitation (and gain)
Geninstaller only installs applications in the user's space (no sudo required), the gain is that it makes it compatible with any linux distibution. So, if your application needs to be installed 'system wide', geninstaller is not the tool that you need.
How to completely remove Geninstaller ?
Changelog
- 2.2.0: possibility to choose a specific version of python WITH limitations (you shouldn't need to ever do that unless you know exactly why)
- 2.1.2: bugfix gui uninstall doesn't work with ubuntu 22.04
- 2.1.0:
- pre/post installation scripts and pre uninstall script are working
- 2.0.9:
- fixed a bug in the installer's error messages (if missing pipx or geninstaller)
- 2.0.8:
- fixed a bug in the installer with python > 3.12
- 2.0.7:
- now works with python 3.10+
- 2.0.6:
- geninstaller's folder is now ~/.local/share/geninstaller-applications and not ~/.local/share/applications-files anymore
- 2.0.0:
- BROKEN (should not work on new install, please uninstall and upgrade to 2.0.5)
- python version issue: works only with python 3.12+
- Geninstaller 2 is NOT compatible with the previous Geninstaller, please remove the former one (pip uninstall geninstaller) before using version 2.x.x
- geninstaller uses no more third party dependencies.
- python programs are installed with their own virtual env when they require third party libs.
- geninstaller should be installed with 'pipx install geninstaller'.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geninstaller-2.2.2.tar.gz.
File metadata
- Download URL: geninstaller-2.2.2.tar.gz
- Upload date:
- Size: 47.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b094e5d23e2434774f7561d7c2eb18eb16b22ecd0fd3206a3252897744deca24
|
|
| MD5 |
4cb4dced67af380b3ce08124e3478efa
|
|
| BLAKE2b-256 |
96d08a3b3f670c0722754c69206f59a10483226ffa0205956fe5fbfbd3ac69cc
|
File details
Details for the file geninstaller-2.2.2-py3-none-any.whl.
File metadata
- Download URL: geninstaller-2.2.2-py3-none-any.whl
- Upload date:
- Size: 50.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6172506bfebfff919580599c089cc82a19644469ac78ee5a4ae78a62479ff46a
|
|
| MD5 |
3a11a634da653eeb52c44a37c110f3ca
|
|
| BLAKE2b-256 |
588cc34aa89bf2756d3e869ed272ab331959754d3be18373361dca0f9fdc849c
|