Skip to content

lucasdc6/emp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emp

License: GPL v3 License: Zlib Version: v0.2

A file packager.

Future

I look in the future to add functionality to compress (in .gz format).

Installing

Prerequisites

Steaps:

with Git:

  $ git clone https://github.com/lucasdc6/emp.git
  $ make
  $ make install

You may need to give sudo permissions.

Manually:

  1. Download compressed

tar: 26.5kb zip: 33.4kb

  1. Descompress with you favourite program.
  $ cd emp-v0.2/
  $ make
  $ make install

You may need to give sudo permissions.

Uninstalling

Steaps

With make:

  $ make uninstall

You may need to give sudo permissions.

With dpkg (only if you install EMP with dpkg)

64 bits
  $ dpkg -r emp-amd64
32 bits
  $ dpkg -r emp-i386

You may need to give sudo permissions.