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

https://github.com/ddjain/ubuntu-package-manager


https://github.com/ddjain/ubuntu-package-manager

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Ubuntu Package Manager
this project will install all the packages mentioned to packages.json

### Adding new package
You can contribute to this automated package installer, by adding new package information into `packages.json` file. Please create PR with updated json file.

### Run
To run the project
```sh
python3 install.py
```
`Above project tested on Ubuntu 16.04 and ubuntu 18.04.`