How to Install and Uninstall vim-autopep8 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "vim-autopep8" package

Please follow the step by step instructions below to install vim-autopep8 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install vim-autopep8

2. Uninstall "vim-autopep8" package

Please follow the guidance below to uninstall vim-autopep8 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove vim-autopep8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the vim-autopep8 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: vim-autopep8
Priority: extra
Section: universe/editors
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Balasankar C
Architecture: all
Version: 1.0.7-1
Depends: python-autopep8, vim, vim-addon-manager
Filename: pool/universe/v/vim-autopep8/vim-autopep8_1.0.7-1_all.deb
Size: 15674
MD5sum: 12cbd0b2ff9a4562304221843447b7f8
SHA1: a44bc0be5d2be8d658ca3a891e9c5691d154a4c9
SHA256: b53089b648aa2d869ddb9d872bff8ea893dfa1e9748f70e88986bf38dceafcb6
Description-en: vim plugin to apply autopep8
This package provides vim-autopep8, a Vim plugin that applies autopep8 to your
current file. autopep8 automatically formats Python code to conform to the
PEP 8 style guide.
Description-md5: 3b07b3d7c3314df21f9345115040de1f
Homepage: https://github.com/tell-k/vim-autopep8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu