Tagged: 

Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • #38282
    Akabueze
    Participant

    After installing veil, I get lost of missing items.
    Dependencies missing
    Wine
    Python
    Ruby
    Etc.

    Please what could be the cause

    #38304

    Hello Akabueze,
    Try following commands

    apt update
    apt -y install veil
    /usr/share/veil/config/setup.sh –force –silent

    To run it:
    /usr/share/veil/Veil.py

    #38317
    Diego PérezDiego Pérez
    Moderator

    Hi Akabueze!
    the best would be to use a fresh custom kali, it can be a snapshot previous to the failed installation or a new download and try the commands suggested by Sithum.
    Let me know how it goes!
    Diego

    #38339
    Akabueze
    Participant

    I get unable to locate package Veil when I run the commands you provided.

    #38352

    type cd usr/share/veil you can find location of the veil.

    Regards,
    Sithum Nimlaka

    #38353
    Akabueze
    Participant

    When I upgrade Kali linux, every thing becomes different and some of the libraries will work and others won’t.
    After the upgrade, veil installed because it found needed libs but FatRat and Empire won’t. Empire had a lot of permission denied.

    #38356

    can u share screenshot about your error,

    #38386
    Akabueze
    Participant

    Hello,
    I tried to update source.list and everything started working.

    Thanks for your support

    #38432

    You got it!
    You’re Welcome Akabueze.

    #38438
    Diego PérezDiego Pérez
    Moderator

    Hi Akabueze!
    Cool you got it!
    Diego

    #38896
    s4mu_
    Participant

    I cant properly install veil because wine fails installation and python34 crashes when starting its installation. Can somebody help me? Ill apreciate it

    ****
    [ERROR] Failed with installing wine (2): 0

    it looks like wine32 is missing, you should install it.
    as root, please execute “apt-get install wine32″
    wine: ‘/var/lib/veil/wine’ is a 32-bit installation, it cannot support 64-bit applications.

    Could not find Wine Gecko. HTML rendering will be disabled.
    wine: configuration in L”/var/lib/veil/wine” has been updated.
    0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
    0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
    0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
    0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
    it looks like wine32 is missing, you should install it.
    as root, please execute “apt-get install wine32”
    0039:err:msiexec:custom_action_server Failed to create custom action server pipe: 2

    root@kali:~# apt-get install wine32
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    libc6-dev : Breaks: python3.7 (< 3.7.7-1+b1) but 3.7.6-1 is to be installed
    wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not going to be installed
    Depends: libwine:i386 (= 5.0-4) but it is not going to be installed
    E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

    #38906

    try following commands,

    apt update
    apt upgrade
    apt -y install veil
    /usr/share/veil/config/setup.sh –force –silent
    To run it:
    /usr/share/veil/Veil.py

    Regards,
    Sithum Nimlaka

    #38918
    Diego PérezDiego Pérez
    Moderator

    Hi s4mu!
    Can you try to revert to a previous snapshot before failed installation? If you don’t have one the import a new custom kali, save a snpashot and try this:

    dpkg –add-architecture i386
    apt-get update
    apt install libgcc-8-dev python3.7
    apt install veil -y
    /usr/share/veil/config/setup.sh –force –silent

    And please show us any errors you get when you rin the above commands.

    Don’t use the command apt-get upgarde as this will undo the changes made by Zaid.

    Let me know how it goes!
    Diego

    #38924
    Akabueze
    Participant

    Hello, I had this issue last week. It almost dried my bones. But what’s solved it for me was that I updated my source.list and everything worked fine just like magic.

    #38973
    s4mu_
    Participant

    diego, i have this error when running your first command. Also alkabuze how do I update my source.list?

    root@kali:~# dpkg –add-architecture i386
    dpkg: error: need an action option

    Type dpkg –help for help about installing and deinstalling packages [*];
    Use ‘apt’ or ‘aptitude’ for user-friendly package management;
    Type dpkg -Dhelp for a list of dpkg debug flag values;
    Type dpkg –force-help for a list of forcing options;
    Type dpkg-deb –help for help about manipulating *.deb files;

    Options marked [*] produce a lot of output – pipe it through ‘less’ or ‘more’ !
    root@kali:~# sudo dpkg –add-architecture i386
    dpkg: error: need an action option

    Type dpkg –help for help about installing and deinstalling packages [*];
    Use ‘apt’ or ‘aptitude’ for user-friendly package management;
    Type dpkg -Dhelp for a list of dpkg debug flag values;
    Type dpkg –force-help for a list of forcing options;
    Type dpkg-deb –help for help about manipulating *.deb files;

    Options marked [*] produce a lot of output – pipe it through ‘less’ or ‘more’ !
    root@kali:~#

Viewing 15 posts - 1 through 15 (of 28 total)
  • You must be logged in to reply to this topic.