Tag: Advanced Packaging Tool

  • How To: Play Classic MS-DOS Games in Ubuntu Linux

    Ever wanted to play all of those classic MS-DOS games that you have on floppy in your old dusty drawer, but don’t have any retro MS-DOS computer? Don’t worry, you can play (almost) all of them in a emulated MS-DOS environment. And the emulator is called ‘dosbox’, and it’s not only available for Linux, Windows and Mac…

  • Building Stuff In Ubuntu?

    Are you finding it hard to find all of those necessary libraries when building your binaries in Ubuntu/Debian?? Well my friend, I’m here to help, apparently you can install all the necessary dependencies with the Ubuntu/Debian apt-get command (if off course the package is in the database, hihi), just type: sudo apt-get build-dep <package> And…