libdnf
    Preparing search index...

    Interface GoalOpRpmUpgrade

    interface GoalOpRpmUpgrade {
        minimal?: boolean;
        spec: string;
        type: "rpm_upgrade";
    }
    Index

    Properties

    Properties

    minimal?: boolean
    spec: string
    type: "rpm_upgrade"