Wednesday, May 17, 2017

How to Install ManaPlus 1.7.5.14 on Ubuntu 16.04 & Higher

   Terasology is a game that pays ample tribute to Minecraft in initial look and origin, but stakes out its own niche by adopting the NPC-helper and caretaker feel from such games as Dwarf Fortress and Dungeon Keeper, while striving for added depth and sophistication.



ManaPlus 1.7.5.14 Changelog:
  • fix: possible crash if exit while downloading servers list.
  • fix: crashes in cart and some other inventories.
  • fix: socket leak in ipc.
  • fix: memory leak in screenshots.
  • add: option for enable / disable particle effects located on map.
  • add: use ccache in some build scripts.
  • add: allow run ipc commands before connecting to server.
  • add: different chat commands.
  • add: support for 2016 packet versions.
  • add: basic functional testing based on ipc and screenshots.

Installation instructions:

   The GetDeb repository contains the latest packages of ManaPlus, available for Ubuntu 16.04, Ubuntu 16.10, and derivatives.

Opening terminal (Ctrl+Alt+T) and running the command:

Ubuntu 16.04 xenial


$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install manaplus

Ubuntu 16.10 yakkety

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
manaplus

Ubuntu 17.04 zesty

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu zesty-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
manaplus


How to Remove:

   To remove ManaPlus, open terminal and run command:

$ $ sudo apt-get remove manaplus && sudo apt-get autoremoveus

   And you can remove the GetDeb repository by going to System Settings -> Software & Updates -> Other Software tab.


refer original : https://howto-ubuntunew.blogspot.com/




No comments:

Post a Comment