Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinukasal/install
Install any package on linux with high level commands eg. "lamp", "mean", "jdk", "opencv"
https://github.com/dinukasal/install
apt bash jdk linux opencv ubuntu
Last synced: about 1 month ago
JSON representation
Install any package on linux with high level commands eg. "lamp", "mean", "jdk", "opencv"
- Host: GitHub
- URL: https://github.com/dinukasal/install
- Owner: dinukasal
- Created: 2017-11-12T13:56:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T02:53:35.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T13:42:28.912Z (about 1 month ago)
- Topics: apt, bash, jdk, linux, opencv, ubuntu
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 28
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installer Script for Linux
You can install packages you require easily with this script. (Currently supports only Ubuntu 16.04)
You just need to run the install.sh and it will prompt what you want.
Just enter the package name eg. "lamp", "mean", "mongo", "opencv", "maven" , "mvn", "hadoop"It consists following packages,
1. lamp (Linux - Apache, MySql, PHP ) stack
2. mean (MongoDB, ExpressJS, AngularJS, NodeJS)
3. mongodb
4. opencv
5. docker
6. hadoop
7. vncserver
7. nvm (For installing specified version of NodeJS)
8. phpmyadmin-- Referred this for opencv https://github.com/jayrambhia/Install-OpenCV
Prerequsites to run the script
1. curl Installed.
2. wget Installed.
3. Root user privilege