$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

    GetDeb Installation Guide
  3. Installing GetDeb Repos on Ubuntu.

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

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

  4. Refreshing Ubuntu Repositories.

    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

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

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

    zesty-getdeb

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