How to Install and Uninstall python-soundfile Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-soundfile" package

Here is a brief guide to show you how to install python-soundfile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-soundfile

2. Uninstall "python-soundfile" package

This guide covers the steps necessary to uninstall python-soundfile on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-soundfile $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-soundfile package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-soundfile
Priority: optional
Section: universe/python
Installed-Size: 91
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: all
Source: pysoundfile
Version: 0.8.1-1
Depends: python-cffi, python:any (<< 2.8), python:any (>= 2.7.5-5~), libsndfile1
Recommends: python-numpy
Filename: pool/universe/p/pysoundfile/python-soundfile_0.8.1-1_all.deb
Size: 19320
MD5sum: d769a06ed092903d04ffc684b47f8121
SHA1: e77a456c6741120a7171a7742211128b7bcc2f76
SHA256: 4626775dda405b1ae4cd63aba433d4b386562ffa98dc20457c277bef62a51f03
Description-en: Python audio module based on libsndfile and NumPy
PySoundFile can read and write sound files in a variety of formats and eases
the application of signal processing algorithms.
File reading/writing is supported through libsndfile.
By default, PySoundFile represents audio data as NumPy arrays, but ordinary
Python buffers are supported as well.
.
Full documentation is available on http://pysoundfile.readthedocs.org/.
.
This package provides the Python 2.x module.
Description-md5: 6b2f59a030dc917296b0a819fc1efd78
Homepage: https://github.com/bastibe/PySoundFile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu