I tried to install fslint
:~# apt install fslint
and I received
Package fslint is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'fslint' has no installation candidate
Well, fslint
was avaliable in Ubuntu 19.10.
In the fslint
website http://www.pixelbeat.org/fslint/ shows it is available for Ubuntu.
What happened?
Was it removed from the 20.04 repository?
Or they substituted for another package or name?
It is not presented in 20.04 LTS repositories because Python 2 deprecated stuff, but you can install it manually:
and enjoy using it by running
fslint-gui
executable.For 20.10 the solution is a bit longer
There's also unofficial Snap package created recently, which just packs latest
fslint
version available in Ubuntu 18.04.To work with files in external media use
snap connect fslint-unofficial:removable-media
.An issue has been opened about it on the official github. Looks like obsolete dependencies are the cause here.
https://github.com/pixelb/fslint/issues/168
czkawka is a modern clone written in Rust, which has the same UI and some more features. I can definitely recommend that one.
According to their own benchmarks it is even 10 times faster than fslint
The following worked again today for me to get the very ultimate fslint 2.47 in a fresh 20.04.4 (from forum.ubuntu-fr.org don't worry with errors, we fix them on the walk):
Then once done and tested with fslint-gui you can: