SidIcarus / wrapt

A simple wrapper for apt that brings all useful apt commands into one easy to use script

Home Page:http://www.simonizor.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrapt

A simple wrapper for apt that brings all useful apt commands into one easy to use script

To install wrapt, just clone this repo and run make install as shown below:

git clone https://github.com/simoniz0r/wrapt.git
cd ./wrapt
sudo make install

To install tab completion files (while still in the wrapt directory):

bash:

sudo make install-bash

zsh:

sudo make install-zsh

To uninstall wrapt, cd back into the directory where you cloned it to and run:

sudo make uninstall

Screenshot

About

A simple wrapper for apt that brings all useful apt commands into one easy to use script

http://www.simonizor.net

License:GNU General Public License v2.0


Languages

Language:Shell 93.7%Language:Makefile 6.3%