Lines Matching refs:sudo
60 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4052245BD4284CDD
61 echo "deb https://repo.iovisor.org/apt/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee /etc/…
62 sudo apt-get update
63 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
70 echo "deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly main" | sudo tee /etc/ap…
71 sudo apt-get update
72 sudo apt-get install bcc-tools libbcc-examples linux-headers-$(uname -r)
81 sudo apt-get install bpfcc-tools linux-headers-$(uname -r)
84 The tools are installed in /sbin with a -bpfcc extension. Try running `sudo opensnoop-bpfcc`.
92 sudo dnf config-manager --add-repo=http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/fedo…
93 sudo dnf update
104 …ps://repo.iovisor.org/yum/nightly/f27/$basearch\nenabled=1\ngpgcheck=0' | sudo tee /etc/yum.repos.…
105 sudo dnf install bcc-tools kernel-headers kernel-devel
114 echo -e '[iovisor]\nbaseurl=https://repo.iovisor.org/yum/main/f27/$basearch\nenabled=1' | sudo tee …
115 sudo dnf install bcc-tools kernel-devel-$(uname -r) kernel-headers-$(uname -r)
155 sudo zypper ref
156 sudo zypper in bcc-tools bcc-examples
221 successfully, you must build from an account with `sudo` access. (You may also build as root, but …
235 If using the latter sudoers configuration, please keep an eye out for sudo's password prompt while …
250 sudo dpkg -i *bcc*.deb
267 sudo tee /etc/apt/sources.list.d/llvm.list
268 wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
269 sudo apt-get update
272 sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
276 sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
280 sudo apt-get -y install luajit luajit-5.1-dev
289 sudo make install
297 sudo dnf install -y bison cmake ethtool flex git iperf libstdc++-static \
300 sudo dnf install -y luajit luajit-devel # for Lua support
301 sudo dnf install -y \
303 sudo pip install pyroute2
311 sudo tar xf clang+llvm-3.7.1-x86_64-fedora22.tar.xz -C /usr/local --strip 1
315 sudo tar xf clang+llvm-3.9.0-x86_64-fedora23.tar.xz -C /usr/local --strip 1
318 sudo dnf install -y clang clang-devel llvm llvm-devel llvm-static ncurses-devel
327 sudo make install
335 sudo zypper in bison cmake flex gcc gcc-c++ git libelf-devel libstdc++-devel \
338 sudo zypper in luajit-devel # for lua support in openSUSE Leap 42.2 or later
339 sudo zypper in lua51-luajit-devel # for lua support in openSUSE Tumbleweed
350 sudo make install
354 sudo make install
365 sudo yum-config-manager --enable epel
367 sudo yum install -y bison cmake3 ethtool flex git iperf libstdc++-static python-netaddr gcc gcc-c++…
368 sudo yum install -y luajit luajit-devel
369 sudo yum install -y http://repo.iovisor.org/yum/extra/mageia/cauldron/x86_64/netperf-2.7.0-1.mga6.x…
370 sudo pip install pyroute2
371 sudo yum install -y ncurses-devel
378 (cd clang* && sudo cp -R * /usr/local/)
388 sudo make install
394 sudo yum -y install kernel-devel-$(uname -r)
395 sudo mount -t debugfs debugfs /sys/kernel/debug
400 sudo /usr/share/bcc/tools/execsnoop