Results 1 to 3 of 3

Thread: How manual uninstall od version of application ? Stay in Kali after uninstall.

  1. #1
    Join Date
    2017-Jan
    Posts
    24

    How manual uninstall od version of application ? Stay in Kali after uninstall.

    Hello
    I have current Kali installation over 2 years, i updated to latest kernel and latest app version every 2-3 days. Last time i have some problem with Nmap its show some errors when i try used. I discover, its some older version run when type in terminal 'nmap' even i have latest one from Kali repo. So i remove nmap
    Code:
    apt remove nmap && apt purge nampa
    After this nmap should remove from system but when i type 'nmap' them start same older version 7.70 . I find online how uninstall all version from Linux and after this solution i install again from repo and now i se i have latest version .
    But same problem i have with whatweb axacaly same issue, even i remove it , still i can run typing 'whatweb' but same old version is. When i remove i try locate all files and i see:

    20200321_193208.jpg

    I have same problem with some another app, i dont know why some older version keep in system even i official remove... I try find some solution but i can see nothing. Any idea pls ??

    Thank You

  2. #2
    Join Date
    2020-Mar
    Posts
    5
    I'm also looking for a solution to this.

  3. #3
    Join Date
    2020-Mar
    Posts
    2
    Does dpkg report ii or something else?
    Code:
    dpkg -l whatweb
    or for more verbose output:
    Code:
    dpkg - s whatweb

Similar Threads

  1. Install/Uninstall Kali
    By reciprocity592 in forum Installing Archive
    Replies: 1
    Last Post: 2021-06-20, 14:06
  2. How to uninstall kali?
    By wtfsamcrap in forum Installing Archive
    Replies: 1
    Last Post: 2014-06-18, 11:42

Posting Permissions

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