Friday, May 3, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2933  / 1 Year ago, fri, february 3, 2023, 3:46:35

Possible Duplicate:

Simplest Debian Packaging Guide?






I have a group of BASH scripts, XML files, etc. The scripts require that some programs already be installed. How do I create a *.deb on Ubuntu that will make sure that dependencies are satisfied and put my scripts and files where they need to be?


More From » application-development

 Answers
1

Creating .deb-Packages With Checkinstall



http://www.howtoforge.com/howto_linux_debian_deb_checkinstall



Checkinstall is a nice tool to create simple .deb-packages that you can use in your local network (e.g. if you have to install the same piece of software on multiple computers running Debian). It lets you compile and install software from the sources like before, but with the difference that you end up with a simple Debian package which also means that you can easily uninstall the software you just compiled by running dpkg -r!


[#34968] Saturday, February 4, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
giccolla

Total Points: 161
Total Questions: 124
Total Answers: 117

Location: Aland Islands
Member since Wed, Nov 17, 2021
3 Years ago
giccolla questions
Sun, Oct 17, 21, 05:39, 3 Years ago
Mon, Aug 1, 22, 02:00, 2 Years ago
Sun, Nov 21, 21, 08:21, 3 Years ago
;