Announcement

Collapse
No announcement yet.

Is there.....

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

    Is there.....

    ... a KDE equivalent to "GNOME Nettool"? I'm evidently not searching correctly. I actually use this quite a bit but it pulls in too many GNOME dependancies and I'd like to start looking at going all KDE on my upgrade to 12.04. Thanks!

    #2
    If you install with the --no-install-recommends option you get:
    Code:
    sudo apt-get install --no-install-recommends gnome-nettool
    
    The following NEW packages will be installed:
      gnome-nettool libgtop2-7 libgtop2-common liblaunchpad-integration-3.0-1
      liblaunchpad-integration-common
    0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
    Only one additional package is pulled in with a standard install:
    Code:
    sudo apt-get install gnome-nettool
    
    The following NEW packages will be installed:
      gnome-nettool launchpad-integration libgtop2-7 libgtop2-common
      liblaunchpad-integration-3.0-1 liblaunchpad-integration-common
    0 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.
    launchpad-integration is the 'extra' package.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      There is none that I could ever find. This is the only Gnome tool I install unless you count Firefox.
      Klaatu Barada Nikto

      Comment


        #4
        Originally posted by Snowhog View Post
        If you install with the --no-install-recommends option you get:
        Code:
        sudo apt-get install --no-install-recommends gnome-nettool
        
        The following NEW packages will be installed:
          gnome-nettool libgtop2-7 libgtop2-common liblaunchpad-integration-3.0-1
          liblaunchpad-integration-common
        0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
        Only one additional package is pulled in with a standard install:
        Code:
        sudo apt-get install gnome-nettool
        
        The following NEW packages will be installed:
          gnome-nettool launchpad-integration libgtop2-7 libgtop2-common
          liblaunchpad-integration-3.0-1 liblaunchpad-integration-common
        0 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.
        launchpad-integration is the 'extra' package.
        Hmmmm. Interesting. Maybe I was including something else that is GNOME and just didn't realize. I'll pay closer attention the next time I install it.

        Thanks!

        Comment

        Working...
        X