The use of H.265/HEVC video codec is increasing day by day since it is easy to achieve the best video quality in small size (best compression).
Most of the players will play the media containing H.265/HEVC codec. If player does not then one must install H.265/HEVC decoder in the system.
Let see how to install H.265/HEVC decoder in Ubuntu Desktop:
1) Enable the third party repository / PPA
sudo apt-add-repository ppa:strukturag/libde265 |
2) Run the package update
sudo apt-get update |
3) Install GStreamer application:
sudo apt-get install gstreamer1.0-libde265 |
The above application will install H.265/HEVC decoder a default video player will be able to play the media files.
4) If using VLC, then install following VLC plug-in
sudo apt-get install vlc-plugin-libde265 |
To upgrade VLC player:
1) Install the below PPA
sudo add-apt-repository ppa:mc3man/trusty-media |
2) Upgrade existing VLC player
sudo apt-get install vlc |
Enjoy playing HD video files!
Geeks Terminal Technology Blog!









When I pasted sudo apt-get install vlc-plugin-libde265 into the terminal I got this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc-plugin-libde265
worked perfectly, thanks