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

Last updated: May 14,2024

1. Install "python3-soundfile" package

In this section, we are going to explain the necessary steps to install python3-soundfile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-soundfile

2. Uninstall "python3-soundfile" package

In this section, we are going to explain the necessary steps to uninstall python3-soundfile on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-soundfile
Priority: optional
Section: universe/sound
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: all
Source: pysoundfile
Version: 0.8.1-1
Depends: python3-cffi, python3:any (>= 3.3.2-2~), libsndfile1
Recommends: python3-numpy
Filename: pool/universe/p/pysoundfile/python3-soundfile_0.8.1-1_all.deb
Size: 22602
MD5sum: 1bade0705f02ff66690f44c2561e43d1
SHA1: 22aa8c8c721e6a19d5b68a29f49f0cc7a9716def
SHA256: 7984035eae5952a929b6cc39c0405507cfb934e5a91e491196fa1c6dbf3c0753
Description-en: Python 3 audio module based on libsndfile
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 3.x module.
Description-md5: 08546f07e5a45cc3c7db6133988b44d9
Homepage: https://github.com/bastibe/PySoundFile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu