Removing tmux from the puppet learning machine
- 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 ````
2. or killing all tmux processes:
pkill -f tmux
3. removing tmux application
yum erase -y tmux ````