mp3fs software package provides FUSE filesystem for transcoding FLAC to MP3 on the fly, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install mp3fs
mp3fs is installed in your system.
Make ensure the mp3fs package were installed using the commands given below,
$ sudo dpkg-query -l | grep mp3fs *
You will get with mp3fs package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Utilities |
| Package | mp3fs |
| Version | 0.32-53-gdc59a10-1 |
| Description | FUSE filesystem for transcoding FLAC to MP3 on the fly |
| Sub Section | Utils |