Guest User

Untitled

a guest
Feb 19th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. jordan@jordan-N43SL:~$ /usr/bin/update-manager
  2. /usr/bin/update-manager:28: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  3. from gi.repository import Gtk
  4. /usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Dbusmenu was imported without specifying a version first. Use gi.require_version('Dbusmenu', '0.4') before import to ensure that the right version gets loaded.
  5. from gi.repository import Dbusmenu, Unity
  6. /usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
  7. from gi.repository import Dbusmenu, Unity
  8. Traceback (most recent call last):
  9. File "/usr/bin/update-manager", line 121, in
  10. app = UpdateManager(data_dir, options)
  11. File "/usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py", line 113, in __init__
  12. self.options and self.options.use_proposed)
  13. File "/usr/lib/python3/dist-packages/UpdateManager/MetaReleaseGObject.py", line 44, in __init__
  14. MetaReleaseCore.__init__(self, useDevelopmentRelease, useProposed)
  15. File "/usr/lib/python3/dist-packages/UpdateManager/Core/MetaRelease.py", line 99, in __init__
  16. cache = apt.Cache()
  17. File "/usr/lib/python3/dist-packages/apt/cache.py", line 113, in __init__
  18. self.open(progress)
  19. File "/usr/lib/python3/dist-packages/apt/cache.py", line 165, in open
  20. self._depcache = apt_pkg.DepCache(self._cache)
  21. SystemError: E:The package pulse needs to be reinstalled, but I can't find an archive for it.
  22.  
  23. jordan@jordan-N43SL:~$ sudo apt-get update
  24. [sudo] password for jordan:
  25. Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
  26. Hit:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
  27. Hit:3 http://archive.canonical.com/ubuntu xenial InRelease
  28. Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
  29. Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
  30. Reading package lists... Done
  31.  
  32. jordan@jordan-N43SL:~$ sudo apt-get upgrade
  33. Reading package lists... Done
  34. Building dependency tree
  35. Reading state information... Done
  36. E: The package pulse needs to be reinstalled, but I can't find an archive for it.
Add Comment
Please, Sign In to add comment