Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. (venv) agent@DESKTOP-RGR7528 ~ [9:36] $ apt-cache policy vim
  2. vim:
  3. Installed: 2:8.1.1477-0york0~16.04
  4. Candidate: 2:8.1.1575-0york0~16.04
  5. Version table:
  6. 2:8.1.1575-0york0~16.04 500
  7. 500 http://ppa.launchpad.net/jonathonf/vim/ubuntu xenial/main amd64 Packages
  8. *** 2:8.1.1477-0york0~16.04 100
  9. 100 /var/lib/dpkg/status
  10. 2:7.4.1689-3ubuntu1.3 500
  11. 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
  12. 500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
  13. 2:7.4.1689-3ubuntu1 500
  14. 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  15. (venv) agent@DESKTOP-RGR7528 ~ [9:36] $ vim --version | grep python
  16. +comments +libcall -python +visualextra
  17. +conceal +linebreak +python3 +viminfo
  18. Linking: gcc -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/python3.5/config-3.5m-x86_64-linux-gnu -lpython3.5m -lpthread -ldl -lutil -lm
  19. (venv) agent@DESKTOP-RGR7528 ~ [9:36] $ cat /etc/lsb-release
  20. DISTRIB_ID=Ubuntu
  21. DISTRIB_RELEASE=16.04
  22. DISTRIB_CODENAME=xenial
  23. DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS"
  24. (venv) agent@DESKTOP-RGR7528 ~ [9:36] $ apt-cache policy vim-python
  25. vim-python:
  26. Installed: (none)
  27. Candidate: (none)
  28. Version table:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement