https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220666

            Bug ID: 220666
           Summary: "pkg delete -a" stops halfway
           Product: Base System
           Version: 10.3-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: [email protected]
          Reporter: [email protected]

"pkg delete -a" is supposed to delete all packages except itself. Instead, pkg
1.10.1 stops halfway, informs that it won't delete itself (which is correct)
and leaves a bunch of packages still installed (which is IMHO incorrect).

How to reproduce. You'd need many packages installed.

pkg install x11/gnome3 x11/xorg
pkg delete -a

Workaround:

pkg delete -af ; pkg install -y pkg

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to