https://github.com/vitexsoftware/igdebi
Online package installer for Debian
https://github.com/vitexsoftware/igdebi
debian downloader package-management python ubuntu
Last synced: 10 months ago
JSON representation
Online package installer for Debian
- Host: GitHub
- URL: https://github.com/vitexsoftware/igdebi
- Owner: VitexSoftware
- License: lgpl-2.1
- Created: 2017-12-13T02:10:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T11:33:32.000Z (over 3 years ago)
- Last Synced: 2025-02-14T22:38:22.100Z (12 months ago)
- Topics: debian, downloader, package-management, python, ubuntu
- Language: Python
- Size: 84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#  igdebi
Online package installer for Debian.
Download package and install it using gdebi.
Also can handle local files
Usage
-----
```shell
sudo igdebi
```

Installation
------------
```shell
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
apt update
apt install igdebi
```
Build
-----
we use stadard debian devscripts:
```shell
debuild -i -us -uc -b
```
Dependencies
------------
For URL recoginsation we use https://pypi.python.org/pypi/validators
debian package source is https://github.com/VitexSoftware/python-validators.deb
all other dependencies are already in debian repos.