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

Thread: How to install opennms?

  1. #1
    Join Date
    Nov 2012
    Beans
    12

    How to install opennms?

    I am attempting to install opennms on my server. I have been on a few sites and have not yet found anything that will work for me. I am getting stuck when it tells me to deb http://debian.opennms.org stable main and I get the response of No command 'deb' found, did you mean: I know i keep hearing you cant do this in command but from a folder but I am not sure how to navigate to that folder... very new but want to learn.
    Last edited by sandyd; November 23rd, 2012 at 08:43 PM. Reason: title

  2. #2
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Absolute noob

    Please post a link to the instructions you are following and give a more detailed explanation of what you are trying to do.

  3. #3
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Absolute noob

    Quote Originally Posted by nothingspecial View Post
    Please post a link to the instructions you are following and give a more detailed explanation of what you are trying to do.
    +1

    If I had to guess, I'd say you're supposed to add that line to one of your sources.list files (probably /etc/apt/sources.list). But I'd need a better idea of what you're doing to be sure.
    Jane, stop this crazy thing!

  4. #4
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Absolute noob

    deb is not a command.

    The "deb" and "deb-src" are lines that need to be added to your /etc/apt/sources.list file.

    to add them run the command:
    Code:
    sudo nano /etc/apt/sources.list
    Add the lines to the bottom of the file.
    Use CTRL-X to close the editor and save the file.

    Continue following the directions from the page you linked.

    (It is always a good idea to make a backup copy before editing an important system file.)
    Last edited by JRV; November 23rd, 2012 at 08:07 PM.
    Moderation in all things; including moderation.

  5. #5
    Join Date
    Nov 2012
    Beans
    12

    Re: Absolute noob

    http://www.opennms.org/wiki/Installationebian

    I am a 100% noob to this so if I need to add something to my source I need to learn how to do that and if you know a website that will help teach me I am game for that!

    Not sure about the smile face but the link is still working

  6. #6
    Join Date
    Nov 2012
    Beans
    12

    Re: Absolute noob

    Now that I ran that command how do I add them...

  7. #7
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Absolute noob

    Use copy/paste to copy these lines to the bottom of the file.

    # contents of /etc/apt/sources.list.d/opennms.list
    deb http://debian.opennms.org stable main
    deb-src http://debian.opennms.org stable main
    I copied these lines directly from the instructions you linked.
    Moderation in all things; including moderation.

  8. #8
    Join Date
    Nov 2012
    Beans
    12

    Re: Absolute noob

    Quote Originally Posted by JRV View Post
    Use copy/paste to copy these lines to the bottom of the file.



    I copied these lines directly from the instructions you linked.
    I didn't know if they went in here or in the command line after this was edited. Thank you!

  9. #9
    Join Date
    Nov 2012
    Beans
    12

    Re: How to install opennms?

    How do i save my sources.list file once i made added those lines?

  10. #10
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How to install opennms?

    Quote Originally Posted by Rbacon View Post
    How do i save my sources.list file once i made added those lines?
    You have to edit it as root.

    Code:
    sudo nano -w /etc/apt/sources.list
    sudo apt-get update

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •