Announcement

Collapse
No announcement yet.

command line install for kde networkmanager

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

    command line install for kde networkmanager

    After installing kubuntu with apt-get install kubuntu-desktop the knetworkmanager and plasma manager would not connect for me, on anything, open wifi, or wired. so i tried wicd, installing wicd removes knetworkmanager, plasma manager and gnomes network manager. I really didn't care for wicd so I reinstalled gnomes network manager and have been using nm-applet in kde.

    2 questions:
    What is the command line to reinstall knetworkmanager and the plasma manager as it should be. I want to see if it's working now and really would like to set kde back to using kde apps and tools. If it still doesn't work for me I can easily reactivate nm-applet.

    Does anyone know how the progress is going on knm and knm plasma applet? last I saw, when I tried wicd then went to nm-applet, the plasma applet even recommended using something else as it was in heavy development.

    #2
    Re: command line install for kde networkmanager

    Hi,

    if you've got a wired connection you could do this.

    Code:
    apt-get remove wicd kubuntu-desktop
    apt-get install kubuntu-desktop
    There are other ways, but this way it will install all the recommended packages from this metapackage
    Distributor ID: Ubuntu
    Description: Ubuntu Trusty Tahr (development branch)
    Release: 14.04
    Codename: trusty

    Comment


      #3
      Re: command line install for kde networkmanager

      Code:
      buzzmandt@buzzmandt-laptop:~$ sudo apt-get install kubuntu-desktop
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      kubuntu-desktop is already the newest version.
      The following packages were automatically installed and are no longer required:
       plasma-scriptengines plasma-scriptengine-ruby libqt4-ruby1.8 plasma-scriptengine-webkit libkorundum4-ruby1.8
       libqscintilla2-5 libdvbpsi4 libeet1 libdirectfb-1.0-0 libx264-65 python-urwid libqzion0 plasma-scriptengine-qedje
       libdbus-1-qt3 plasma-scriptengine-javascript libsmokeqt4-2 plasma-scriptengine-python libsmokekde4-2 libqedje0
      Use 'apt-get autoremove' to remove them.
      0 upgraded, 0 newly installed, 0 to remove and 110 not upgraded.
      buzzmandt@buzzmandt-laptop:~$
      0 to install, didn't work.
      and i have removed wicd sometime ago to use nm-applet.

      Comment


        #4
        Re: command line install for kde networkmanager

        Hi again.

        you should first uninstall kubuntu-desktop.

        Maybe
        Code:
        apt-get install --reinstall kubuntu-desktop
        would do the trick but I'm not sure so you better do
        Code:
        apt-get remove kubuntu-desktop wicd && apt-get install kubuntu-desktop
        please copy that to a konsole or another X terminal emulator of your choice.


        As you install kubuntu-desktop knetworkmanager will be installed.
        Distributor ID: Ubuntu
        Description: Ubuntu Trusty Tahr (development branch)
        Release: 14.04
        Codename: trusty

        Comment

        Working...
        X