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

E: Package 'libblitz0-dev' has no installation candidate #90

Open
vijender412 opened this issue Jun 6, 2019 · 1 comment
Open

E: Package 'libblitz0-dev' has no installation candidate #90

vijender412 opened this issue Jun 6, 2019 · 1 comment

Comments

@vijender412
Copy link

vijender412 commented Jun 6, 2019

While installing through dockerfile. I am getting this error. Please update the docker file accordingly or let me know what is the fix of the error..

@kookic
Copy link

kookic commented May 24, 2020

6 Jun 2019 !! but adapt your source architecture and replace:
RUN apt-get install -y wget
RUN wget http://ftp.de.debian.org/debian/pool/main/b/blitz++/libblitz0v5_1.0.2+ds-2_armhf.deb
RUN wget http://ftp.de.debian.org/debian/pool/main/b/blitz++/libblitz0-dev_1.0.2+ds-2_armhf.deb
RUN dpkg -i libblitz0v5_1.0.2+ds-2_armhf.deb
RUN dpkg -i libblitz0-dev_1.0.2+ds-2_armhf.deb
RUN rm libblitz0v5_1.0.2+ds-2_armhf.deb
RUN rm libblitz0-dev_1.0.2+ds-2_armhf.deb

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

No branches or pull requests

2 participants