libdnf
    Preparing search index...

    Interface LoadReposOptions

    interface LoadReposOptions {
        blocking?: boolean;
        downloadRequired?: boolean;
        write?: boolean;
    }
    Index

    Properties

    blocking?: boolean

    Wait for the lock if it is held by another process (defaults to true). When false, locking fails immediately if the lock cannot be acquired.

    downloadRequired?: boolean
    write?: boolean

    Acquire a write lock on the system repository (defaults to true). A write lock requires root; set to false for a shared read lock suitable for read-only queries.