Miam-Player is a cross-platform open source music player using QtAv media library which is based on Qt and FFmpeg.
Miam-player aims to be fast and reliable. It can read almost all music file formats: .mp3, .m4a (MP4), .flac, .ogg, .oga (OGG Vorbis), .asf, .ape (Monkey Audio), .opus and more!
It provides a built-in tag editor (using tablib), plugins, and customizable user interface, covers, and themes. And it’s still under development to add Soundcloud, Spotify streaming and other more features.
How to Install Miam Player in Ubuntu:
The software has an official PPA repository for Ubuntu and based systems. So far, only Ubuntu 15.10 is supported.
Open terminal from app launcher or via Ctrl+Alt+T shortcut key, and follow the steps below:
1. Paste below command and hit run to add PPA for QtAv media library:
sudo add-apt-repository ppa:wbsecg1/qtav
Type in your password (no visual feedback when typing) when it asks and hit Enter to continue.
Ubuntu 16.04 Xenial Xerus, the next LTS (Long-Term Support) release, has reached the first Beta release. Features image for opt-in flavors: Lubuntu, Ubuntu Cloud, Ubuntu GNOME, Ubuntu MATE, UbuntuKylin, Ubuntu Studio and Xubuntu.
Beta 1 includes the Linux Kernel 4.4 (final release will ship with this kernel) and a number of software updates. As an Beta pre-release, it is only recommended for developers and those who want to test by finding, reporting, and/or fixing bugs.
Release Highlights:
Ubuntu Gnome:
GNOME Shell 3.18
GNOME Software has replaced Ubuntu Software Center
Experimental wayland session available
Xubuntu 16.04:
won’t have a default media manager installed
Ubuntu Kylin:
Kylin style lightdm greeter based on unity-greeter
Kodi 16.0 (codenamed “Jarvis”), formerly known as XBMC, has been officially released. Official binary packages available for Ubuntu 16.04, Ubuntu 15.10, Ubuntu 14.04, and even Ubuntu 15.04 in PPA.
Kodi 16.0 features event logging, long press button support, 4:3 non-linear stretch support, add-on manager changes, music library improvements, Android surface rendering, and many other important changes. For more details, read the official announcement.
How to Install Kodi 16.0 in Ubuntu:
1. If you don’t have Kodi’s official PPA added in your system, launch terminal from App Launcher or via Ctrl+Alt+T shortcut key and paste below command and hit run:
sudo add-apt-repository ppa:team-xbmc/ppa
Type in password (no visual feedback when typing) when it asks and hit Enter to continue.
2. For those who have a previous release installed, launch Software Updater and you’ll see Kodi 16.0 available in the update lists after checking for updates.
To install it for the first time, just run commands:
sudo apt-get update
sudo apt-get install kodi
Add --install-suggests option if you want to install audio codecs and other addons, so the last command will be:
sudo apt-get install --install-suggests kodi
Finally log out and select log in with Kodi session, or launch Kodi from Unity Dash in normal session.
BitTorrent, the cross platfrom P2P file synchronization tool, now provides official Linux packages for Debian-based and RPM-based systems. Here’s how to install and use it in Ubuntu (tested in 15.10 wily).
Install BitTorrent Sync:
Launch terminal from App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below commands one by one and hit run:
1. Add btsync official Linux repository:
sudo sh -c 'echo "deb http://linux-packages.getsync.com/btsync/deb btsync non-free" > /etc/apt/sources.list.d/btsync.list'
Type in password (no visual feedback when typing) when it asks and hit Enter to continue.
2. Install the public key so that your system will trust the packages from that repository:
The latest budgie-desktop (so far it’s 10.2.3), flagship desktop of Solus Linux Distribution, now gets a PPA (unofficial) for Ubuntu 16.04 and Ubuntu 15.10.
Budgie is the default desktop of Solus Operating System, written from scratch. Besides a more modern design, Budgie can emulate the look and feel of the GNOME 2 desktop.
Here are some screenshots of Budgie Desktop in Ubuntu 15.10:
Install budgie-desktop via PPA:
1. To Add PPA
Launch terminal from app launcher or via Ctrl+Alt+T shortcut key. When it opens, paste below command hit run:
sudo add-apt-repository ppa:budgie-remix/ppa
Type in password (no visual feedback when typeing) when it asks and hit Enter to continue.
2. Then either launch Synaptic Package Manager(install it via Software Center) and install budgie-desktop after clicked Refresh button,
The popular HandBrake video transcoder has reached the 0.10.5 release one day ago. Due to licensing issues, the high quality FDK-AAC encoder has been removed from the official binary releases.
This change affects all of the device presets on Windows and Linux. OS X is unaffected because it has always used coreaudio for aac encoding. The LibAV AAC encoder is still present though it does not support HE-AAC.
Or compile from source with --enable-fdk to plug fdk-aac library. See the compile instructions
To revert back the stock version of HandBrake in Ubuntu, just reinstall handbrake via Software Center which will ask to remove handbrake-gtk and/or handbrake-cli.
The Document Foundation officially announced the release of LibreOffice 5.1 yesterday. PPA updated for Ubuntu 15.10, Ubuntu 14.04, and derivatives, e.g., Linux Mint 17.x, and Elementary OS Freya.
LibreOffice 5.1 offers a completely reorganized user interface, and several improved features targeted at enterprise deployments: better support for ODF 1.2, interoperability with proprietary document formats and file management on remote servers.
LibreOffice 5.1 has been made into Software Center for Ubuntu 16.04 LTS. For ubuntu 15.10 and Ubuntu 14.04, it’s available in the LibreOffice 5.1.x series PPA.
For Linux Mint users who are still running LibreOffice 4.x, you have to do below changes to be available to upgrade via PPA:
Launch terminal, and run command to create and edit a file:
VLC 2.2.2, the second bugfix release for VLC 2.2 series, was released a few days ago. Here’s how to install it in Ubuntu 15.10 Wily via PPA.
VLC 2.2.2 “Weatherwax” is the second update to VLC’s 2.2 release series.
It fixes numerous security issues, notably in the MP4, RealRtsp and Sparkle modules, but also important crashes for the MXF, ADPCM, Telextext, Skins and Qt modules.
It also improves our codec support by adding new formats and providing faster decompression.
More than 100 fixes for issues reported for 2.2.1.
Full support of Mac OS X 10.11 El Capitan.
For a complete list of changes, see the ChangeLog.
Install VLC 2.2.2 in Ubuntu 15.10:
The new release has been made into Software Center for Ubuntu 16.04. Below is how to install VLC 2.2.2 in Ubuntu 15.10 using a third-party PPA repository.
1. Add PPA
Open terminal from App Launcher or via Ctrl+Alt+T shortcut key. When it opens, paste below command and hit run:
If everything goes OK, you may disable or remove the PPA via Software & Updates -> Other Software tab, since the PPA contains many other packages you may not want.