biolab / orange2

DEPRECATED: Orange 2 (Python 2) data mining suite. NEW: https://github.com/biolab/orange3
GNU General Public License v3.0
307 stars 142 forks source link

PPA repository? #32

Open kuba-orlik opened 9 years ago

kuba-orlik commented 9 years ago

Installing Orange on an Ubuntu machine is a big hassle. Have you considered releasing Orange on a ppa repository?

kernc commented 9 years ago

Thanks for the heads up. We'll be releasing a *.deb package soon, possibly even on Ubuntu's PPA (although that makes it available to Ubuntu almost exclusively).

brylie commented 8 years ago

FWIW, PPAs can be added in Debian, just like any other APT repository:

On debian 7 the add-apt-repository command is available and can be used to add any launchpad ppa repository in a single command.

# add-apt-repository 'deb http://ppa.launchpad.net/shimmerproject/ppa/ubuntu quantal main'

source

There may be some difficulties with dependencies that stem from different repositories that may be out of sync. E.g. Debian stable tends to lag significantly behind Ubuntu since each Ubuntu version comes from Debian unstable.