Find the answer to your Linux question:
Results 1 to 7 of 7
I would really appreciate details on how you did it. They claim on their site that it should workt. I tried the suggestion on the kbasic web site, but could ...
  1. #1
    Just Joined!
    Join Date
    Dec 2005
    Posts
    3

    anybody able to install free kbasic under ubuntu ?

    I would really appreciate details on how you did it.

    They claim on their site that it should workt.

    I tried the suggestion on the kbasic web site, but could not get it to work.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    what have you tried? Did it install ok, just not run?
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined!
    Join Date
    Dec 2005
    Posts
    3

    I got nowhere

    set to open with konqueror, then left clicked - nothing happened.

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408

    Re: I got nowhere

    Quote Originally Posted by mangurian
    set to open with konqueror, then left clicked - nothing happened.
    did you install it? What are you left clicking on? Have you tried to run it from the command line to see if there are any errors?
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Just Joined!
    Join Date
    Dec 2005
    Posts
    3

    it is a .bin file

    The Kbasic site says:
    - set to "open with" konqueror
    - left click and you should get an install dialog
    didn't work

    Is there a trick to installing .bin SW ?

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408

    Re: it is a .bin file

    Quote Originally Posted by mangurian
    The Kbasic site says:
    - set to "open with" konqueror
    - left click and you should get an install dialog
    didn't work

    Is there a trick to installing .bin SW ?
    I would try to run from the command line (ie konsole or terminal) then do
    Code:
    ./program_name.bin
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined!
    Join Date
    May 2008
    Posts
    1

    Update to Installing kbasic on Ubuntu 8.04

    This is an old thread, but there are still people asking how to install kbasic on Ubuntu. The only reason for requiring the KDE (Kubuntu) rather than the Gnome desktop is that konquorer is able to execute the downloaded bin file as an executable, and konguorer runs on KDE. But you can use the terminal console and call the installer program by preceeding it with a dot-slash (./). There are some other possible issues, and the whole process has been documented in this post:
    KBasic on Ubuntu 8.04

Posting Permissions

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