1

Lakka is a GNU / Linux distribution based on Retroarch and OpenELEC, with an interface with a look of mediacenter.

This distro has a wide catalog of emulators that will allow us to enjoy titles of the mythical consoles of SEGA, other Nintendo such as the NES, SNES and Gameboy, and even classics for DOS or some more modern games as the PlayStation or PSP.

What steps should I follow to work with Ubuntu in the same way that Lakka does?

My games will run just as well and in the same way as if I played on a game console?

2 Answers2

3

Well Lakka OS is an emulator. They try to emulate games as if they were the original console. But all emulators are not the same and all have bugs and glitches that might or mightn't be on the console. Personally I have not used Lakka but I have used some emulators such as DOSBOX, PSX, PCSX2 and PPSSPP which emulate PS1, PS2 and PSP games and the DOSBOX can emulate not only games but applications and even windows (I have run Windows 3.11 and 95 but 98 is also possible). So long story short, maybe. The games might run better on Lakka . Well I'm not sure that this helps but I just wanted to say something.

[Edit] Well seeing what you added, you can make Ubuntu like Lakka by installing the emulators instead of having the OS just for emulating games. It is more complicated but hey it works and you have extra features not only emulating. Whatever floats your boat.

1

Maybe they are not the best emulators for linux but this is what I have found and I share it with you.

PlayStation

  1. PCSX2 (PLayStation 2)

    sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
    sudo apt-get update
    sudo apt-get install pcsx2-unstable
    
  2. ePSXe/PCSX

    [Download Here](https://www.emuparadise.me/Sony_Playstation_Emulators/Linux/2)Here
    P.S: PCSX also available in Software Centre
    
  3. PPSSPP

    sudo add-apt-repository ppa:ppsspp/stable
    sudo apt-get update
    sudo apt-get install ppsspp
    

Nintendo

  1. Mupen64 (N64 Emulator)

    sudo add-apt-repository ppa:sven-eckelmann/ppa-mupen64plus
    sudo apt-get update
    sudo apt-get install mupen64plus
    
  2. ZSNES (Super Nintendo emulator)

    sudo apt-get install zsnes
    
  3. Snes9x (Super Nintendo/SNES emulator)

    sudo add-apt-repository ppa:bearoso/ppa
    sudo apt-get update
    sudo apt-get install snes9x-gtk 
    
  4. Gngb (Nintendo Gameboy Color)

    sudo apt-get install gngb 
    
  5. DeSmuME (Nintendo DS)

    sudo apt-get install desmume 
    
  6. VBA-M (Nintendo Game Boy Advance)

    Download here

  7. Dolphin (Gamecube / Wii / Triforce Emulator)

    sudo add-apt-repository ppa:glennric/dolphin-emu
    sudo apt-get update
    sudo apt-get install dolphin-emu 
    

Windows

  1. WINE

    sudo add-apt-repository ppa:ubuntu-wine/ppa
    sudo apt-get update
    sudo apt-get install wine winetricks
    
  2. PlayOnLinux

    sudo add-apt-repository ppa:noobslab/apps
    sudo apt-get update
    sudo apt-get install playonlinux
    
  3. DOSBOX

    [Download Here](http://www.dosbox.com/download.php?main=1)