Page 1 of 3

How 2 install a new app and then to make it apackage

Posted: 10. Dec 2021, 19:02
by jpg153
Hi guys,

I am completely "virgin" on installing something in salix which is neither an app from the repository nor sourcery - all come with install scripts.

I want to install "dupeGuru" on my Salix machine. I tried it on a Win10 notebook and it does exactly what I was looking for.
Now I would like to use this on Salix, but all I can find are packages for other distros or the source code.

So, where is an "easy" "how 2" to get from the source code to a package and an install or how to compile and install, even without a package built.

Thanks

Re: How 2 install a new app and then to make it apackage

Posted: 10. Dec 2021, 23:21
by galmei
Hello,

The current dupeGuru requires Python 3.6, but my probably up-to-date Salix 14.2 installation only has version 3.5.1. If you can install the Python you need, I'm sure one can find a way to make an installation package.

I use FSlint, which is in the repository and is sufficient for me.

Re: How 2 install a new app and then to make it apackage

Posted: 10. Dec 2021, 23:34
by jpg153
Hi,

thanks.

Well did not yet check on python, but might be an issue here.

Where is FSLint? When I open Gslapt, I cannot see something like that...

Thanks

Re: How 2 install a new app and then to make it apackage

Posted: 10. Dec 2021, 23:56
by ivanovnegro
jpg153 wrote: 10. Dec 2021, 23:34 Where is FSLint? When I open Gslapt, I cannot see something like that...
You can find it from Sourcery.

Re: How 2 install a new app and then to make it apackage

Posted: 11. Dec 2021, 00:08
by jpg153
Hi,

thanks, yes, there it is!

Will give it a try!

Re: How 2 install a new app and then to make it apackage

Posted: 11. Dec 2021, 03:26
by galmei
I installed via Sourcery. The resulting package is then of course also displayed via Gslapt.

Re: How 2 install a new app and then to make it apackage

Posted: 12. Dec 2021, 09:28
by gapan
There are also fdupes and jdupes, which are similar and findimagedupes, which is very useful for finding pictures that are not exactly the same file, but are the same picture anyway. All command line tools though.

Re: How 2 install a new app and then to make it apackage

Posted: 19. Dec 2021, 19:13
by jpg153
Hi, thanks.

Honestly, I find dupeGuru stiil a bit advanced or maybe just because I used it already on my Win10 machine.

I installed FSLint which was a bit tricky as I had to install packages from the salix repo in parallel to get it going.
It does what it should do...

Maybe i will give it a try with findimagedupes...

Re: How 2 install a new app and then to make it apackage

Posted: 19. Dec 2021, 19:24
by gapan
Oh, to answer to original question:
https://docs.salixos.org/wiki/Building_ ... h_slkbuild

Honestly, that has to be the easier way to build your own packages across any distribution. :ugeek:

Re: How 2 install a new app and then to make it apackage

Posted: 19. Dec 2021, 19:30
by jpg153
Findimagedupes complains on first run:
Can't locate Graphics/Magick.pm in @INC (you may need to install the Graphics::Magick module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/findimagedupes line 33.
BEGIN failed--compilation aborted at /usr/bin/findimagedupes line 33.
Did I miss something?