Results 1 to 11 of 11

Thread: When you install the new distribution of kali linux 2.0 do not do these things

  1. #1
    Join Date
    2013-Sep
    Posts
    16

    Cool When you install the new distribution of kali linux 2.0 do not do these things

    1- Do not add new mirrors because it already exists
    Screenshot from 2015-08-22 08:41:22.jpg

    If you have changed the sources of Mirrors you can replay through
    cat << EOF > /etc/apt/sources.list
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
    EOF
    apt-get update
    apt-get dist-upgrade # get a coffee, or 10.
    reboot

    or copy past that sources
    #Regular repositories
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free

    #Source repositories
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

    to>>>>>> /etc/apt/sources.list
    @ reboot

    2- Do not install the firewall because there are problems and does not work well
    Screenshot from 2015-08-22 08:43:01.jpg

    3- Do not install the wine program
    Because it is already installed
    Screenshot from 2015-08-22 09:05:47.jpg

  2. #2
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    Quote Originally Posted by engwla2 View Post

    2- Do not install the firewall because there are problems and does not work well
    Screenshot from 2015-08-22 08:43:01.jpg
    I installed ufw (not gufw) with apt-get and everything is ok. works good. I don't have those problems.
    I used Kali 2.0 light with post install full updates

  3. #3
    Join Date
    2013-Sep
    Posts
    16
    I know my friend ...but the same problem
    root@engWLA2:~# apt-get install ufw
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
    ufw
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B/138 kB of archives.
    After this operation, 733 kB of additional disk space will be used.
    Preconfiguring packages ...
    Selecting previously unselected package ufw.
    (Reading database ... 323808 files and directories currently installed.)
    Preparing to unpack .../archives/ufw_0.33-2_all.deb ...
    Unpacking ufw (0.33-2) ...
    Processing triggers for systemd (215-17+deb8u1) ...
    Processing triggers for man-db (2.7.0.2-5) ...
    Setting up ufw (0.33-2) ...
    update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
    root@engWLA2:~# ufw
    ERROR: not enough args
    root@engWLA2:~# gufw
    bash: gufw: command not found

    root@engWLA2:~# apt-get autoremove ufw
    root@engWLA2:~# apt-get autoremove gufw


    and reinstall same problem

  4. #4
    Join Date
    2015-Aug
    Posts
    3
    well i destroyed my wine, i was unaware that wine is already install,

  5. #5
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    @engwla2
    I don't know what could be a problem there. You are reinstall system and error happened again.
    Before few month I have similar problems with wifislax. I reinstall it several times and have some errors.
    after that i do some research and downloaded 3 diffrent iso img of the wifislax.
    two of them give same errors but the third works fine.
    Every time I made boot usb with exactly same procedure.
    Maybe you can try this, to download another img and try.

  6. #6
    Join Date
    2013-Sep
    Posts
    16

    ok pro

    well I'll try my friend

  7. #7
    Join Date
    2013-Sep
    Posts
    16
    Duxim
    Try this method
    if you install wine
    apt-get autoremove wine
    >>
    apt-get install update
    apt-get install winexe
    Last edited by engwla2; 2015-08-23 at 15:14. Reason: errer

  8. #8
    what about the guest image ?
    that is not working for me :/

  9. #9
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    Quote Originally Posted by frafri View Post
    what about the guest image ?
    that is not working for me :/
    frafri, I did not understand your question.
    can you explain little bit more what do you think

  10. #10
    Join Date
    2013-Sep
    Posts
    16

  11. #11
    Join Date
    2015-Aug
    Location
    Colossal Cave, Valaii
    Posts
    1
    I've installed the full Kali 2.0 distribution, but wine is nowhere to be found (so, how it's already installed?). Anyone can confirm this?

Similar Threads

  1. Replies: 1
    Last Post: 2023-07-14, 16:55
  2. Replies: 1
    Last Post: 2013-05-15, 01:37

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •