Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ps -A|egrep "apt|dpk"
  2. # rm /var/lib/dpkg/lock-frontend
  3. # apt install -y sssd-common
  4. Reading package lists...
  5. Building dependency tree...
  6. Reading state information...
  7. sssd-common is already the newest version (1.16.3-3ubuntu1.1).
  8. 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
  9. 1 not fully installed or removed.
  10. After this operation, 0 B of additional disk space will be used.
  11. Setting up sssd-common (1.16.3-3ubuntu1.1) ...
  12. E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
  13. E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
  14. dpkg: error processing package sssd-common (--configure):
  15. installed sssd-common package post-installation script subprocess returned error exit status 100
  16. Errors were encountered while processing:
  17. sssd-common
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement