BrewInstall
brewinstall.org › install-libcap-ng-on-mac-with-brew
Install libcap-ng on Mac with Brew - Big Sur, Mojave, Catalina, High Sierra, Capitan | BrewInstall
January 26, 2021 - libcap-ng installation process for Mac in simple steps, install libcap-ng, libcap-ng for mac, install libcap-ng using brew
GitHub
github.com › stevegrubb › libcap-ng › blob › master › INSTALL
libcap-ng/INSTALL at master · stevegrubb/libcap-ng
Libcap-ng is a library for Linux that makes using posix capabilities easy. - libcap-ng/INSTALL at master · stevegrubb/libcap-ng
Author stevegrubb
GitHub
github.com › stevegrubb › libcap-ng
GitHub - stevegrubb/libcap-ng: Libcap-ng is a library for Linux that makes using posix capabilities easy. · GitHub
Now, isn't that a lot simpler? Note that the last example takes about 60 lines of code using the older capabilities library. As of the 0.6 release, there is a m4 macro file to help add libcap-ng to your autotools config system. In configure.ac, add LIBCAP_NG_PATH.
Starred by 91 users
Forked by 40 users
Languages C 85.8% | Roff 5.1% | Makefile 3.9% | M4 3.1% | Python 1.7% | SWIG 0.4%
GitHub
github.com › pexip › os-libcap-ng › blob › master › INSTALL
os-libcap-ng/INSTALL at master · pexip/os-libcap-ng
Packaging for libcap-ng. Contribute to pexip/os-libcap-ng development by creating an account on GitHub.
Author pexip
Debian
packages.debian.org › sid › libcap-ng-dev
Debian -- Details of package libcap-ng-dev in sid
Development and header files for libcap-ng
Anaconda.org
anaconda.org › anaconda › libcap-ng-devel-el8-x86_64
Libcap Ng Devel El8 X86 64 | Anaconda.org
To install this package run one of the following: conda install anaconda::libcap-ng-devel-el8-x86_64
openSUSE
software.opensuse.org › download › package
Install package security / libcap-ng
Packages for 15.6: libcap-ng-0.8.5-lp156.54.4.src.rpm ... zypper addrepo https://download.opensuse.org/repositories/security/SLE_12_SP5_Update/security.repo zypper refresh zypper install libcap-ng
Arch Linux
archlinux.org › packages › core › x86_64 › libcap-ng
Arch Linux - libcap-ng 0.9.2-1 (x86_64)
audispd-plugins (requires libcap-ng.so) audispd-plugins-zos (requires libcap-ng.so) audit (requires libcap-ng.so) cifs-utils · dbus · dbus-broker · deepin-session · gnome-keyring · gnome-keyring (testing) irqbalance (requires libcap-ng.so) kismet · kismet (testing) knot ·
Alpine Linux
pkgs.alpinelinux.org › package › edge › main › x86 › libcap-ng
libcap-ng - Alpine Linux packages
so:libcap-ng.so.0 · so:libdrop_ambient.so.0 · Install if (0) None
GitHub
github.com › deepin-community › libcap-ng
GitHub - deepin-community/libcap-ng
Now, isn't that a lot simpler? Note that the last example takes about 60 lines of code using the older capabilities library. As of the 0.6 release, there is a m4 macro file to help adding libcap-ng to your autotools config system. In configure.ac, add LIBCAP_NG_PATH.
Author deepin-community
Debian
packages.debian.org › sid › libcap-ng0
Debian -- Details of package libcap-ng0 in sid
This package contains dynamic libraries for libcap-ng.
Arch Linux ARM
archlinuxarm.org › packages › armv7h › libcap-ng
libcap-ng (armv7h) | Packages | Arch Linux ARM
Copyright ©2009-2026 Arch Linux ARM The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis. The Arch Linux™ name and logo are used under permission of the Arch Linux Project Lead
Debian
packages.debian.org › libcap-ng
Debian -- Package Search Results -- libcap-ng
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
Readthedocs
libcap-utils.readthedocs.io › en › latest › install.html
Install instructions — libcap_utils 0.7 documentation
libtool: install: warning: relinking \`libcap_utils-07.la' libtool: install: (cd /home/dsv/libcap_utils-0.7.7; /bin/bash /home/dsv/libcap_utils-0.7.7/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -Wall -g -O2 -version-info 0:1:0 -o libcap_utils-07.la -rpath /usr/lib address.lo error.lo log.lo marker.lo utils.lo picotime.lo libcap_stream-07.la libcap_filter-07.la libcap_marc-07.la -inst-prefix-dir /home/dsv/libcap_utils-0.7.7/libcap-utils_0.7.7_amd64) /usr/bin/ld: cannot find -lcap_stream-07 collect2: ld returned 1 exit status libtool: install: error: relink `libcap_utils-07.la' with the above command before installing it
Alpine Linux
pkgs.alpinelinux.org › package › edge › main › x86 › libcap-ng-utils
libcap-ng-utils - Alpine Linux packages
py3-libcap-ng · Provides (4) cmd:captest · cmd:filecap · cmd:netcap · cmd:pscap · Install if (0) None
Englanders
englanders.us › ~jason › howtos
libcap-ng - Jason's Home Page - Linux HOWTOs
April 29, 2020 - -f libcap-ng-0.7.9.tar.gz && wget http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.9.tar.gz # Extract the source mkdir -p -m 0700 ~/src cd ~/src find -maxdepth 1 -type d -name "libcap-ng-*" -exec rm -r {} \; tar xzvf ~/libcap-ng-0.7.9.tar.gz cd libcap-ng-0.7.9 test $UID = 0 && chown -R root:root . # Configure the build for 64-bit test $(uname -m) = 'x86_64' && ./configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man # Configure the build for anything else test $(uname -m) != 'x86_64' && ./configure --prefix=/usr --mandir=/usr/man # Build it make # Become root to install it su # Remove the Slackware package, if there is one test -x /sbin/removepkg && /sbin/removepkg libcap-ng # Install it make install ldconfig # Make sure your non-root user can remove the source later chown -R $(logname) .
Debian
packages.debian.org › sid › libcap-ng-utils
Details of package libcap-ng-utils in sid
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
GitHub
github.com › stevegrubb › libcap-ng › blob › master › libcap-ng.spec
libcap-ng/libcap-ng.spec at master · stevegrubb/libcap-ng
make DESTDIR="${RPM_BUILD_ROOT}" INSTALL='install -p' install · · # Remove a couple things so they don't get picked up · rm -f $RPM_BUILD_ROOT/%{_libdir}/libcap-ng.la · rm -f $RPM_BUILD_ROOT/%{_libdir}/libcap-ng.a · rm -f $RPM_BUILD_R...
Author stevegrubb