0

Here is my code:

install-pkg "Minecraft.deb"

I am trying to install a .deb package and whenever I run the code, I get an error message telling me that they could not find the install-pkg command.

I cannot find out how to do it. Any help?

fnab West
  • 1
  • 1

1 Answers1

0

Try with dpkg -i Minecraft.deb

Tlaloc-ES
  • 4,825
  • 7
  • 38
  • 84