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

How to Install GetDeb on Ubuntu-Based OSes

December 17, 2017 | By the+gnu+linux+evangelist.

Install GetDeb Ubuntu Similar




Hi! The Tip shows you How to Add the GetDeb Repository for Ubuntu-Based GNU/Linux Systems.

And this Latest GetDeb Installation procedure is valid also for:

  • Linux Mint
  • Lubuntu
  • Kubuntu
  • Xubuntu
  • Zorin OS
  • Elementary OS
  • Linux Lite
  • Bodhi Linux
  • Kde Neon
  • Pop!_OS
  • Voyager
  • Trisquel
  • LXLE
  • feren OS
  • Peppermint
  • Q4OS
  • Linux Ultimate Edition
  • (Possibly search on Google what’s the corresponding Ubuntu Parent Release.)

How to Install GetDeb on Ubuntu-based OSes - Featured
  1. Open a Shell Terminal emulator session
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    How to Install GetDeb on Ubuntu-based OSes - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. How to Add GetDeb Repos for Ubuntu

    Here GetDeb Installation Guide
    Link to Download and Install the GetDeb Repos Package
  3. Installing GetDeb Repos on Ubuntu.

    Copy
    cd ~/Downloads
    Copy
    sudo dpkg -i getdeb-repo*.deb

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  4. Refreshing Ubuntu Repositories.

    Copy
    sudo apt-get update

    For Ubuntu 17.10+ Look into the Output to see if may be it has been Disabled…

  5. Solving Latest Ubuntu Releases Repo Disabled Issue

    Copy
    sudo /etc/apt/sources.list.d/getdeb.list

    Step down the Repo Release…
    Eg for 17.10 Amend ‘artful-getdeb’ in:

    Copy
    zesty-getdeb

    Ctrl+x to Save & Exit from nano ;)
    Finally, Refresh Ubuntu Repos again