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

How to Install Krita on Solus Gnu/Linux

August 22, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Downloading Krita

    Download Krita for Solus GNU/Linux

    Get Krita .AppImage for Linux
  2. 3. Setting Permissions

    This Step is usually Needed to Give Ececution Permission to the User
    First, Access the Target, usually in the Downloads folder:
    (But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)

    cd && cd Downloads

    To Check that there is run:

    ls . | grep krita

    And Give Execution Permission:

    chmod +x krita*.AppImage
  3. 4. Setting Up Krita

    (Optional because you can simply Run AppImages from Anywhere…)
    So Now, if you wanna Set up Krita on Solus Linux
    Make a Folder to Hold the AppImages with:

    mkdir $HOME/appImages

    And finally Switch Krita into the Location:

    mv ~/Downloads/krita*.AppImage ~/appImages

Contents