https://github.com/ddjain/ubuntu-package-manager
https://github.com/ddjain/ubuntu-package-manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddjain/ubuntu-package-manager
- Owner: ddjain
- Created: 2020-07-19T17:53:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T17:59:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T04:39:23.099Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.`