debian package

Comments, questions, bug reports, etc.
Post Reply
tim
Posts: 1
Joined: Wed Mar 01, 2017 9:55 am

debian package

Post by tim »

hi,

it would be nice if you could provide an debian package to download,

i have created one here with checkinstall for the amd64 arch, you can do it yourself by

building on debian and instead of doing sudo make install do

sudo checkinstall makeinstall

which will guide you through the generation process.

thanks in advance

notes to my package:

i am not quite sure if with the package Requirements so maybe you have to apt install something else, for running you have to export the lib path, you can do that like with this script

Code: Select all

$ cat ~/bin/ldlocal 
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
. export LD_LIBRARY_PATH=/usr/local/lib
Attachments
wimlib_1.11.0-1_amd64.deb.zip
zip because of this board, sry, you may should allow deb upload to
(979.35 KiB) Downloaded 713 times
lupulus
Posts: 1
Joined: Wed Mar 01, 2017 10:15 pm

Re: debian package

Post by lupulus »

It exists but it's named different.
https://packages.debian.org/search?keywords=wimtools
synchronicity
Site Admin
Posts: 474
Joined: Sun Aug 02, 2015 10:31 pm

Re: debian package

Post by synchronicity »

Yes, as lupulus pointed out there is already a debian package --- actually several debian packages, since the different components were split out:

* wimtools for wimlib-imagex and other official programs and scripts
* libwim15 for the library
* libwim-dev for the library development files
* libwim-doc for the library API documentation

In most cases you'd want to install 'wimtools', and it will pull in 'libwim15' as a dependency.
Post Reply