Monthly Archives: November 2013

Troubleshooting No Vlc on New Fedora Linux Release

The Tip Show How-to Install the Vlc Video Player and Libraries on New Fedora Linux Releases:

  1. su
  2. rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
  3. yum install vlc

The Tip Show How-to Install The Enlightenment Efl 0.18 Package from Source on Ubuntu:

  1. Install the Prerequisite Packages:

    sudo su
    apt-get install check libfontconfig1-dev libfribid-dev libgl2-mesa-dev libpulse-dev libsndfile-dev libmount-dev libblkid-dev libbullet-dev
  2. Install Efl:

    ./configure --enable-ecore-x && make && make install