goodix-debian-linux-drivers-fingerprint-by-dell
No description available.
File Explorer
- libfprint-tod-goodix-53xc-0.0.4.so
- libfprint-tod-goodix-550a-0.0.9.so
- libfprint-2-tod-goodix_0.0.4.amd64.deb
- libfprint-2-tod-goodix_0.0.9.amd64.deb
- 60-libfprint-2-tod1-goodix.rules
- libfprint-tod-goodix-53xc-0.0.4.so
- changelog.Debian.gz
- copyright
- 60-libfprint-2-tod1-goodix.rules
- libfprint-tod-goodix-550a-0.0.9.so
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
apt install
View Details ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
lsusb
View Details ▼
lsusb
Display information about USB buses and devices connected to them.
lsusb
List all the USB devices available:
lsusb {{[-t|--tree]}}
List the USB hierarchy as a tree:
sudo lsusb {{[-v|--verbose]}}
List verbose information about USB devices:
