Hi people, i am installing pharo 3.0 in a freshly installed ubuntu 14.04 / 64 bits. I tried to install the ia32-libs as explained, but it is not included in the ubuntu realm anymore. For installing this we need previously to add a new repo: sudo -i cd /etc/apt/sources.list.d echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list apt-get update apt-get install ia32-libs Ok, this may be useful to anyone that is in the same problem, but now i am wondering if we should not addit some how in the pharo ppa, since it looks to be deprecated. Maybe i am wrong, but if it will be deprecated we need to care about this and about the fact that the installation is not straight forward .
if you follow instructions on the Pharo Download page, everything should work fine: http://pharo.org/download Next week or in September I will migrate ppa:pharo/unstable to ppa:pharo/stable. So, if you have problems with the stable ppa, you can use the unstable one, I think it is quite stable :-). On Fri, Aug 15, 2014 at 5:44 PM, Santiago Bragagnolo <santiagobragagnolo@gmail.com> wrote:
Hi people, i am installing pharo 3.0 in a freshly installed ubuntu 14.04 / 64 bits.
I tried to install the ia32-libs as explained, but it is not included in the ubuntu realm anymore. For installing this we need previously to add a new repo:
sudo -i
cd /etc/apt/sources.list.d echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
Ok, this may be useful to anyone that is in the same problem, but now i am wondering if we should not addit some how in the pharo ppa, since it looks to be deprecated. Maybe i am wrong, but if it will be deprecated we need to care about this and about the fact that the installation is not straight forward .
-- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Great! i just went to the usal zero conf. Thanks Damien! 2014-08-15 19:20 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
if you follow instructions on the Pharo Download page, everything should work fine:
Next week or in September I will migrate ppa:pharo/unstable to ppa:pharo/stable. So, if you have problems with the stable ppa, you can use the unstable one, I think it is quite stable :-).
On Fri, Aug 15, 2014 at 5:44 PM, Santiago Bragagnolo <santiagobragagnolo@gmail.com> wrote:
Hi people, i am installing pharo 3.0 in a freshly installed ubuntu 14.04 / 64 bits.
I tried to install the ia32-libs as explained, but it is not included in the ubuntu realm anymore. For installing this we need previously to add a new repo:
sudo -i
cd /etc/apt/sources.list.d echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
Ok, this may be useful to anyone that is in the same problem, but now i am wondering if we should not addit some how in the pharo ppa, since it looks to be deprecated. Maybe i am wrong, but if it will be deprecated we need to care about this and about the fact that the installation is not straight forward .
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (2)
-
Damien Cassou -
Santiago Bragagnolo