Advertisement
ravijoshi53

Terminal

May 27th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. ravi@home:~$ sudo add-apt-repository ppa:jonathonf/texlive
  2. [sudo] password for ravi:
  3. Backport of latest available TeX Live packages.
  4. Press [ENTER] to continue or ctrl-c to cancel adding it
  5.  
  6. gpg: keyring `/tmp/tmpd59cn8ks/secring.gpg' created
  7. gpg: keyring `/tmp/tmpd59cn8ks/pubring.gpg' created
  8. gpg: requesting key F06FC659 from hkp server keyserver.ubuntu.com
  9. gpg: /tmp/tmpd59cn8ks/trustdb.gpg: trustdb created
  10. gpg: key F06FC659: public key "Launchpad PPA for J Fernyhough" imported
  11. gpg: Total number processed: 1
  12. gpg: imported: 1 (RSA: 1)
  13. OK
  14. ravi@home:~$ sudo apt-get install ppa-purge
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. The following packages were automatically installed and are no longer required:
  19. asymptote-doc chktex clisp dvidvi fonts-lmodern fonts-texgyre lacheck
  20. latexdiff libffcall1 libfile-which-perl libptexenc1 libruby1.9.1 lmodern
  21. preview-latex-style ps2eps python-imaging-tk ruby ruby1.9.1 tex-common
  22. tex-gyre xindy xindy-rules
  23. Use 'apt-get autoremove' to remove them.
  24. The following extra packages will be installed:
  25. aptitude aptitude-common libcwidget3
  26. Suggested packages:
  27. aptitude-doc-en aptitude-doc tasksel debtags libcwidget-dev
  28. The following packages will be REMOVED:
  29. context
  30. The following NEW packages will be installed:
  31. aptitude aptitude-common libcwidget3 ppa-purge
  32. 0 upgraded, 4 newly installed, 1 to remove and 264 not upgraded.
  33. 1 not fully installed or removed.
  34. Need to get 2,384 kB of archives.
  35. After this operation, 58.0 MB disk space will be freed.
  36. Do you want to continue? [Y/n] y
  37. Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main aptitude-common all 0.6.8.2-1ubuntu4 [700 kB]
  38. Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libcwidget3 amd64 0.5.16-3.5ubuntu1 [307 kB]
  39. Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main aptitude amd64 0.6.8.2-1ubuntu4 [1,371 kB]
  40. Get:4 http://archive.ubuntu.com/ubuntu/ trusty/universe ppa-purge all 0.2.8+bzr57 [5,704 B]
  41. Fetched 2,384 kB in 3s (705 kB/s)
  42. (Reading database ... 275632 files and directories currently installed.)
  43. Removing context (2016.05.17.20160523-1~ubuntu14.04.1york0) ...
  44. unknown option: format
  45. dpkg: error processing package context (--remove):
  46. subprocess installed post-removal script returned error exit status 1
  47. Errors were encountered while processing:
  48. context
  49. E: Sub-process /usr/bin/dpkg returned an error code (1)
  50. ravi@home:~$ sudo ppa-purge ppa:jonathonf/texlive
  51. sudo: ppa-purge: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement