I am doing the unthinkable. I've had a source tree since the beginning. I plan to remove it and never use it again.
I noticed that the source is a package in my pkgbase system.
FreeBSD-set-src is the meta package for the other two listed above.
The source tree doesn't want to go. pkg-remove reports this scary word "vital" but the source tree has never been vital. Is there something special I should do to remove my source tree?
I noticed that the source is a package in my pkgbase system.
Code:
# pkg info | grep src
FreeBSD-set-src-15.snap20251011015136 System source code
FreeBSD-src-15.snap20260813004244 System userland source code
FreeBSD-src-sys-15.snap20260814160322 System kernel source code
[root@l1 /home/jcw]# pkg remove FreeBSD-set-src-15.snap20251011015136
Checking integrity... done (0 conflicting)
The following package(s) are locked or vital and may not be removed:
FreeBSD-set-src (vital)
1 packages requested for removal: 1 locked, 0 missing
FreeBSD-set-src is the meta package for the other two listed above.
The source tree doesn't want to go. pkg-remove reports this scary word "vital" but the source tree has never been vital. Is there something special I should do to remove my source tree?