View Single Post
  #3   (View Single Post)  
Old 24th October 2017
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

$ pkg_info -A | grep -i partial
.libs-partial-R-3.4.1p0 Stub libraries for partial-R-3.4.1p0

$ doas pkg_delete .libs-partial-R-3.4.1p0
Code:
.libs-partial-R-3.4.1p0: ok
Read shared items: ok
--- -.libs-partial-R-3.4.1p0 -------------------
Error deleting directory lib/R/lib: No such file or directory
Error deleting directory lib/R: No such file or directory
Error deleting directory lib: No such file or directory
Error deleting directory .: Invalid argument
$ doas pkg_add R
$ pkg_check -vvv
Code:
Packing-list sanity: ok
Direct dependencies: ok
Reverse dependencies: ok
Files from packages: ok
--- dbus-daemon-launch-helper-1.10.22p0 -------------------
can't read /usr/local/libexec/dbus-daemon-launch-helper
Disco! I don't know what the dbus issue is or where it came from but I'll save that for another day. Thanks!

BTW - Does anyone know where in the filesystem the package.tgz files are kept?
Reply With Quote