version 1.2, 2012/02/05 07:14:36
|
version 1.5, 2019/04/05 22:20:20
|
Line 1
|
Line 1
|
A good method of knowing when you have out of date packages is to use the utility lintpkgsrc, which can be [[Installing a package with pkgsrc]] installed from pkgtools/lintpkgsrc. Once it is installed use it to check installed packages for newer available versions: |
A good method of knowing when you have out of date packages is to use the utility `lintpkgsrc`, which can be installed from `pkgtools/lintpkgsrc`. Once it is installed use it to check installed packages for newer available versions: |
|
|
lintpkgsrc -i |
lintpkgsrc -i |
Scan Makefiles: ................ |
Scan Makefiles: ................ |
Line 6 A good method of knowing when you have o
|
Line 6 A good method of knowing when you have o
|
Version mismatch: 'other_package' 2.5a vs 2.5b |
Version mismatch: 'other_package' 2.5a vs 2.5b |
|
|
The results are simple: outdated-package-name currently-installed-version -vs- currently-supported-version |
The results are simple: outdated-package-name currently-installed-version -vs- currently-supported-version |
See also |
|
|
|
[[pkg_chk]] |
|
|
|
|
See also |
|
[pkg_chk](../pkg_comp_pkg_chk) |