Page 1 of 1

Having issues upgrading

PostPosted: Sun Jan 19, 2014 05:01
by DMGrier
hello Everyone,
So today I installed Minetest 0.4.7 through the repository available for Ubuntu 13.10, that after becoming a member here on the forum I was informed by amazing people that I am running on outdated version so I then go through the update process
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get purge minetest*
sudo add-apt-repository ppa:minetestdevs/stable
sudo apt-get update
sudo apt-get install minetest


according to the PPA I should be getting version 0.4.9 but it keeps installing 0.4.7, any ideas? Thanks for any help everyone!

PostPosted: Sun Jan 19, 2014 07:51
by sfan5
Use
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get install minetestc55

minetest is the name of the (outdated) package in the official sources

PostPosted: Mon Jan 20, 2014 02:11
by DMGrier
sfan5 wrote:Use
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get install minetestc55

minetest is the name of the (outdated) package in the official sources

Worked! thank you Sir!