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

debian packaging #26

Open
dlech opened this issue Jun 15, 2016 · 7 comments
Open

debian packaging #26

dlech opened this issue Jun 15, 2016 · 7 comments

Comments

@dlech
Copy link

dlech commented Jun 15, 2016

This is just FYI. I have created debian packaging for PixyMon in https://github.com/ev3dev/pixy.

If anyone wants to install from a package on Debian/Ubuntu instead of compiling from source...

sudo apt-add-repository "deb http://archive.ev3dev.org/ubuntu xenial main"
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 2B210565
sudo apt-get update
sudo apt-get install pixymon

You will get a menu entry to launch the program and it automatically installs the required udev rules.

@richlegrand
Copy link
Contributor

Hey David,
I'm not able to give this a try because I'm on vacation and I didn't bring
a computer, but this looks awesome! Thanks man!

On Wednesday, June 15, 2016, David Lechner [email protected] wrote:

This is just FYI. I have created debian packaging for PixyMon in
https://github.com/ev3dev/pixy.

If anyone wants to install from a package on Debian/Ubuntu instead of
compiling from source...

sudo apt-add-repository "deb http://archive.ev3dev.org/ubuntu xenial main"
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 2B210565
sudo apt-get update
sudo apt-get install pixymon

You will get a menu entry to launch the program and it automatically
installs the required udev rules.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#26, or mute the thread
https://github.com/notifications/unsubscribe/AA3vDfdwGx-0owYPel1EK-zh7EvCTvj-ks5qMFD7gaJpZM4I2s_y
.

Charmed Labs
www.charmedlabs.com

@3dpinta
Copy link

3dpinta commented Jun 17, 2016

I tried running this to install on Ubuntu 14.04 LTS and got this error.

The following packages have unmet dependencies:
pixymon : Depends: libstdc++6 (>= 5.2) but 4.8.4-2ubuntu1~14.04.3 is to be
installed
E: Unable to correct problems, you have held broken packages.

Any ideas?

On Wed, Jun 15, 2016 at 3:22 PM, David Lechner [email protected]
wrote:

This is just FYI. I have created debian packaging for PixyMon in
https://github.com/ev3dev/pixy.

If anyone wants to install from a package on Debian/Ubuntu instead of
compiling from source...

sudo apt-add-repository "deb http://archive.ev3dev.org/ubuntu xenial main"
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 2B210565
sudo apt-get update
sudo apt-get install pixymon

You will get a menu entry to launch the program and it automatically
installs the required udev rules.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#26, or mute the thread
https://github.com/notifications/unsubscribe/AEI5jqVePm18F5IwP1ImUrmY7OC13usIks5qMFD9gaJpZM4I2s_y
.

@dlech
Copy link
Author

dlech commented Jun 17, 2016

I have just published a version for Debian jessie that might work better for trusty.

Try this instead:

sudo apt-add-repository "deb http://archive.ev3dev.org/debian jessie main"

@dlech
Copy link
Author

dlech commented Jun 17, 2016

I have also published additional architectures (armel, armhf) for Debian so that you can use on embedded devices, etc.

I have also added packages for the static library (libpixyusb-dev) and the python binding (python3-libpixyusb). I show them all below, but you only need to install the one you want to use.

sudo apt-add-repository "deb http://archive.ev3dev.org/debian jessie main"
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 2B210565
sudo apt-get update
sudo apt-get install pixymon
sudo apt-get install libpixyusb-dev
sudo apt-get install python3-libpixyusb

There is also a version compiled for Rapsberry Pi (Rapsbian). Use this repository instead:

sudo apt-add-repository "deb http://archive.ev3dev.org/raspbian jessie main"

@3dpinta
Copy link

3dpinta commented Jun 17, 2016

I gave this a try and got this message when I tried to update.

W: Failed to fetch
http://archive.ev3dev.org/ubuntu/dists/jessie/main/binary-amd64/Packages
404 Not Found

W: Failed to fetch
http://archive.ev3dev.org/ubuntu/dists/jessie/main/binary-i386/Packages
404 Not Found

On Thu, Jun 16, 2016 at 11:25 PM, David Lechner [email protected]
wrote:

I have just published a version for Debian jessie that might work better
for trusty.

Try this instead:

sudo apt-add-repository "deb http://archive.ev3dev.org/ubuntu jessie main"


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#26 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AEI5jurHd-I-fu4fJ5vebSQN6Wb7g7fNks5qMhOigaJpZM4I2s_y
.

@dlech
Copy link
Author

dlech commented Jun 17, 2016

You have to replace ubuntu with debian (I made a typo in my previous comment that I have since fixed)

@3dpinta
Copy link

3dpinta commented Jun 17, 2016

Thanks. Got it installed now!

On Fri, Jun 17, 2016 at 10:33 AM, David Lechner [email protected]
wrote:

You have to replace ubuntu with debian (I made a typo in my previous
comment that I have since fixed)


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#26 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AEI5jh6NhAX80EVc6fSIZt24rNxqJXfCks5qMrBUgaJpZM4I2s_y
.

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

3 participants