A
A
Alex2015-09-25 15:14:31
bash
Alex, 2015-09-25 15:14:31

How to make a .deb package?

I have a minimal Bash program:
A script file, a shortcut file, and an icon for the shortcut.
I would like to make a deb package so that during installation all files are placed in the necessary directories of the system:
Script file - /usr/bin
shortcut file - /usr/share/applications
How to do this?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
O Di, 2015-09-25
@insiki

The simplest:
https://github.com/jordansissel/fpm

S
Sergey, 2015-09-25
Protko @Fesor

unix.stackexchange.com/questions/30303/how-to-crea...

V
Vyacheslav Zolotov, 2015-09-25
@SZolotov

Read about autotools and cmake. I personally like to do cmake'om. Here is an example: https://nowardev.wordpress.com/2012/05/16/create-d...

V
Vlad Zhivotnev, 2015-09-25
@inkvizitor68sl

https://debian.pro/about-deb-and-dpkg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question