• Skip to primary navigation
  • Skip to content
  • Skip to footer
Stories from the HomeLab
  • Kubernetes
  • cars
    1. Home
    2. /
    3. Removing tmux from the puppet learning machine
    • Start page
    • Tags
    • Archive
    • About

    Removing tmux from the puppet learning machine

    June 3, 2019

    On this page

    1. cleanly and gracefully killing all tmux opened sessions and server too: ``` tmux kill-server
    2. or killing all tmux processes:
    

    pkill -f tmux

    
    3. removing tmux application
    

    yum erase -y tmux ````

    Tags: puppet

    Updated: June 3, 2019

    Previous Next

    You may also enjoy

    Running Stateful Applications on Kubernetes with Local Storage

    April 20, 2025

    Managing Pod initializations

    April 20, 2025

    Kubernetes Network

    March 10, 2025

    Force deleting stuck resources in Kubernetes

    November 3, 2024

    • Follow:
    © 2025 Stories from the HomeLab. Powered by Jekyll & Minimal Mistakes.