Some basic commands of Linux and package management of Linux
by
Nilesh Gulia,
Mritunjay Goutam,
Dundi Raja Vamsi and
Sandeep Chauhan
Some basic commands
Some more basic commands
Sudo, the one command to rule them all.
Package Managers
APT(Advanced Packaging Tool)
apt-get a command which uses the advanced packaging tool to interact with the operating system’s package system.
sudo apt-get install <package_name>
sudo apt-get update
sudo apt-get remove <package_name>
PIP(Pip Installs Python)
pip command is a tool for installing and managing Python packages
sudo pip install <package_name>
sudo pip uninstall <package_name>
Android Studio is the official integrated development environment(IDE) for Google's Android operating system, built on jetBrains' Intellij IDEA software and designed specifically for Android development.
Simply it is used in making Android apps
Let's see how to install Android stdio and run an app with some screen shots.
Text
Text