Incorrect Installation Procedures for Linux
On the Minecraft Download Page
https://minecraft.net/en-us/download/wever,
For linux, the instructions are to download the .DEB, and then perform:
apt-get install Minecraft.deb
However, this is incorrect. It should be:
dpkg -i Minecraft.deb
then
apt-get install -f
to force install of dependencies...
Thanks!
Linked Issues
Created Issue:
Incorrect Installation Procedures for Linux
On the Minecraft Download Page
https://minecraft.net/en-us/download/wever,
For linux, the instructions are to download the .DEB, and then perform:
apt-get install Minecraft.deb
However, this is incorrect. It should be:
dpkg -i Minecraft.deb
then
apt-get install -f
to force install of dependencies...
Thanks!
Environment
Minecraft
Bunsen Labs Linux
Moved Issue:
MC-141218 →
WEB-1181
Removed Confirmation Status: Unconfirmed
Removed Environment:
Minecraft
Bunsen Labs Linux
Removed Affects Versions: 1.13.2
Added Linked Issues:
is duplicated by
Added Assignee:
[Mojang] Web Team
Added Components: minecraft.net
Duplicate of WEB-1181.
We've removed all instructions to how to install Minecraft Launcher. Closing.