Skip to content
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

dependency list for Debian in README outdated #60

Open
blun opened this issue Feb 28, 2019 · 1 comment
Open

dependency list for Debian in README outdated #60

blun opened this issue Feb 28, 2019 · 1 comment

Comments

@blun
Copy link
Contributor

blun commented Feb 28, 2019

python-tkinter is now called python-tk,
python-imaging is now python-pil,
python-imaging-tk is now python-pil.imagetk, and
libjpeg-progs is now libjpeg-turbo-progs.
I additionally had to install python-gi.
Running cropgui.py still fails because "ImportError: No module named ImageTk".

BTW: You should probably add instructions on how to reverse the sudo bash ./install.sh -p /usr -P /usr/bin/python

@linguisticturn
Copy link

On kubuntu 20.04 LTS (Focal Fossa), at least, though it's likely the same on other flavors of ubuntu, a successful installation (following which the program was working perfectly) proceeded as follows:

sudo apt install -y python-tk
sudo apt install -y python-pil
sudo apt install -y python-imaging-tk
sudo apt install -y libjpeg-progs
sudo apt install -y libimage-exiftool-perl
sudo apt install -y python3.8-distutils
git clone https://github.com/jepler/cropgui.git
cd ~/.local/share/kservices5/cropgui/
sudo bash ./install.sh -p /usr -P /usr/bin/python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants