maksimKorzh / dipi

Distro Independent Linux Package Installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dipi

Distro Independent Linux Package Installer

How it works

It simply fetches a given package from Tiny Core Linux repositiory with all the dependencies, mounts downloaded SQUASHFS images and installs package and dependencies to /usr/local

Usage

Once you've downloaded dipi and copied it to /usr/bin
you can simply do: ~$ dipi nano where 'nano' is a package name.
You can use wget -O- http://tinycorelinux.net/14.x/x86_64/tcz | grep your-package
to search for a package.

Caution

There's no way to automatically remove packages installed with dipi, so keep that in mind.

YouTube tutorial

IMAGE ALT TEXT HERE

About

Distro Independent Linux Package Installer


Languages

Language:Shell 100.0%