Results 1 to 7 of 7

Thread: What is Lubuntu's network manager?

  1. #1
    Join Date
    Dec 2012
    Beans
    Hidden!

    What is Lubuntu's network manager?

    I've been reading some stuff on using wicd as opposed to nm, in relation to a problem another forum user had posted.

    It's suggestion was the removal of the network-manager package, and installation of the wicd package.

    WELL. I can't find any network-manager package in my system to remove or even tinker with :/ All I could find was nm-applet.

    tl;dr how do I start/remove the standard lubuntu network manager?

    I've installed wicd, and invoking it in terminal just gives "daemon is already started"

    I'm really just looking for some explanation as to what is going on

  2. #2
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: What is Lubuntu's network manager?

    The default Lubuntu installation uses network-manager, same as Ubuntu.

  3. #3
    Join Date
    Dec 2012
    Beans
    Hidden!

    Re: What is Lubuntu's network manager?

    Quote Originally Posted by Dennis N View Post
    The default Lubuntu installation uses network-manager, same as Ubuntu.
    Yeah, I found it.

    network-manager-gnome.

    It's just that when I invoke it in terminal, it says command not found. But I can uninstall it. Why is that?
    Last edited by agxryt; December 11th, 2012 at 03:54 AM.

  4. #4
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: What is Lubuntu's network manager?

    Quote Originally Posted by agxryt View Post
    Yeah, I found it.

    network-manager-gnome.
    There IS a package named network-manager installed on your system:

    Code:
    dn@Alexa:~$ apt-cache policy network-manager
    network-manager:
      Installed: 0.9.6.0-0ubuntu7
      Candidate: 0.9.6.0-0ubuntu7
      Version table:
     *** 0.9.6.0-0ubuntu7 0
            500 http://us.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
            100 /var/lib/dpkg/status
    Also see for more details:

    http://packages.ubuntu.com/quantal/network-manager

  5. #5
    Join Date
    Dec 2012
    Beans
    Hidden!

    Re: What is Lubuntu's network manager?

    Quote Originally Posted by Dennis N View Post
    There IS a package named network-manager installed on your system:

    Code:
    dn@Alexa:~$ apt-cache policy network-manager
    network-manager:
      Installed: 0.9.6.0-0ubuntu7
      Candidate: 0.9.6.0-0ubuntu7
      Version table:
     *** 0.9.6.0-0ubuntu7 0
            500 http://us.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
            100 /var/lib/dpkg/status
    Also see for more details:

    http://packages.ubuntu.com/quantal/network-manager
    Yeah!

    Code:
    ben@computer06:~$ apt-cache policy network-manager
    network-manager:
      Installed: 0.9.4.0-0ubuntu4.1
      Candidate: 0.9.4.0-0ubuntu4.1
      Version table:
     *** 0.9.4.0-0ubuntu4.1 0
            500 http://ca.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
            100 /var/lib/dpkg/status
         0.9.4.0-0ubuntu3 0
            500 http://ca.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
    But how come I can't just run these applications in the terminal? I thought you could basically do that with anything :S

  6. #6
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: What is Lubuntu's network manager?

    Quote Originally Posted by agxryt View Post
    But how come I can't just run these applications in the terminal? I thought you could basically do that with anything :S
    It (network-manager) has already started up during the boot process. That's why.

  7. #7
    Join Date
    Dec 2012
    Beans
    Hidden!

    Re: What is Lubuntu's network manager?

    Quote Originally Posted by Dennis N View Post
    It (network-manager) has already started up during the boot process. That's why.
    I still don't really understand. Why wouldn't it give an "already running" exception, instead of just "doesn't exist lol"

    Either way, I just learned about nmcli, so I should be good to go. Thanks a bunch!

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
  •