Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukonqi/apiutaller
Application installation wizard for GNU/Linux distros.
https://github.com/mukonqi/apiutaller
installer python3 reinstaller uninstaller
Last synced: 7 days ago
JSON representation
Application installation wizard for GNU/Linux distros.
- Host: GitHub
- URL: https://github.com/mukonqi/apiutaller
- Owner: MuKonqi
- License: gpl-3.0
- Created: 2022-06-06T14:28:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T18:59:26.000Z (about 1 year ago)
- Last Synced: 2023-08-22T22:01:26.263Z (about 1 year ago)
- Topics: installer, python3, reinstaller, uninstaller
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apiutaller
[Bu belgeyi Türkçe dilinde görüntülemek için buraya tıklayın.](https://github.com/MuKonqi/apiutaller/blob/main/BENİOKU.md)
# Usages
Please run Apiutaller with root rights (you can use sudo for this). Also, without running the program, log in to the directory of the program where the wizard is prepared: `cd ` (without signs of course)
## Normal
No parameters.Command: `sudo python3 apiutaller.py`
## Quick installation
Parameter: installCommand: `sudo python3 apiutaller.py install`
## Quick reinstallation
Parameter: reinstallCommand: `sudo python3 apiutaller.py reinstall`
## Quick uninstallation
Parameter: uninstallCommand: `sudo python3 apiutaller.py uninstall`
# Setting (for those who will use the program for their own application)
You can make comment lines if you want skip some steps.You must set up variables.
In the your program README file(s) you must specify that the user should run the Apiutaller with root user.
If you are going to use it without changing the main code, just set in the section about variables according to the warnings.
You must read warnings for variables.
When you want to update Apiutaller, simply copy the main code section right after the 'VARIABLES' section below from [Apiutaller codes (apiutaller.py)](https://github.com/MuKonqi/apiutaller/blob/main/apiutaller.py) link.
# [TEAfapiutaller](https://github.com/MuKonqi/TEAf) is used as application to be an example.
## Dependencies:
Python3You can find Python3 as python3 in the repository of the distro you are using.
## Supported platforms:
All GNU/Linux distros.
## License:
GNU General Public License, Version: 3