How to Install and Uninstall ruby-pathspec Package on Kali Linux

Last updated: July 03,2024

1. Install "ruby-pathspec" package

Learn how to install ruby-pathspec on Kali Linux

$ sudo apt update $ sudo apt install ruby-pathspec

2. Uninstall "ruby-pathspec" package

This tutorial shows how to uninstall ruby-pathspec on Kali Linux:

$ sudo apt remove ruby-pathspec $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-pathspec package on Kali Linux

Package: ruby-pathspec
Version: 1.0.0-1
Installed-Size: 52
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby
Size: 11548
SHA256: b4ba039197c197a0035ffec5da8d3739b9fbc0209994b067cd8c530f2428436d
SHA1: 76334c96795b9175925038ac9f5e4dccf771d436
MD5sum: 9694d3b0e62b43959fa83ca4417ef629
Description: Library to match path patterns such as gitignore
This library implements matching of path patterns as they exist in gitignore
files. With this library you can load a gitignore file, and then verify that a
path matches one of the patterns listed in the file. You can also find out all
of the files matching different patterns in a whole hierarchy of a filesystem.
.
This library is a ruby port of the Python library with the same name.
Description-md5:
Homepage: https://github.com/highb/pathspec-ruby
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-pathspec/ruby-pathspec_1.0.0-1_all.deb