Menu

Fix kali 2.0 (rolling) mingw32 repository install

2016-09-19
2016-09-19
  • pedro ubuntu

    pedro ubuntu - 2016-09-19

    fix kali 2.0 (rolling) mingw32 repository install


    KALI '''rolling release''' does not have in repositorys the mingw32 packet needed by venom to compile templates into executable formats, the packet that venom needs its a sub-packet of mingw32 (i586-mingw32msvc-gcc) it can be found in KALI sana oficial repositorys simple by executing: apt-get install mingw32



    Simple soluction:
    edit your source.list and add KALI sana official repositorys to it...
    that apt-get install mingw32 it will install the missing packets
    that venom needs to work (32 or 64 archs)...



    Install mingw32 on kali 2.0 (step-by-step):

    1º - edit /etc/apt/sources.list

    2º - comment (#) default repositories

    3º - add the follow repositorie to your source.list

      deb http://old.kali.org/kali sana main non-free contrib
      # For source package access, uncomment the following line
      # deb-src http://old.kali.org/kali sana main non-free contrib
    

    4º - save source.list file

    5º - apt-get update

    6º - apt-get install mingw32

    -- revert repository to default --

    7º - edit /etc/apt/sources.list

    8º - remove follow lines from source.list

      deb http://old.kali.org/kali sana main non-free contrib
      # For source package access, uncomment the following line
      # deb-src http://old.kali.org/kali sana main non-free contrib
    

    9º - uncomment the default repositories

    10º - save source.list file

    11º - apt-get update



    More info can be found in kali official websitte here:
    http://docs.kali.org/general-use/kali-linux-sources-list-repositories


     

    Last edit: pedro ubuntu 2016-09-20
  • Anonymous

    Anonymous - 2017-06-03
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2017-08-17
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2020-01-07
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2020-01-07
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.