How to setup Flutter Engine Development Environment on Ubuntu / Linux ?

The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter’s core libraries, including … Read more

How to install Chromium depot_tools on Ubuntu / Linux ?

Chromium depot_tools are the git extensions, which gives additional features. The Chromium depot_tools suite contains many git … Read more

How to build target and host Sysroot with yocto / poky ?

If you want to build some external packages which are using sysroot within yocto framework or buildsystem, … Read more

How to build Cross-Toolchain using meta-toolchain recipe from Yocto / Poky ?

This article assumes, you already have development environment setup for yocto, if not please read and setup … Read more

What is VirtualBox and How to install VirtualBox on Ubuntu ?

VirtualBox

What is Virtualbox ? Oracle VM VirtualBox is a cross-platform virtualization application. It installs on your existing … Read more

How to install latest version of Node JS on Ubuntu ?

If you want to install node.js which is gaining popularity in recent days, you can follow below … Read more

How to install specific Node JS version on Ubuntu ?

To install specific version of Node JS, first make sure NPM package manager is installed. You can … Read more

How to Compile and Install device-tree-compiler (DTC) On Ubuntu ?

If you want to install device-tree-compiler i.e. dtc command on Ubuntu, use following command, This command will … Read more

How to find list of installed files from a package in Linux ?

dpkg

Recently we installed one package, but couldn’t understood which all files it installed on Ubuntu. You can … Read more

How to find the package that provides a file in Ubuntu ?

If you want to identify some binary belongs to which package in Ubuntu in certain situations when … Read more