mojira.dev
WEB-1364

Installation instructions for debian launcher are incorrect

The instruction for command line installation of deb packages on the [download page|https://www.minecraft.net/en-us/download/] are incorrect; the instructions say to use `apt-get install Minecraft.deb`. This will not work as `apt-get` takes a package name argument referring to a package in a repo index rather than a local filename argument. The correct instruction would be `dpkg -i Minecraft.deb` (variously with a `sudo` prefix).

Linked issues

Comments 3

for now, just use `sudo dpkg -i Minecraft.deb` when you download it.

 

@jcoy0907 Yes. That is what I wrote.

Dan Kortschak

(Unassigned)

Retrieved