-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation on Ubuntu 20.04 LTS broken due to obsolete dependencies #168
Comments
Related issue on LP - https://pad.lv/1785845 .
|
Related #147 |
Same here, dependencies are broken |
Thanks so much! I just installed fslint on my HPELITEBook under Ubuntu 20.04. All well :>) |
404's on the deb packages listed in N0rbert's solution. wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb |
Thanks! Update is below:
|
Thank You |
@N0rbert thank you for providing a workaround. Any estimated date when fslint will be available in Ubuntu 20.10? Or at least ported to python3? Thank you and regards, |
@mixpc python2 -> python3 isn't too much of an issue when it comes to porting. Porting from Gtk2 -> Gtk3 is more of a painful (and you may as well just skip straight to Gtk4 so there is longevity). The other dependency is Glade. Gtk Builder is now in favour instead of Glade, so going forward it would make sense to port to GtkBuilder as well. |
Using the updated workaround provided by @N0rbert above, I get the following result:
|
@Valtarien check your repositories first, if it is 20.10 - then use:
|
I actually just tried this after referencing it from your post on https://askubuntu.com/a/1233818. Using:
. . . worked! Thanks! |
There is a working tool named Czkawka, that is a reimplementation of fslint written in rust ( https://qarmin.github.io/czkawka/ ) |
@pixelb I wonder if Fslint is still maintained (last commit on early 2019). I really like it and using for years. Thanks! |
@igor-cali I don't really have time for it TBH. |
For the ones who find czkawka is too difficult to pronounce and do not like one changes their coffee flavour and are faithful to Pádraig's job we now have a snap: https://github.com/tgagor/fslint-snap |
Thanks, the https://snapcraft.io/fslint-unofficial looks theoretically good. I see removable-media plug in place, so it is viable. |
After building fslint for Ubuntu using the method described in the site I cannot install the package any more since it requires packages named
python-gtk2
&python-glade2
that are no longer available as they depends on obsolete python packages already removed from repositories. You should fix the dependencies or provide an alternate method to run and/or install fslint.The text was updated successfully, but these errors were encountered: