libdnf
    Preparing search index...

    Interface GoalOpWithSpecReason

    interface GoalOpWithSpecReason {
        reason: string;
        spec: string;
        type: "group_install" | "group_remove";
    }
    Index

    Properties

    Properties

    reason: string
    spec: string
    type: "group_install" | "group_remove"