How to Install and Uninstall mffm-timecode-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "mffm-timecode-dev" package

Here is a brief guide to show you how to install mffm-timecode-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mffm-timecode-dev

2. Uninstall "mffm-timecode-dev" package

This guide let you learn how to uninstall mffm-timecode-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mffm-timecode-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the mffm-timecode-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mffm-timecode-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 484
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian QA Group
Architecture: all
Source: mffm-timecode
Version: 1.6-2
Replaces: timecode-dev
Depends: g++
Filename: pool/universe/m/mffm-timecode/mffm-timecode-dev_1.6-2_all.deb
Size: 66688
MD5sum: f6a427de1db4b4b0794a271726e36726
SHA1: f8bceea45b80595538ed99bc917480a949fd1b87
SHA256: 9a0efe3aa9fdd363b9c5a9c6c8a54739216e4526db51d91c222e8db66eec53cd
Description-en: c++ hierarchy which controls and describes time code
Time code description is in two modes, integer or digit mode. Integer mode
allows easy mathematical manipulation (using C++ operators). Digit mode allows
the user to manipulate the time code digit by digit.
More specifically, time code is made of a data window (array) for media data
content. If the multimedia content is audio (1D stream) then a type II filter
is implemented for this stream.
It also has time based indexes. Namely :
b : Beginning - the absolute first time
s : Start - the start time
c : Current - the current time
e : End - the last time
f : Finish - the absolute last time
For all instances :
i] b<=s<=e ii] s<=c .
Description-md5: 3f969e39c554b4dd4a14ae5e3c69a100
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu