-
Notifications
You must be signed in to change notification settings - Fork 746
Sysdig Update and Uninstall
Loris Degioanni edited this page Feb 14, 2016
·
9 revisions
##Update
Updates are installed as part of the normal system updates available with apt-get and yum. If you want to force an update here are the instructions for the various distributions.
Debian, Ubuntu
apt-get update
apt-get -y install sysdig
CentOS, RHEL, Fedora, Amazon Linux
yum clean expire-cache
yum -y install sysdig
OSX
brew upgrade sysdig
##Uninstallation
Here are the instructions for the various distributions.
Debian, Ubuntu
apt-get remove sysdig
CentOS, RHEL, Fedora, Amazon Linux
yum erase sysdig