Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Mozzo1000/InstPakg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstPakg

InstPakg is a interactive python script were the user can easily install preselected applications and other software available on a few different linux operating systems. It uses .json files located in the .instpakg folder in your home directory to install the applications listed if so selected.

Supported package managers & distributions

NOTE: Probably works with earlier/later versions and with distros which uses the supported package managers

Package Manager Tested distros
Dpkg - Apt Ubuntu 14.04/14.10
RPM - Yum Fedora 21

How to install

First download the .zip file from the repository

  • In terminal type wget https://github.com/Mozzo1000/InstPakg/archive/master.zip This will download a "master.zip" in your working directory
  • Unzip master.zip, unzip master.zip
  • In terminal move to the unziped directory, cd InstPakg-master/
  • Install the python script python setup.py install (NOTE: run as sudo)
  • In terminal type InstPakg and done!

How to use

While inside InstPakg you move the selector with your up and down keyboard keys and hit enter to select the highlighted option.

Install Software

The first option "Install Software" will run you through a list of applications inside of the .json file selected(by default: DEFAULT.json), you either press y to install or n to not install.

Bulk Software Installer

This option is if you want to install all applications inside of the .json file(by default: DEFAULT.json) without any confirmation.

Select JSON file

"Select JSON file" is the option for selecting a .json file in which the program will install from. All .json files are located at .instpakg folder in your home directory.

Exit

Exits the python script.

Proper JSON file handling

Please look at the Wiki for a detailed explanation.

License

InstPakg is is distributed under the MIT License.
Read the LICENSE.md for more details.

About

Easy installation script for applications inside Linux supported distros

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages