Page 1 of 1

How to update Minetest in Crunchbang?

PostPosted: Thu Dec 19, 2013 22:12
by md4x
I've got Minetest installed already, I did this originally through the synaptic package manager. I'm currently running v 0.3.1 and I'm seeing the current release is 0.4.8? How do I update this? I've looked at synaptic and it says everything is up to date. I've gone into the terminal and tried sudo apt-get minetest and it said minetest is an invalid operation so i tried sudo apt-get install minetest and it said minetest is currently installed and the version is current.

michael@mdf4x:~$ sudo apt-get minetest
E: Invalid operation minetest

michael@mdf4x:~$ sudo apt-get install minetest
Reading package lists... Done
Building dependency tree
Reading state information... Done
minetest is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.


So long story short how can I update to the current release? Thanks in advance!

PostPosted: Thu Dec 19, 2013 22:31
by Topywo
md4x wrote:I've got Minetest installed already, I did this originally through the synaptic package manager. I'm currently running v 0.3.1 and I'm seeing the current release is 0.4.8? How do I update this? I've looked at synaptic and it says everything is up to date. I've gone into the terminal and tried sudo apt-get minetest and it said minetest is an invalid operation so i tried sudo apt-get install minetest and it said minetest is currently installed and the version is current.

michael@mdf4x:~$ sudo apt-get minetest
E: Invalid operation minetest

michael@mdf4x:~$ sudo apt-get install minetest
Reading package lists... Done
Building dependency tree
Reading state information... Done
minetest is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.


So long story short how can I update to the current release? Thanks in advance!


https://github.com/minetest/minetest

Scroll down the README.txt until you find the "Compiling on GNU/Linux:" part.

PostPosted: Thu Dec 19, 2013 22:40
by md4x
I have found my answer. My distro is built on wheezy and 0.3.1 is the current version on wheezy. Sorry I wasted anyone's time. :)