How can I remove jenkins completely from linux

后端 未结 5 1488
执念已碎
执念已碎 2021-02-03 17:30

I have deleted jenkins all directories from different folders. But still when I access URL it is showing me jenkins login.

I want to uninstall jenkins completely. Have t

5条回答
  •  孤街浪徒
    2021-02-03 17:58

    if you are ubuntu user than try this:

    sudo apt-get remove jenkins
    sudo apt-get remove --auto-remove jenkins
    

    'apt-get remove' command is use to remove package.

提交回复
热议问题