Search the Community
Showing results for tags 'mint'.
-
Guide to install and run the Technic Launcher in Linux Mint 17/Ubuntu 14: Q: Why is this guide necessary? A: Because I've had difficulty finding a guide online that actually worked. And I want to share my solution with the community. Tip: Copy the commands one at the time, and middle click/mousewheel click in Terminal to paste. Step 1: Uninstall Java, to make sure you get the correct Java version installed. Run the following in Terminal: sudo apt-get-purge openjdk* Step 2: Install Oracle Java 7. Run the following commands in Terminal: sudo add-apt-repository ppa:webupd8team/java sudo apt-get