![]() |
|
How to get Minecraft on UBUNTU 14.04 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Gaming (https://sinister.ly/Forum-Gaming) +--- Forum: PC Gaming (https://sinister.ly/Forum-PC-Gaming) +--- Thread: How to get Minecraft on UBUNTU 14.04 (/Thread-How-to-get-Minecraft-on-UBUNTU-14-04) |
How to get Minecraft on UBUNTU 14.04 - Captain_mybb_import22706 - 08-17-2014 ![]() First, you will need to open 'terminal' In order to do so, you will need to go to Unity and search for "Terminal" or press: Code: CTRL+ALT+TCode: sudo add-apt-repository ppa:minecraft-installer-peeps/minecraft-installer
sudo apt-get update
sudo apt-get install minecraft-installerRE: How to get Minecraft on UBUNTU 14.04 - Deque - 08-17-2014 I would just use the jar provided from Minecraft.net. As Minecraft updates itself, I see no advantage in using apt-get for the job. RE: How to get Minecraft on UBUNTU 14.04 - RaccoonCity_mybb_import13707 - 08-17-2014 (08-17-2014, 09:33 AM)Deque Wrote: I would just use the jar provided from Minecraft.net. Yeah, I guess this is a bit easier though. RE: How to get Minecraft on UBUNTU 14.04 - Captain_mybb_import22706 - 08-17-2014 (08-17-2014, 09:33 AM)Deque Wrote: I would just use the jar provided from Minecraft.net.It's just another way. There's some computers that this version may work better than on others. I just thought I would give users the option :Thumbs-Up: |