$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install SANE on Ubuntu 14.04 Trusty LTS Easy Guide

August 18, 2014 | By the+gnu+linux+evangelist.

Installing SANE for Ubuntu 14.04 Trusty LTS

How to Install Latest Scanner Access Now Easy Software on Ubuntu 14.04 Trusty Tahr LTS Linux.

SANE stands for “Scanner Access Now Easy” and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (scanners, video- and still-cameras, frame-grabbers…).

Install SANE on Ubuntu - Featured
  1. Open Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+t

    Install SANE on Ubuntu - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Check if GCC is Installed.

    which gcc

    If Not then:

    sudo su -c "apt-get install gcc"
  3. Download Latest SANE Source for Linux

    SANE Source tar.gz
  4. Double-Click on SANE Package and Extract into /tmp/.

    Open Terminal
    Or from Command Line:

    tar xvzf $HOME/Downloads/sane-backends*.tar.gz -C /tmp/
  5. Installing SANE Package.

    cd /tmp/sane-backends*
    ./configure
    make
    sudo make install

    You Find the Installed packages with:

    aptitude search '~i!~M' | grep sane
  6. How to Install Google-Chrome Web Browser on Ubuntu GNOME

    Installing Chrome for Ubuntu GNOME