Page 1 of 1

p7zip marked for deprecation

Posted: Fri Dec 17, 2021 9:17 pm
by nevets
p7zip has known vulnerabilities and no maintainer.
It's marked for deprecation at freebsd-ports.
[https://github.com/freebsd/freebsd-port ... 710b5fd9cc]
Probably best to remove from the pkg list?
Steve

Re: p7zip marked for deprecation

Posted: Sat Dec 18, 2021 9:52 am
by ericbsd
I did remove it from the mate pkg list and it is safe to remove it from your system. I did remove it I do not use it anyway.

Re: p7zip marked for deprecation

Posted: Sat Dec 18, 2021 10:39 am
by Morty
Is there a 'purge' command equivalent in terminal to remove this?

Re: p7zip marked for deprecation

Posted: Sat Dec 18, 2021 1:23 pm
by ericbsd

Code: Select all

sudo pkg delete p7zip
You can use autoremove to remove dependencies, not in use but be careful it could remove some packages you still want. Before typing y review the packages that will that autoremove will remove.

Code: Select all

sudo pkg autoremove

Re: p7zip marked for deprecation

Posted: Sun Dec 19, 2021 11:56 am
by Morty
ericbsd wrote: Sat Dec 18, 2021 1:23 pm

Code: Select all

sudo pkg delete p7zip
You can use autoremove to remove dependencies, not in use but be careful it could remove some packages you still want. Before typing y review the packages that will that autoremove will remove.

Code: Select all

sudo pkg autoremove
Opted for sudo pkg delete... All is well. Thanks,ericbsd! Much appreciated. :)