Install,Uninstall,Remove,Update Package through apt-get in Ubuntu

In this article, i’ll explain what is apt-get utility, how to install,uninstall,remove,update package through apt-get in Ubuntu.

What is apt-get

apt-get is a powerful command-line tool used for package management in Debian Linux distribution. It used to work with Ubuntu’s APT (Advanced Packaging Tool) library to Install/manage individual packages , Remove installed package, Upgrade packages etc.

How to Install MySql Workbench on Ubuntu

How to install MySql workbench on Ubuntu.

MySql is one of the most used databases worldwide. To manage MySql database there are a lot of open source GUI tools are available. Some of the popular GUI based tools is  MySql workbench, phpMyAdmin etc. In this tutorial, you’ll learn how to install MySql workbench on Ubuntu.

MySQL Workbench

MySQL Workbench is a GUI-based visual tool. Workbench is widely used by developers,  DBAs for data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more. This tool is available for Windows, Linux and Mac OS operating system.

In this article, I’ll show how you can install MySql workbench on Ubuntu.

How to Install and Remove phpMyAdmin on Ubuntu.

Chmod Command – How to Change File, Directory Permissions in Linux

How to change file and directory permissions in linux using chmod command.

In Linux operating system everything is a file. If it is not a file then it’s a process so everything has default permission assigned. File permission defines which file has read,write,execute permission and for which user group.

In this article you will learn how file permissions work and how you change file permissions using chmod command.