Results 1 to 9 of 9

Thread: install wine on kali 64bit with no problems

  1. #1
    Join Date
    2015-Apr
    Posts
    1

    install wine on kali 64bit with no problems

    if u have problems on installing wine

    do these steps in terminal

    1-write these codes


    #echo deb http://http.kali.org/kali kali main non-free contrib > /etc/apt/sources.list
    #echo deb-src http://http.kali.org/kali kali main non-free contrib >> /etc/apt/sources.list
    #echo deb http://security.kali.org/kali-security kali/updates main contrib non-free >> /etc/apt/sources.list
    #echo deb-src http://security.kali.org/kali-security kali/updates main contrib non-free >> /etc/apt/sources.list


    2-write commands one after one

    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install wine-bin:i386



  2. #2
    Thanks !!!!

  3. #3
    Join Date
    2016-Feb
    Posts
    1
    Getting these errors.

    W: The repository 'http://security.kali.org/kali-security kali/updates Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    W: The repository 'http://http.kali.org/kali kali Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found
    W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found
    W: Failed to fetch http://security.kali.org/kali-securi...source/Sources 404 Not Found
    W: Failed to fetch http://security.kali.org/kali-securi...amd64/Packages 404 Not Found
    W: Failed to fetch http://security.kali.org/kali-securi...-i386/Packages 404 Not Found
    W: Failed to fetch http://security.kali.org/kali-securi...amd64/Packages 404 Not Found
    W: Failed to fetch http://security.kali.org/kali-securi...-i386/Packages 404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...source/Sources 404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...amd64/Packages 404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...-i386/Packages 404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...amd64/Packages 404 Not Found
    W: Failed to fetch http://http.kali.org/kali/dists/kali...-i386/Packages 404 Not Found
    E: Some index files failed to download. They have been ignored, or old ones used instead.

  4. #4
    first things you need to check your kali version

    root@kali:~# uname -a

    so this is for me
    root@kali:~# uname -a
    Linux kali 4.7.0-kali1-amd64 #1 SMP Debian 4.7.8-1kali1 (2016-10-24) x86_64 GNU/Linux

    (2016-10-24) <-- you got this?

    then you must read
    http://security.kali.org/kali-security/README

    then find your sources.list kali version (im using kali rolling)
    http://docs.kali.org/general-use/kal...t-repositories

    after that
    root@kali:~#dpkg --add-architecture i386
    root@kali:~#apt update
    root@kali:~#wine
    it looks like wine32 is missing, you should install it.
    as root, please execute "apt-get install wine32"
    Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
    wine --help Display this help and exit
    wine --version Output version information and exit
    root@kali:~#apt-get install wine32 -y

  5. #5
    Join Date
    2017-May
    Posts
    1
    I am impressed by the First post.

    It works smoothly.

    if
    apt-get install wine32:i386

    do not work

    then write this command

    apt-get install wine32

    it Should work.

  6. #6
    Join Date
    2015-Sep
    Posts
    2
    I found "deb http://http.kali.org/kali kali-rolling main contrib non-free" was missing from my sources.list once I added it the install worked smoothly with:

    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install wine32

  7. #7
    Join Date
    2017-Jul
    Posts
    2
    Quote Originally Posted by PK302 View Post
    I am impressed by the First post.

    It works smoothly.

    if
    apt-get install wine32:i386

    do not work

    then write this command

    apt-get install wine32

    it Should work.
    Thank you. OP Did great, your correction made everything go smoothly.

  8. #8
    Join Date
    2017-Oct
    Posts
    1
    its not working.... i am having following error
    root@Fakhar:~# sudo apt-get install wine-bin:i386
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package wine-bin:i386

  9. #9
    Join Date
    2017-Nov
    Posts
    2
    Really helpful. Thanks man!

Similar Threads

  1. Im trying to install wine on Kali but running into issues
    By jmack32488 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-11-16, 19:56
  2. problems installing wine
    By sbxzz in forum General Archive
    Replies: 1
    Last Post: 2022-04-27, 03:46
  3. How to install wine (64) in kali 2.o
    By kartic_iyer in forum General Archive
    Replies: 8
    Last Post: 2016-06-29, 17:47

Posting Permissions

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