Results 1 to 7 of 7

Thread: BackTrack 4 update manager?

  1. #1
    Join Date
    Apr 2009
    Posts
    460

    BackTrack 4 update manager?

    Hello,
    Because of this damn update of Ubuntu I lost my internet connection under Linux. I want it again (with network manager) but now I can not find its icon. It is installed in the system but I cannot find it. I think that the problem can be fixed after updating manager of the BackTrack 4. I want to know that is there an update manager on this.?? Please help me as soon as possible.!!

  2. #2
    Join Date
    Feb 2006
    Posts
    172

    Re: BackTrack 4 update manager?

    And good as windows has its faults too. Anyway, if you came to Linux is normal that you have this first impression but when you know to use it you will not say more "I begin to saturate" with Windows. I think that following will help you :
    apt-get update && apt-get dist-upgrade
    JUSTVICKS returns with a great relief
    and freedom is my realistic belief
    all above all
    someone shall fall
    but not me
    just wait and see.

  3. #3
    Join Date
    Nov 2005
    Posts
    3,026

    Re: BackTrack 4 update manager?

    due to the $ <% * update ubuntu I lost my internet connection under Linux. I want it again (with network manager) but now I can not find its icon!!
    That's the problem Linux. Updates are sometimes cause for concern, especially when it starts. That's why it's better to do regularly because that way we locate more precisely the update that caused problems (and otherwise avoid the ostrich policy which is to say nothing because I expect the updates it is not too ...). The more you wait, the more complicated.

  4. #4
    Join Date
    Feb 2006
    Posts
    126

    Re: BackTrack 4 update manager?

    Generally Linux, the GUI is useless to administer a machine, it's just an ease of use!! But what you must remember is that when you have a concern because an interface is not functioning well or is unclear, the simplest solution is often a return to more bestial methods. Your problem is interesting, because to solve it will have to use the apt tools, which in my opinion one of the big asset distributions based on Debian - as Ubuntu - over its rivals.
    ALWAYS RIGHT - OTHER WISE I WUDNT SEY IT

  5. #5
    Join Date
    Oct 2008
    Posts
    68

    Re: BackTrack 4 update manager?

    For network-manager it will first verify that the package is properly installed. Since I do not know by heart the packages, I use apt-cache to find their name. Clearly these are the packages that may come into play :
    Code:
    network-manager-openvpn - network management framework (OpenVPN plugin core)
     network-manager-openvpn-gnome - Network Management framework (OpenVPN plugin GNOME GUI)
     network-manager-pptp - network management framework (PPTP plugin)
     network-manager-pptp-gnome - network management framework (PPTP plugin)
     network-manager-vpnc - network management framework (VPNC plugin core)
     network-manager-vpnc-gnome - network management framework (VPNC plugin GNOME GUI)
     network-manager - network management framework daemon
     network-manager-dev - network management framework (development files)
     network-manager-gnome - network management framework (GNOME frontend)
     network-manager-kde - KDE systray applet for controlling NetworkManager
    You can see which are installed by typing :
    dpkg-l | grep network-manager

  6. #6
    Join Date
    Aug 2006
    Posts
    173

    Re: BackTrack 4 update manager?

    At first I think you should just need network-manager and network-manager-gnome. To find the name of the executable will be reluctant to use apt-file. Then look what hidden packages network-manager and network-manager-gnome. One seeks an executable (binary) so we will see if there are files whose name contains "bin" in these packages :
    Code:
    (Mando @ Aldur) (~) $ apt-file list network-manager-gnome | grep bin
     network-manager-gnome: / usr / bin / nm-applet
     network-manager-gnome: / usr / bin / nm-editor
    Then just run the command :
    nm-applet &
    "Let us remember that our interest is in concord, not conflict, and that our real eminence rests in the victories of peace, not those of war." -McKinley

  7. #7
    Join Date
    Aug 2006
    Posts
    162

    Re: BackTrack 4 update manager?

    If the bin packages is not working for you as mentioned by the ''pushpendra'', then you can try as a last resort to uninstall the packages network-manager in the purging, then reinstall :
    Code:
    sudo dpkg - purge network-manager-gnome network-manager
     sudo aptitude update
     sudo aptitude safe-upgrade
     sudo aptitude install network-manager-gnome network-manager
    Processor: AMD Athlon(tm) 64 X2 Dual Core @ ~2.2 GHz
    Memory: 1024MB RAM
    Hard Drive: 200 GB
    Video Card: RADEON X300/X550 Series

Similar Threads

  1. Replies: 5
    Last Post: 07-04-2012, 02:20 PM
  2. Update Script for Backtrack 5
    By HamsiniI in forum Operating Systems
    Replies: 7
    Last Post: 16-01-2012, 12:14 AM
  3. Where are the packages in Package Manager of BackTrack 5?
    By CAMDEND in forum Windows Software
    Replies: 5
    Last Post: 09-07-2011, 10:37 AM
  4. Wireless Manager In Backtrack 4 Final
    By ASHER in forum Operating Systems
    Replies: 6
    Last Post: 10-05-2010, 10:29 PM
  5. How to update framework 3 in Backtrack 4 final?
    By Julli_gaada in forum Operating Systems
    Replies: 5
    Last Post: 08-05-2010, 09:39 AM

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
  •  
Page generated in 1,713,585,100.98545 seconds with 17 queries