In this article, we'll show you how to download and install the core Apps in Ubuntu OS. These core apps are applications developed by community developers and maintained by them. These applications include clocks, calculators, calendars, music, file browsers, and more.
1) First we open our SDK and we open our SDK, we can see the following screen:
By tapping on the "Core Apps" on the left side of the screen, we can see:
In the above screen, we can see an address of https://launchpad.net/ubuntu-phone-coreapps/. We can also enter this address directly in the browser. You can also click on the "Projects" item in the screen above to see what you are interested in. Here we click on "Ubuntu Clock App". We click on the "Code" link at the top of the screen and we can see the branch of the code:
BZR Branch Lp:ubuntu-clock-app
If you have not installed BZR, please open your terminal and enter the following command:
$sudo Apt-get Install BZR
After installing BZR, we can create a directory that we like and then enter the following commands:
$BZR Branch Lp:ubuntu-clock-app
In this way, we download the code for our clock application.
2) Compile and deploy the clock application first we enter the application's more directory, and enter the following command:
After compiling, we can find that there is a file in this directory with the click Extension. It is the installation file that we need. We can start deploying it to our phone. We first enter the following command:
$ADB Push Com.ubuntu.clock_3.2.163_armhf.click /home/phablet/
This pushes the click File to the phone (user name phablet). We can go to the phone to install it in the following ways:
$ADB Shell
After entering the mobile phone, then enter the following command:
The entire command is displayed as follows:
When the command is complete, we will find that our phone is installed with the latest clock application. When our phone is not connected to the computer, we start emulator in the SDK. In the same way, we can also deploy the ARMHF click Package to a ARMHF emulator.
How to compile and install Ubuntu OS Core Apps