How do I install mupen64plus on Lubuntu? I can't find it on the Lubuntu Software Center. It is a tar.gz file.
Asked
Active
Viewed 1,354 times
1 Answers
0
first download the tar specific for Ubuntu. Open terminal and type
wget https://mupen64plus.googlecode.com/files/mupen64plus-bundle-linux32-2.0.tar.gz
then untar the file
tar xvf mupen64plus-bundle-linux32-2.0.tar.gz
go inside the directory and run the installation
cd mupen64plus-bundle-linux32-2.0.tar.gz
./install.sh
et voilà!

AlexGreg
- 1,655
- 13
- 18
-
Note that OP mentioned Lubuntu, so it's likely he's using 32 bit system. – enedil Aug 12 '14 at 13:09