Code Monkey home page Code Monkey logo

Comments (3)

savageautomate avatar savageautomate commented on July 19, 2024

Hi Martin,

I have not seen or heard of that particular issue before. While you do need 0.0.5-SNAPSHOT to support the Oracle JDK SE8 JDK, the installer package is the same. You can try using the newer one, but not sure if it will work for you.

https://oss.sonatype.org/content/groups/public/com/pi4j/pi4j-distribution/0.0.5-SNAPSHOT/

See this page for install / uninstall commands:
http://pi4j.com/install.html

Make sure to run the uninstall command first before trying to install again.

from pi4j-v1.

savageautomate avatar savageautomate commented on July 19, 2024

Hi Martin,

I encountered a similar issue today where I could not install a Pi4J .deb package on one of my older Pis.
The problem was that a previous version of Pi4J was not uninstalling cleanly due to a removal script failure.

I was able to use these commands to force the uninstall.

sudo rm /var/lib/dpkg/info/pi4j.prerm
sudo rm /var/lib/dpkg/info/pi4j.postrm
sudo dpkg --remove --force-remove-reinstreq pi4j
sudo rm -r /opt/pi4j

After this, I was able to install a new Pi4J .deb package using the instructions here:
http://pi4j.com/install.html

To really fix this issue, I should add additional logic to the install/uninstall scripts to handle additional edge cases such as the pi4j directory not existing on uninstall attempts.

from pi4j-v1.

savageautomate avatar savageautomate commented on July 19, 2024

Fixed in latest 0.0.5-SNAPSHOT
via this commit: 963e8da

from pi4j-v1.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.