Post

How to create deb packages

3 tags

Today, after a very long time, I had to create a package for a Linux system. It's been a long time since I did that for the last time so I had to re-learn it again.

Today, after a very long time, I had to create a package for a Linux system. It's been a long time since I did that for the last time so I had to re-learn it again. This time, however, I am using Ubuntu so I had to create deb packages instead of rpm ones. Browsing the web I found these two texts very useful:

Happy hacking!