Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3647  / 3 Years ago, thu, july 29, 2021, 8:37:43

I'm trying to do a plot with inkscape and if I copy the image with ctrl + c to another program, I get the error message that python-uniconverter is missing.



Further, I'm unable to install it with apt-get install python-uniconverter because it seems that the package is missing.



Do you know the procedure to install this missing package?



Thank you!


More From » apt

 Answers
1

You can download this package manually from https://packages.ubuntu.com/xenial/python-uniconvertor and install with following commands:


cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_3.1.2-0ubuntu1.4_all.deb
http://old-releases.ubuntu.com/ubuntu/pool/universe/p/python-reportlab/python-reportlab-accel_3.5.23-1ubuntu0.1_amd64.deb
http://security.ubuntu.com/ubuntu/pool/universe/p/python-reportlab/python-reportlab_3.3.0-1ubuntu0.1_all.deb
http://archive.ubuntu.com/ubuntu/pool/universe/p/python-uniconvertor/python-uniconvertor_1.1.5-2_amd64.deb
sudo apt install ./python-imaging_3.1.2-0ubuntu1.4_all.deb
./python-reportlab-accel_3.5.23-1ubuntu0.1_amd64.deb
./python-reportlab_3.3.0-1ubuntu0.1_all.deb
./python-uniconvertor_1.1.5-2_amd64.deb

[#3947] Friday, July 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
horicgly

Total Points: 36
Total Questions: 126
Total Answers: 104

Location: Iceland
Member since Thu, Dec 1, 2022
1 Year ago
;