DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 19th January 2019
JWJones's Avatar
JWJones JWJones is offline
got root?
 
Join Date: Jan 2014
Location: Cascadia
Posts: 68
Default Remove xfce

I decided to remove the crutches and stick with base (cwm).

Unfortunately, I had already installed xfce:

Code:
doas pkg_add xfce xfce-extras
However:

Code:
doas pkg_delete xfce xfce-extras
Does not get rid of xfce!

Hmm...

Code:
pkg_info -Q xfce
Reveals:

Code:
xfce-4.12p10
xfce-extras-4.12p1
etc.

But then:

Code:
pkg_delete xfce-4.12p10 xfce-extras-4.12p1
Gets me:

Code:
Problem finding xfce-4.12p10
Problem finding xfce-4.12p1
What gives? How do I get rid of xfce?
Reply With Quote
  #2   (View Single Post)  
Old 19th January 2019
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
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
  #3   (View Single Post)  
Old 19th January 2019
JWJones's Avatar
JWJones JWJones is offline
got root?
 
Join Date: Jan 2014
Location: Cascadia
Posts: 68
Default

Ah yes, okay, I get it. And yes, that did it. Thanks!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove a word and everything after? bigb89 Programming 7 31st August 2014 01:47 AM
How to remove these messages ? sw2wolf FreeBSD General 4 11th July 2012 05:04 AM
HOWTO: Lightest XFCE - Making XFCE lighter and faster vermaden Guides 27 2nd September 2010 12:24 PM
How to remove Gnome and X Malakim Solaris 2 12th April 2009 12:10 PM


All times are GMT. The time now is 11:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick