• Skip to primary navigation
  • Skip to content
  • Skip to footer
Stories from the HomeLab
  • Kubernetes
  • Linux
    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

    Configuring Pod Priorities

    June 18, 2025

    Resource Limits and Quota

    June 10, 2025

    Managing Kubernetes Applications: YAML, Helm & Kustomize

    May 25, 2025

    Running Stateful Applications on Kubernetes with Local Storage

    April 20, 2025

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