[Solved] Not getting New Version?

Post Reply
User avatar
BreadSticks
New member
Posts: 9
Joined: Wed Sep 27, 2017 14:36
In-game: BreadSticks

[Solved] Not getting New Version?

by BreadSticks » Post

So I can't get the new version of Minetest for some odd reason. No matter how hard I try it doesn't work. I try to install it threw Ubuntu Center, Terminal, Minetest Forums. Nothing works. I keep on getting 0.4.13. I use Ubuntu Mate. Can anyone help?
Last edited by BreadSticks on Sun Oct 01, 2017 17:40, edited 1 time in total.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Not getting New Version? [HELP]

by rubenwardy » Post

What OS version do you use? Make sure you're on the latest stable version.

If you can't, then you can use the PPA: sudo add-apt-repository ppa:minetestdevs/stable
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
jas
Member
Posts: 593
Joined: Mon Jul 24, 2017 18:15
IRC: Freenode
Location: IRC

Re: Not getting New Version? [HELP]

by jas » Post

If you type `which minetest' it will report something like: "/usr/bin/minetest", and you can do something like `/usr/bin/minetest --version'.

Another thing to try is dpkg -L minetest, which shows where things are placed. If you compile yourself, and do a system-wide install (now the default), then perhaps minetest is in /usr/local/bin. I think /usr/local/bin/minetest gets chosen over /usr/bin/minetest, though.

Don't forget to do `make install' if you are compiling yourself, unless you elect to use -DRUN_IN_PLACE=1, in which case you must issue e.g. `bin/minetest'.

Good luck!

User avatar
v-rob
Developer
Posts: 971
Joined: Thu Mar 24, 2016 03:19
GitHub: v-rob
IRC: v-rob
Location: Right behind you.

Re: Not getting New Version? [HELP]

by v-rob » Post

Whoa... when did you become a moderator, rubenwardy?

Are you going to this site for it? It has the latest stable release.
Core Developer | My Best Mods: Bridger - Slats - Stained Glass

User avatar
BreadSticks
New member
Posts: 9
Joined: Wed Sep 27, 2017 14:36
In-game: BreadSticks

Re: Not getting New Version? [HELP]

by BreadSticks » Post

rubenwardy wrote:What OS version do you use? Make sure you're on the latest stable version.

If you can't, then you can use the PPA: sudo add-apt-repository ppa:minetestdevs/stable
Ok I'll try. thanks
BreadSticks wrote:
rubenwardy wrote:What OS version do you use? Make sure you're on the latest stable version.

If you can't, then you can use the PPA: sudo add-apt-repository ppa:minetestdevs/stable
Ok I'll try. thanks
I put in that command in the terminal nothing happens I still have 0.4.13.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Not getting New Version? [HELP]

by rubenwardy » Post

BreadSticks wrote:I put in that command in the terminal nothing happens I still have 0.4.13.
Try running apt update before the install or ipgrade
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
BreadSticks
New member
Posts: 9
Joined: Wed Sep 27, 2017 14:36
In-game: BreadSticks

Re: Not getting New Version? [HELP]

by BreadSticks » Post

rubenwardy wrote:
BreadSticks wrote:I put in that command in the terminal nothing happens I still have 0.4.13.
Try running apt update before the install or ipgrade
I'm not sure how to do this. I've tried updating it threw the terminal nothing happens.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Not getting New Version? [HELP]

by rubenwardy » Post

BreadSticks wrote:
rubenwardy wrote:
BreadSticks wrote:I put in that command in the terminal nothing happens I still have 0.4.13.
Try running apt update before the install or ipgrade
I'm not sure how to do this. I've tried updating it threw the terminal nothing happens.
Please may I see the terminal logs for this? Preferably including apt-add.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
BreadSticks
New member
Posts: 9
Joined: Wed Sep 27, 2017 14:36
In-game: BreadSticks

Re: Not getting New Version? [HELP]

by BreadSticks » Post

well i did what you said the command: Here stable releases can be found.
More info: https://launchpad.net/~minetestdevs/+ar ... ntu/stable
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpwcthu2t7/secring.gpg' created
gpg: keyring `/tmp/tmpwcthu2t7/pubring.gpg' created
gpg: requesting key F8CDAB41 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpwcthu2t7/trustdb.gpg: trustdb created
gpg: key F8CDAB41: public key "Launchpad PPA for Minetest Developer" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Not getting New Version? [HELP]

by rubenwardy » Post

And if you do

apt-get update
apt-get remove -y Minetest
apt-get install -y minetest
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
BreadSticks
New member
Posts: 9
Joined: Wed Sep 27, 2017 14:36
In-game: BreadSticks

Re: Not getting New Version? [HELP]

by BreadSticks » Post

rubenwardy wrote:And if you do

apt-get update
apt-get remove -y Minetest
apt-get install -y minetest
Doesn't work. Guess I'll have this version for now.

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Not getting New Version? [HELP]

by rubenwardy » Post

BreadSticks wrote:Doesn't work. Guess I'll have this version for now.
...what do the logs say?
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
BreadSticks
New member
Posts: 9
Joined: Wed Sep 27, 2017 14:36
In-game: BreadSticks

Re: Not getting New Version? [HELP]

by BreadSticks » Post

rubenwardy wrote:
BreadSticks wrote:Doesn't work. Guess I'll have this version for now.
...what do the logs say?
Fixed, got new version.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 14 guests