How do I install Minecraft Forge on XUbuntu 14.04

21,030

I reccomend installing Minecraft through the Unofficial PPA.

sudo add-apt-repository ppa:minecraft-installer-peeps/minecraft-installer

sudo apt-get update && sudo apt-get install Minecraft-Installer

After installing the installer, login and install the version of Minecraft you wish to install. Then download the version of forge (preferably the universal installer) for the version you need. You will need to allow executing the file as a program. On XFCE do

chmod u+x forgeversion.jar

Then make sure you are set to run Forge with Java and not Archive manager. It should auto detect the install directory for Minecraft. Then simply launch Minecraft and select the version with Forge in the title. Hope this helps!

Share:
21,030
Jeffrey Drake
Author by

Jeffrey Drake

Updated on September 18, 2022

Comments

  • Jeffrey Drake
    Jeffrey Drake over 1 year

    I have successfully installed and used Minecraft on my XUbuntu OS, but for some reason none of the tutorials on how to use Minecraft Forge have worked for me. I take the Forge files and put them into Minecraft.jar using Archive Manager, but when I go to open Minecraft, literally nothing happens. Minecraft won't even open anymore. I have tried uninstalling and reinstalling both, but Minecraft stops working after I install Forge.

    Does anyone have any ideas on how to get this working? Has anyone else got this working on XUbuntu 14.04?

    Thank you for your answers.

    • Jbuch14
      Jbuch14 almost 10 years
      How did you install Minecraft? Are you just using the .Jar?
    • Jeffrey Drake
      Jeffrey Drake almost 10 years
      I am just using the .jar file. When I said install, I meant that I added an icon to the Menu, and I placed the .jar in .minecraft.
    • Jbuch14
      Jbuch14 almost 10 years
      try doing it the way I said in the answer, thats how ive always done in in XUbuntu, Mint XFCE and even Unity so it should work
  • Jeffrey Drake
    Jeffrey Drake almost 10 years
    I keep getting the error message that "sudo: add-apt-repository: command not found"
  • Jeffrey Drake
    Jeffrey Drake almost 10 years
    I am literally opening Terminal Emulator and copy pasting exactly what you put in your answer, and I am getting the error: "sudo: add-apt-repository: command not found."
  • Jbuch14
    Jbuch14 almost 10 years
    I assume its the XFCE terminal? I just ran the command and its working on my end. are you typing in the colon after sudo ? or is that just the output of the terminal
  • Jeffrey Drake
    Jeffrey Drake almost 10 years
    output of the terminal
  • Jbuch14
    Jbuch14 almost 10 years
    I ran the command on my XUbuntu machine right now as well and it worked. Im not sure if I typed it wrong in my answer or not, and Im looking really closely to check for typos.
  • Jbuch14
    Jbuch14 almost 10 years
    The best I can say is to try restarting the machine then doing the terminal commands, because I copy/pasted into the terminal and it is confirmed working on my end.
  • Jeffrey Drake
    Jeffrey Drake almost 10 years
    I got it to work. I downloaded Minecraft.jar from minecraft.net. I then placed it in a folder I had created in "Home" called ".minecraft". I added Minecraft to the XUbuntu Launcher by linking an icon to "/home/yourcomputername/.minecraft/". The command I used to execute was java -jar Minecraft.jar I ran Minecraft, logged in with my username and password, and downloaded Minecraft 1.7.10. Afterwards, I downloaded the latest version of the Forge INSTALLER. I then ran the installer after making the file executable with the terminal command:
  • Jeffrey Drake
    Jeffrey Drake almost 10 years
    'chmod u+x /home/yourcomputername/Downloads/forge-1.7.10-10.13.0.1189-i‌​nstaller.jar' I then ran the Forge installer using JDK 7, and it installed everything correctly. It's all in working order. Thank you Jbuch14 for all of you help! You were very patient.
  • Jbuch14
    Jbuch14 almost 10 years
    Glad I could help :) Sorry I wasnt more active in here to try to trouble shoot, but at least you got it working!
  • Wayne Phipps
    Wayne Phipps over 8 years
    chmod u+x forgeversion.jar did it for me