Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: DosBox 0.74

  1. #1
    Join Date
    Jan 2010
    Location
    Niagara Falls
    Beans
    33
    Distro
    Ubuntu

    I need help running DosBox 0.74 LINUX DIST.

    I downloaded it, I extracted it, but I can't use or install it. Help?(I use Ubuntu 10.04)
    Last edited by kinkinkijkin; May 12th, 2010 at 11:14 PM. Reason: Title

  2. #2
    Join Date
    Jan 2010
    Location
    Niagara Falls
    Beans
    33
    Distro
    Ubuntu

    Re: DosBox 0.74

    Really, please help me. Just tell me how to run DosBox after extracting the tar.gz file so that I may emulate like crazy and use the boot feature to boot windows from here in Ubuntu, or rise larger than windows and run Minix.

  3. #3
    Join Date
    Oct 2008
    Location
    Illinois, USA
    Beans
    335
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: DosBox 0.74

    just install it from the repositories using synaptic package manager

  4. #4
    Join Date
    Jun 2005
    Location
    England
    Beans
    2,726

    Re: DosBox 0.74

    Quote Originally Posted by achase79 View Post
    just install it from the repositories using synaptic package manager
    + This.

    Also for your posts try actually telling us what happens. What have you tried, did you try it in a terminal window (if you don't know how to do that...google it).

    It pains me every time i see a "omg help me x doesn't work" type of post where no information is given.

    DosBox is available in Software Centre as well.

  5. #5
    Join Date
    Oct 2008
    Location
    Illinois, USA
    Beans
    335
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: DosBox 0.74

    I believe kinkinkijkin downloaded the source and would have to compile and install from it to use that download. And from another post, didn't know about synaptic package manager.

  6. #6
    Join Date
    Jun 2008
    Beans
    6

    Re: DosBox 0.74

    DosBox 0.74 is currently not available via the channel.
    Only 0.73 is available.

  7. #7
    Join Date
    Jan 2009
    Location
    Maryland, USA
    Beans
    242
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: DosBox 0.74

    Try this...
    Code:
    sudo apt-get install build-essential autoconf automake
    sudo apt-get build-dep dosbox
    wget "http://downloads.sourceforge.net/project/dosbox/dosbox/0.74/dosbox-0.74.tar.gz"
    tar -xvf dosbox-0.74.tar.gz
    cd dosbox-0.74
    ./autogen.sh
    ./configure
    make
    sudo make install
    Last edited by rCXer; June 5th, 2010 at 01:20 AM. Reason: See post below

  8. #8
    Join Date
    Apr 2009
    Beans
    475
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: DosBox 0.74

    Quote Originally Posted by rCXer View Post
    Try this...
    Code:
    tar -xvf dosbox-0.74.tar.gz
    cd dosbox-0.73
    Oops?
    I USE THIS SMILEY because im a rocker!!! \m/ pantara and nerveina roles!

    also yo-yo ma is great.

  9. #9
    Join Date
    Jan 2009
    Location
    Maryland, USA
    Beans
    242
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: DosBox 0.74

    Fixed it. Thanks

  10. #10
    Join Date
    Mar 2010
    Beans
    Hidden!

    Re: DosBox 0.74

    The code worked beautifully and DOSBox 0.74 has been flawlessly installed on my system (Lucid). A theoretical question: how can I remove it, since the package doesn't appear on the software center or on synaptics? Thanks.
    Ordained Dudeist Priest

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •