1

I was wondering what the name of minecrafts installation package was so that I could install it via terminal. I do have pidora installed on my pi.

sudo apt-get install [minecrafts download name]

user40308
  • 53
  • 2

1 Answers1

2

Since you are running Pidora, the package is minecraft-pi. So the command you need to enter would be:

sudo yum install minecraft-pi

Cheers!

Patrick Cook
  • 6,365
  • 8
  • 38
  • 63