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

How to Install Libtiff4 & Libtiff4-dev on Linux Mint 20

November 10, 2022 | By the+gnu+linux+evangelist.

Installing libtiff4

  1. 3. Setting Up Repo

    Elsewhere proceed to Add the Ubuntu Precise Extra Packages Repo
    With:

    echo "deb [trusted=yes] http://old-releases.ubuntu.com/ubuntu/ precise main universe" | sudo tee -a /etc/apt/sources.list.d/precise.list

    And Refresh the Apt Sources with:

    sudo apt update
  2. 4. Installing libtiff4

    Installing libtiff4 on Linux Mint 20
    So to Install it:

    sudo apt install libtiff4 libtiff4-dev

    But in case you need also the 32-bit version again:

    sudo apt install libtiff4:i386
  3. 5. Disabling Repo

    Disabling the Mint Extra Apt Repo
    Run:

    sudo rm /etc/apt/sources.list.d/precise.list
    sudo apt update

How to Install Google-Chrome Web Browser on Mint Linux.

SetUp Chrome on Mint.

Contents