Announcement

Collapse
No announcement yet.

how wicd under kubuntu 10.4?

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

    how wicd under kubuntu 10.4?

    hi everybody
    how wicd under kubuntu 10.4?
    raad@Iraq:~$ sudo apt-get install wicd
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package wicd
    raad@Iraq:~$
    --------------------------
    I'm not connected at the net
    I download the package wicd
    wicd_1.5.9-2_all
    but fail
    & asked me to install python-ptk2
    python-gtk2_2.12.1-0ubuntu1_i386
    but fail
    =======
    thanks

    #2
    Re: how wicd under kubuntu 10.4?

    Hi...

    I don't know any of the dependencies that wicd requires so if at all possible, it might be better if you could find a public hotspot near where you live and download them to your system....if I understand correctly that you are downloading the packages from another computer and burning them to CD to install on yours?

    Regards...
    Our Lord and Savior Jesus Christ loves and cares about you most of all! http://peacewithgod.jesus.net/
    How do I know this personally? Please read here: https://www.linuxquestions.org/quest...hn-8-12-36442/
    PLEASE LISTEN TO THIS PODCAST! You don't have to end up here: https://soulchoiceministries.org/pod...i-see-in-hell/

    Comment


      #3
      Re: how wicd under kubuntu 10.4?

      @zerohour: u r not connected to net..or u want to install wicd in one computer using another computer?
      asus A52N
      Dual boot: Kubuntu 11.10 64bit, Ubuntu 11.10 64bit
      AMD Athlon II 64 X2 | 4 GB DDR3 RAM | ATI Radeon HD 4200
      windoze free since 2009 12 16 (Vijay din= Victory day)

      Comment


        #4
        Re: how wicd under kubuntu 10.4?

        IF you have a wireless router from which you are wanting to get dhcpd IP assignments you may have the ability to plug a length of Ethernet category 5 cable from an Ethernet port in back to an Ethernet port on your PC. If you haven't removed all of the networkmanagement tools it may automatically connect.

        Then you can do
        sudo apt-get update
        sudo apt-get install wicd
        sudo apt-get install wicd-cli
        sudo apt-get install wicd-curses
        sudo apt-get install wicd-daemon
        sudo apt-get install wicd-gtk
        sudo apt-get install python-urwid
        sudo apt-get install python-wicd

        This will give you the complete wicd suit. Some of the last commands may give you an message stating that "the newest version is already installed."

        Then remove the following:
        sudo apt-get remove modemmanager
        sudo apt-get remove network-manager
        sudo apt-get remove network-manager-openconnect
        sudo apt-get remove network-manager-openvpn
        sudo apt-get remove network-manager-pptp
        sudo apt-get remove network-manager-vpnc
        sudo apt-get remove knm-runtime
        sudo apt-get remove network-manager-kde
        sudo apt-get remove plasma-widget-networkmanagement

        If any one of those commands gives you an "application not installed", or something similar, then go on to the next. When you have installed and removed all the apps then reboot your PC. When it comes back up open a Konsole and issue
        sudo apt-get autoremove
        to clean up orphaned libraries and dependencies.
        Then, locate the "wicd network manager" menu item under K --> Internet and left click on it. Enable your wireless and scan for your access point, etc...
        "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

        Working...
        X