Thread: Remove xfce
View Single Post
  #2   (View Single Post)  
Old 19th January 2019
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

You're misunderstanding pkg_info(1) -Q, or misunderstanding $PKG_PATH:
Code:
     -Q query
             Show all packages in $PKG_PATH which match the given query.
Instead, try $ pkg_info | grep xfce. You'll get the empty set. And, now that you've uninstalled the manually added xfce, you can also remove all unneeded dependencies with # pkg_delete -a.
Reply With Quote