Guest User

Untitled

a guest
Oct 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. prateek@Home-Alone:~$ sudo apt-get upgrade
  2. [sudo] password for prateek: Reading package lists... Done
  3. Building dependency tree Reading state information... Done
  4. Calculating upgrade... Done
  5. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  6.  
  7. prateek@Home-Alone:~$ sudo apt-get update
  8. Ign:1 http://dl.google.com/linux/chrom... stable InRelease
  9. Hit:2 Index of /node_8.x/ xenial InRelease
  10. Hit:3 Index of /ubuntu xenial InRelease
  11. Hit:4 Index of /repos/vscode/ stable InRelease
  12. Hit:5 Index of /atareao/atareao/ubuntu xenial InRelease
  13. Hit:6 Index of /damien-moore/codeblocks-stable/ubuntu xenial InRelease
  14. Hit:7 https://cli-assets.heroku.com/br... ./ InRelease
  15. Get:8 Index of /ubuntu xenial-security InRelease [107 kB]
  16. Hit:9 http://linux.teamviewer.com/deb stable InRelease
  17. Ign:10 http://dl.google.com/linux/chrom... stable InRelease
  18. Get:11 Index of /ubuntu xenial-updates InRelease [109 kB]
  19. Hit:12 Index of /jonathonf/python-3.6/ubuntu xenial InRelease
  20. Hit:13 http://linux.teamviewer.com/deb preview InRelease
  21. Hit:14 http://dl.google.com/linux/chrom... stable Release
  22. Get:15 Index of /ubuntu xenial-backports InRelease [107 kB]
  23. Hit:16 Index of /openshot.developers/ppa/ubuntu xenial InRelease
  24. Hit:18 Index of /paolorotolo/android-studio/ubuntu xenial InRelease
  25. Hit:19 http://dl.google.com/linux/chrom... stable Release
  26. Hit:20 Index of /webupd8team/java/ubuntu xenial InRelease
  27. Hit:22 Index of /webupd8team/y-ppa-manager/ubuntu xenial InReleaseFetched 323 kB in 2s (129 kB/s)
  28. Error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
  29. Reading package lists... Done
  30.  
  31. prateek@Home-Alone:~$ gnome-terminal
  32. Traceback (most recent call last):
  33. File "/usr/bin/gnome-terminal", line 9, in <module>
  34. from gi.repository import GLib, Gio
  35. File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
  36. from . import _gi
  37. ImportError: cannot import name '_gi'
  38. Error in sys.excepthook:
  39. Traceback (most recent call last):
  40. File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
  41. from apport.fileutils import likely_packaged, get_recent_crashes
  42. File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
  43. from apport.report import Report
  44. File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
  45. import apport.fileutils
  46. File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
  47. from apport.packaging_impl import impl as packaging
  48. File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module>
  49. import apt
  50. File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
  51. import apt_pkg
  52. ModuleNotFoundError: No module named 'apt_pkg'
  53.  
  54. Original exception was:
  55. Traceback (most recent call last):
  56. File "/usr/bin/gnome-terminal", line 9, in <module>
  57. from gi.repository import GLib, Gio
  58. File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
  59. from . import _gi
  60. ImportError: cannot import name '_gi'
  61.  
  62. sudo rm /etc/apt/apt.conf.d/20packagekit
  63.  
  64. sudo apt-get update && sudo apt-get upgrade
Add Comment
Please, Sign In to add comment