Announcement

Collapse
No announcement yet.

Newb trying to install a program available in Linux yet not found in Muon

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by 2muchcoffeeman View Post
    Appreciate the wisdom re avoiding java programs of uncertain origin . . . that's something that I simply would not have discerned on my own. The word "java" appears nowhere on that entire page! So, thanks.

    A point of confusion, however: The extended quote following your advice to choose Option B actually contains the instructions for Option A.
    My bad!
    Wouldn't be the first time I've put the oxcent on the wrong silable, or got my tang tunggled up.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #17


      I know the feeling.

      So . . . . (he asked, gently), which prescription is the one you truly meant to administer? A or B? Thank you!

      Comment


        #18
        Originally posted by 2muchcoffeeman View Post


        I know the feeling.

        So . . . . (he asked, gently), which prescription is the one you truly meant to administer? A or B? Thank you!
        Need I tell you about my absentmindedness

        Option A
        sudo nano /etc/apt/sources.list Scroll down to the bottom of the file. Then paste the following line which will enable GetDeb repo.
        deb http://archive.getdeb.net/ubuntu xenial-getdeb apps Press Ctrl+O to save then file. Ctrl+X to close the file. And then run the following command to import GetDeb GPG key to your Ubuntu 16.04 system so that APT can verify the package integrity.
        wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add - Now update local package index and install RSSOwl.
        sudo apt update

        sudo apt install rssowl
        Because:
        Another advantage is that when the rssowl package is updated to fix bugs or patch security holes you'll get an automatic notification, just like you do with the other repositories in your sources.list file.

        Wait! There's more!
        When you run "apt install rssowl" if there are required dependencies they'll get installed too, IF they are in the repository. If there are conflicts or attempts to downgrade you will get warnings about that or the install will abort.
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #19
          Lol, thank you very much.

          Comment

          Working...
          X