Baca Juga

How to fix broken Menu in Kali Linux

    type in the followings in your terminal:

    Remove and purge Kali-Menu

    apt-get remove --purge kali-menu && apt-get clean

    Remove local applications in your profile

    rm -rf .local/share/applications

    Remove Kali Menus from .config

    rm -rf .config/menus

    Reboot your machine

    reboot

    Reinstall Kali-Menu


    apt-get install kali-menu -y