Page 1 of 1

Install on Ubuntu 15.04 VM, no installation candidate...?

PostPosted: Sun Dec 06, 2015 15:45
by jokra
Hi!

Trying to get the newest version installed on Ubuntu server 15.10 on a KVM VM without compiling. I followed the wiki, which said "install minetestc55", but that resultet in the following:

root@mine2:~# apt-get install minetestc55
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package minetestc55 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
minetest:i386 minetest

E: Package 'minetestc55' has no installation candidate


What is wrong?

Rgrds Johan

Re: Install on Ubuntu 15.04 VM, no installation candidate...

PostPosted: Sun Dec 06, 2015 22:52
by PilzAdam
jokra wrote:However the following packages replace it:
minetest:i386 minetest

Re: Install on Ubuntu 15.04 VM, no installation candidate...

PostPosted: Mon Dec 07, 2015 07:43
by jokra
Yeah, thanks for your reply, but I could see that already. Thing is, that this seems to be an i386 pkg, that is why I ask in this forum.

Is that a i386 arch pkg, an amd64 arch pkg or is it multi arch pkg?

If it is a i386 arch pkg, I guess I need to install i386 arch evironment/libs as well...

Where can I check the pkg availability and names of the pkg?

Rgrds Johan

Re: Install on Ubuntu 15.04 VM, no installation candidate...

PostPosted: Mon Dec 07, 2015 07:58
by benrob0329
There are two package there that it lists, minetest and minetest:i386.

The minetest package is the x64 package.

Re: Install on Ubuntu 15.04 VM, no installation candidate...

PostPosted: Mon Dec 07, 2015 08:18
by jokra
Ahh, sorry, missed to understand that...!