-
Notifications
You must be signed in to change notification settings - Fork 49
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
Please add a PPA for ubuntu 14.04 #10
Comments
i can confirm that. As a workaround I installed the saucy package. |
I'm in the same boat as snowboard975. I'm on Ubuntu 14.04 and would love to use pdfocr. The (current) standard Ubuntu on Amazon Web Services is 14.04, so I think it would benefit many people if there was a suitable PPA for Ubuntu 14.04 (codename trusty). For those in AWS, it is possible to use Ubuntu 12.04 (precise) and then install pdfocr, but I don't like having to go down to an older version when my apps were made for a more recent one. |
Or is there a workaround @xylo to stay on Ubuntu 14.04, but use the saucy package? How did you implement that? Many thanks |
@mmcraedhcu |
@xylo I was simply using sudo apt-get, in which case everything is using trusty. So naturally I get this error |
You can download the saucy deb directly (http://ppa.launchpad.net/gezakovacs/pdfocr/ubuntu/pool/main/p/pdfocr/pdfocr_0.1.4-1~saucy1_all.deb) and install it via sudo dpkg -i <path_to_pdfocr_0.1.4-1~saucy1_all.deb> Or you adapt the your /etc/apt/sources.list or the file in /etc/apt/sources.list.d that contains the gezakovacs repository and manually replace "trusty" by "saucy" in all lines containing "gezakovacs". Then you could install the package also via apt-get. |
The newest version of pdfocr is not yet updated to the repository of saucy or trust either. |
When I run
sudo apt-get update
I get below error.
W: http://ppa.launchpad.net/gezakovacs/pdfocr/ubuntu/dists/trusty/main/binary-i386/Packages Failed to download the file. 404 Not Found
Please add a suitable PPA for ubuntu 14.04.
Thank you!
The text was updated successfully, but these errors were encountered: