pub fn apt_lock_inner() -> Result<(), AptErrors>Expand description
Unlock the Dpkg lockfile.
This should be done before manually running
crate::cache::Cache::do_install
and then apt_unlock_inner should be called after.
This Function Requires root