Damien Cassou wrote:
Hi Ben,

On Fri, Aug 1, 2014 at 5:47 AM, Ben Coman <b...@openinworld.com> wrote:
  
I successfully used the "Ubuntu ppa" instructions at
http://pharo.org/download
    

could you please try a ppa-purge for ppa:pharo/stable and then
add-apt-repository ppa:pharo/unstable (not the *unstable* part that is
different from the standard instructions). I hope it works better.

  
# There was a minor problem with the purge which I cleaned up manually. Note 'qiana' is the Linux Mint 17 release.
$ sudo apt-get purge pharo-launcher-test
$ pharo
bash: /usr/bin/pharo: No such file or directory

$ sudo ppa-purge ppa:pharo/stable
PPA to be removed: pharo stable
Package revert list generated:
  pharo-vm-core/qiana pharo-vm-desktop/qiana
Disabling pharo PPA from /etc/apt/sources.list.d/pharo-stable-trusty.list
E: Release 'qiana' for 'pharo-vm-core' was not found
E: Release 'qiana' for 'pharo-vm-desktop' not found

$ dpkg --get-selections | grep pharo
pharo-vm-core          install
pharo-vm-desktop     install
$ sudo apt-get purge pharo-vm-core  pharo-vm-desktop 
$ dpkg --get-selections | grep pharo
# nothing

$ sudo add-apt-repository ppa:pharo/unstable
$ sudo apt-get update
$ sudo apt-get install pharo-launcher
$ pharo
# works like a charm

Thanks Damien.

btw...
$ dpkg --get-selections | grep pharo
pharo-launcher                  install
pharo-sources-files             install
pharo-vm-core                install
pharo-vm-core-i386          install
pharo-vm-desktop            install

cheers -ben

Reply via email to