File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,11 @@ An "unresolvable shlib" error, such as:
5252libllvm8-8.0.1_2: broken, unresolvable shlib `libffi.so.6'
5353```
5454
55- is probably due to orphan packages, already removed from the Void repos, still
56- being installed on your system. This can be solved by running
57- [ xbps-remove(1)] ( https://man.voidlinux.org/xbps-remove.1 ) with the ` -o ` option,
58- which removes orphan packages.
55+ is probably due to outdated or orphan packages. To check for outdated packages,
56+ simply try to [ update your system] ( ../index.md#updating ) . Orphan packages, on
57+ the other hand, have been removed from the Void repos, but are still installed
58+ on your system; they can be removed by running
59+ [ xbps-remove(1)] ( https://man.voidlinux.org/xbps-remove.1 ) with the ` -o ` option.
5960
6061If you get an error message saying:
6162
You can’t perform that action at this time.
0 commit comments