Delete
Setting
Add New Item
Menu List
Title | Content Type | Order | Action | ||||||
---|---|---|---|---|---|---|---|---|---|
{{kb_content.name}} {{kb_content.name}} | {{setValue(content_types, kb_content.content_type)}} | {{kb_content.sort_order}} | Preview Edit Edit Content | ||||||
{{kb_content.name}} | {{setValue(content_types, kb_content.content_type)}} | {{kb_content.sort_order}} | Preview Edit Edit Content | ||||||
No record |
Composer Installation
You are new to Linux and switch to the Linux Operating System, this is a tutorial for you. This will help you to start your journey in the Linux system because when you perform daily operations in this system, you will not stack on it.
After installing the OS, we need some basic applications to do our daily operation such as browser, zoom, skype. If we are a developer then we need some development tools like Node.Js and NPM, PHP, phpMyAdmin, MySQL, Apache, Tomcat, DBreaver etc. This tutorial will cover all of this.
Important thing is when you enable the installation of those applications, you will learn many things regarding Linux OS.
Composer 1 Installation
Just execute following command
sudo apt install composer
Installing process as like following
[sudo] password for saidul: Reading package lists... Done Building dependency tree Reading state information... Done ... ... Setting up composer (1.10.1-1) ... Processing triggers for man-db (2.9.1-1) ...
Now, check version which will ensure composer install successfully
composer --version
Output like
Composer 1.10.1 2020-03-13 20:34:27
Remove Composer:
you can remove composer using following command
sudo apt-get remove composer