Results 1 to 3 of 3

Thread: OK Ubuntu Masters...here is what should be an easy one for you.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Forum Addict KA9MOT's Avatar
    Join Date
    Apr 2010
    Location
    Macomb, IL
    Posts
    2,819

    OK Ubuntu Masters...here is what should be an easy one for you.

    I've been playing with the Penguin for more then 10 years, but not seriously enough to install packages beyond what came installed with the distro. Here recently, I decided to dedicate the shack computer to Linux and chose Ubuntu because I know it is easy, and seriously, I need it to be easy if I am going to live with it full time. All of my previous use was in a dual boot configuration with Winders.

    So here goes.......

    Ubuntu Software Center has an very nice selection of software and it is easy to install........ Unfortunately it is light on the things I do in WIndows. Weather Radar software, rig control, Echolink, etc. are not to be found.

    I did find some stuff and downloaded it but I can't figure out how to install it.

    Advice? A bump in the right direction? Loud guffaws? Anything?

    Thanks in advance!


    "One man with courage makes a majority." ~ Andrew Jackson




    Steve KA9MOT
    Macomb, IL

  2. #2
    Administrator ad4mg's Avatar
    Join Date
    Feb 2007
    Posts
    14,953
    What type of package? Some packages, when decompressed, have an installation script file that you execute from a command line. If the filename extension is .deb, all you need to do is double-click it!
    QAnon / GOP Republicans mentally lack the necessary intelligence to even tell a decent lie (Ex: A cabal of Satanic, cannibalistic pedophiles run a global child sex trafficking ring and conspired against former President Dotard dRUMPf during his term in office... Jewish space lasers, etc.). What in the hell makes anyone believe these melon heads can actually govern?

  3. #3
    Orca Whisperer
    Join Date
    Oct 2009
    Location
    Buffalo, NY
    Posts
    22,593
    EchoLink is in the repository, sort of. It's EchoIRLP. I wouldn't bother, much easier to install WINE, and then the EchoLink windows binary.

    Rig control is "hamlib". And, it's utilized by most major Digi packages (Like FLDigi).

    Weather Radar: www.noaa.gov :)

    With Ubuntu, once you download the Deb file, double click it, and select "Install". Be wary of sources (Just like on Windows).

    If it's a "tar" file, the process is a little more complex. Could be as little as:
    # tar xvf MyNewSoftwarePackage.tar ./MyNewSoftwarePackageDirectory
    # ./MyNewSoftwarePackageDirectory/install_scripts_name_goes_here.sh

    Or:

    # tar xvf MyNewSoftwarePackage.tax ./MyNewSoftwarePackageDirectory
    # cd ./MyNewSoftwarePackageDirectory
    # make
    # sudo make install

    If it's not a deb file, there are usually install instructions where you downloaded it from. Example, Xastir (I build it myself, since the Ubuntu Repos are old versions):
    http://www.xastir.org/wiki/HowTo:Ubuntu_10.04
    Last edited by KC2UGV; 08-04-2011 at 08:03 AM.
    Big Giant Meteor 2020 - We need to make Earth Great Again

    http://www.coreyreichle.com

Posting Permissions

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