I have downloaded a file called MultiMC. I'm used to windows where everything needs a file extension to run. The thing about this file is, it has no file extension. According to the instructions, I'm to mark it as an executable and then double click it. so I marked it and double clicked it and nothing happened. I tried spam clicking it, which did nothing in the end. I'm using the latest dev build of Ubuntu and I know for a fact other people are using this program on Ubuntu as well. I have do idea how to use terminal properly. please tell me what I'm doing wrong and please simplify it as much as possible. Thanks!
Asked
Active
Viewed 380 times
0
1 Answers
2
The Minecraft MultiMC package requires python-wxgtk2.8 as a dependency. To install python-wxgtk2.8, open the terminal (search for terminal in the Dash and click on the terminal icon) and type:
sudo apt-get install python-wxgtk2.8
python-wxgtk2.8 has been upgraded in Ubuntu 16.04 to python-wxgtk3.0
sudo apt-get install python-wxgtk3.0

karel
- 114,770
-
-
i tried the command 'sudo apt-get install python-wxgtk2.8' and got '0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.' double clicking still also dose not work. what am I doing wrong? – Elias Turner Jun 25 '13 at 02:16
-
I navigated to the directory in terminal and used the command ./MultiMC and recived an error: ./MultiMC: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory – Elias Turner Jun 25 '13 at 02:30
-
-
vi
orgedit
and see the header of the file. – Mohammad Etemaddar Jun 24 '13 at 11:09