How to Install and Uninstall python-pyjavaproperties Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 23,2024
1. Install "python-pyjavaproperties" package
Learn how to install python-pyjavaproperties on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-pyjavaproperties
Copied
2. Uninstall "python-pyjavaproperties" package
In this section, we are going to explain the necessary steps to uninstall python-pyjavaproperties on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-pyjavaproperties
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-pyjavaproperties package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-pyjavaproperties
Priority: optional
Section: universe/python
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Architecture: all
Source: pyjavaproperties
Version: 0.6-2.1
Provides: python2.7-pyjavaproperties
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pyjavaproperties/python-pyjavaproperties_0.6-2.1_all.deb
Size: 9376
MD5sum: 4ab638422d66b8a70a6c45155c07f06d
SHA1: 10efeff845ae0260e7b959c0bcfa351d6b38ea35
SHA256: 475a1914adb6e876f1f0033ff9920b94048fa16e3243cb2429459aec3cc92a2d
Description-en: Python implementation of java.util.Properties
This module is designed to be a Python equivalent to the java.util.Properties
class. Currently, the basic input/output methods are supported, and there are
plans to add the XML input/output methods found in J2SE 5.0.
.
Fundamentally, this module is designed so that users can easily parse and
manipulate Java Properties files - that's it. There's a fair number of
Pythonistas who work in multi-language shops, and constantly writing your own
parsing mechanism is just painful. Not to mention Java guys are notoriously
unwilling to use anything which is cross-language for configuration, unless
it's XML, which is a form of self-punishment. :)
Description-md5: cb9fab08de31ce0f216e0e55c056a9f7
Homepage: https://pypi.python.org/pypi/pyjavaproperties
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Architecture: all
Source: pyjavaproperties
Version: 0.6-2.1
Provides: python2.7-pyjavaproperties
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pyjavaproperties/python-pyjavaproperties_0.6-2.1_all.deb
Size: 9376
MD5sum: 4ab638422d66b8a70a6c45155c07f06d
SHA1: 10efeff845ae0260e7b959c0bcfa351d6b38ea35
SHA256: 475a1914adb6e876f1f0033ff9920b94048fa16e3243cb2429459aec3cc92a2d
Description-en: Python implementation of java.util.Properties
This module is designed to be a Python equivalent to the java.util.Properties
class. Currently, the basic input/output methods are supported, and there are
plans to add the XML input/output methods found in J2SE 5.0.
.
Fundamentally, this module is designed so that users can easily parse and
manipulate Java Properties files - that's it. There's a fair number of
Pythonistas who work in multi-language shops, and constantly writing your own
parsing mechanism is just painful. Not to mention Java guys are notoriously
unwilling to use anything which is cross-language for configuration, unless
it's XML, which is a form of self-punishment. :)
Description-md5: cb9fab08de31ce0f216e0e55c056a9f7
Homepage: https://pypi.python.org/pypi/pyjavaproperties
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu