Results 1 to 6 of 6

Thread: Howto: Install RKWard ver. 0.4.7a on Ubuntu Feisty (7.04)

  1. #1
    Join Date
    Oct 2005
    Location
    Wyoming, USA
    Beans
    488
    Distro
    Ubuntu 18.04 Bionic Beaver

    Howto: Install RKWard ver. 0.4.7a on Ubuntu Feisty (7.04)

    I've seen some folks having trouble getting RKWard to work on Ubuntu Feisty. I decided to see if I could get it working on my machine, and was able to get it up and running. I thought I'd post how I did it in case it might help someone else.

    First of all, the RKWard package in the Ubuntu repos is broken, and a simple apt-get install rkward did not give me a functional package. Here's what I did to get it woking.

    • Download version 0.4.7a (rkward-0.4.7a.tar.gz) from:
      Sourceforge.net
    • Obtain the required packages for RKWard to compile:
      Code:
      sudo apt-get build-dep rkward
    • Extract the .tar.gz and change into the rkward-0.4.7a directory
    • Enter the following commands:
      Code:
      sudo ./configure
      sudo make
      sudo make install
    • Start RKWard by entering
      Code:
      rkward
      at a terminal, or hitting Alt+F2 and entering rkward.
    Last edited by akniss; December 27th, 2007 at 03:20 AM. Reason: fixed link
    This looks nothing like my signature...
    My Page

  2. #2
    Join Date
    May 2006
    Beans
    9

    Re: Howto: Install RKWard ver. 0.4.7a on Ubuntu Feisty (7.04)

    Hello,

    Your link to sourceforge has "http://" twice.

    Best regards
    Carlos

  3. #3
    Join Date
    Oct 2005
    Location
    Wyoming, USA
    Beans
    488
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Howto: Install RKWard ver. 0.4.7a on Ubuntu Feisty (7.04)

    Quote Originally Posted by carlao2005 View Post
    Hello,
    Your link to sourceforge has "http://" twice.
    Best regards
    Carlos
    Fixed. Thanks.
    This looks nothing like my signature...
    My Page

  4. #4
    Join Date
    Mar 2007
    Beans
    174
    Distro
    Ubuntu

    Re: Howto: Install RKWard ver. 0.4.7a on Ubuntu Feisty (7.04)

    Thank you for posting this guide.
    Many people would sooner die than think. In fact they do. - B. Russell

  5. #5
    Join Date
    Jun 2007
    Beans
    64

    Re: Howto: Install RKWard ver. 0.4.7a on Ubuntu Feisty (7.04)

    excellent, it works!!!

    change
    sudo make intsall

    to
    sudo make install

    cheers

  6. #6
    Join Date
    Oct 2005
    Location
    Wyoming, USA
    Beans
    488
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Howto: Install RKWard ver. 0.4.7a on Ubuntu Feisty (7.04)

    Quote Originally Posted by cseljatib View Post
    change sudo make intsall to sudo make install
    Fixed. Thanks!
    This looks nothing like my signature...
    My Page

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
  •