Table of Contents

Install Sencha Command on Ubuntu 20.04

What is Sencha Command

Sencha Cmd provides several categories of commands and some global switches. In most cases, the first step is to generate an application based on a Sencha SDK such as Ext JS or Sencha Touch

You will also need it to do things like

Use As Reference

Install Java with Apt on Ubuntu

sudo apt update
java -version
java -version

Command 'java' not found, but can be installed with:

sudo apt install default-jre            
sudo apt install openjdk-11-jre-headless
sudo apt install openjdk-8-jre-headless 
sudo apt -y install default-jre
sudo apt install default-jre
openjdk version "11.0.14.1" 2022-02-08
OpenJDK Runtime Environment (build 11.0.14.1+1-Ubuntu-0ubuntu1.18.04)
OpenJDK 64-Bit Server VM (build 11.0.14.1+1-Ubuntu-0ubuntu1.18.04, mixed mode, sharing)

Install Sencha Command

#Download the Sencha Command zip file
wget https://trials.sencha.com/cmd/7.5.1/no-jre/SenchaCmd-7.5.1.20-linux-amd64.sh.zip
#Install the unzip program
sudo apt-get install unzip
#Unzip the zipfile
unzip SenchaCmd-7.5.1.20-linux-amd64.sh.zip
#Run the installer script
./SenchaCmd-7.5.1.20-linux-amd64.sh
sencha
Sencha Cmd v7.5.1.20
Sencha Cmd provides several categories of commands and some global switches. In
most cases, the first step is to generate an application based on a Sencha SDK
such as Ext JS or Sencha Touch:
.....