Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Use pkg_* Tools To Manage Packages

: List installed packages.
$ pkg_info

: Query which package a file belongs to.
$ pkg_info -Fe /opt/pkg/bin/ffmpeg4
ffmpeg4-4.1.1

: List the contents of a package.
$ pkg_info -qL ffmpeg4
/opt/pkg/bin/ffmpeg4
/opt/pkg/bin/ffprobe4
[...]

: Perform an audit of all currently installed packages.
$ sudo pkg_admin fetch-pkg-vulnerabilities
$ pkg_admin audit
Package npm-6.9.0 has a denial-of-service vulnerability, see https://nvd.nist.gov/vuln/detail/CVE-2018-3721
Package nodejs-8.12.0 has a denial-of-service vulnerability, see https://nvd.nist.gov/vuln/detail/CVE-2018-7651
Package nodejs-8.12.0 has a http-response-splitting vulnerability, see https://nvd.nist.gov/vuln/detail/CVE-2018-12116
Package nodejs-8.12.0 has a spoofing vulnerability, see https://nvd.nist.gov/vuln/detail/CVE-2018-12123
[...]

: Create a binary package from some metadata files and package directory.
$ pkg_create -B build-info -c comment -d description -f packlist -I /opt/pkg -p files/ -U foo-1.0.tgz
Comment

PREVIOUS NEXT
Code Example
Css :: wrapped header aura datatable 
Css :: easyui datagrid header font size 
Css :: use check box to toggle content 
Css :: poretty print css 
Css :: color custom css use in laravel 
Css :: click a list html css 
Css :: css preprocessor sass 
Css :: Text zentrieren 
Css :: hover to slightly up div 
Css :: by.cssselector 
Css :: resizer in vertical 
Css :: not for specific child class 
Css :: what is css selector 
Css :: what is text-justify in css 
Css :: Python Script to Generator QR Code 
Css :: css text direction 
Css :: bootstrap.min.css code download 
Typescript :: ul dots remove 
Typescript :: iterate dictionary ts 
Typescript :: timeout typescript 
Typescript :: typescript on window resize 
Typescript :: object of strings typescript 
Typescript :: mui styles hover mouse pointer 
Typescript :: how to link locally installed fonts to css 
Typescript :: lofi hip hop beats to study to 
Typescript :: stripe typescript 
Typescript :: react typescript tailwind toggle button 
Typescript :: react native status bar iphone 12 
Typescript :: typescript get keys from enum 
Typescript :: bootstrap angular 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =