How to install Codelobster Portable PHP IDE in Ubuntu Linux

In this article, we will learn How to install Codelobster Portable PHP IDE in Ubuntu Linux. CodeLobster is the open-source and free Portable PHP IDE editor. In reality, Codelobster can be used to write PHP with other programming languages such as Java, CSS, HTML, etc. We have two versions for the Codelobster application eg Codelobster Best PHP IDE Editing (Free) and Codelobster Business Edition (Premium). This is a cross-platform application available for the main operating system. Linux and Microsoft Windows.

Follow the below steps to install Codelobster Portable PHP IDE in Ubuntu Linux:

Before starting the installation of Codelobster Portable PHP IDE, update the package and repository of Ubuntu Linux using the command given below.

itsmarttricks@mangesh:~$ sudo apt-get update
[sudo] password for itsmarttricks:
Ign:1 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic InRelease
Err:2 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic Release
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://ppa.launchpad.net/alessandro-strada/ppa/ubuntu bionic InRelease
Get:5 http://packages.microsoft.com/repos/vscode stable InRelease [3,182 B]

After updating the packages & repositories now we have to download the Codelobster Portable PHP IDE from its official website. Hence to download the same use the below command.

itsmarttricks@mangesh:~$ wget http://codelobsteride.com/download/codelobsteride-1.5.1_amd64.deb
--2019-03-19 19:42:11-- http://codelobsteride.com/download/codelobsteride-1.5.1_amd64.deb
Resolving codelobsteride.com (codelobsteride.com)... 88.214.242.173
Connecting to codelobsteride.com (codelobsteride.com)|88.214.242.173|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 81644646 (78M) [application/x-debian-package]
Saving to: ‘codelobsteride-1.5.1_amd64.deb’

codelobsteride-1.5. 100%[===================>] 77.86M 3.52MB/s in 31s

2019-03-19 19:42:43 (2.49 MB/s) - ‘codelobsteride-1.5.1_amd64.deb’ saved [81644646/81644646]

As you can see below I have already downloaded the Codelobster Portable PHP IDE .deb package. Refer to the output below.

itsmarttricks@mangesh:~$ ls -l codelobsteride-1.5.1_amd64.deb
-rw-r--r-- 1 itsmarttricks itsmarttricks 81644646 Feb 28 22:12 codelobsteride-1.5.1_amd64.deb

Now we are ready to install Codelobster Portable PHP IDE package. So let’s go ahead and install the same using the below command.

itsmarttricks@mangesh:~$ sudo dpkg -i codelobsteride-1.5.1_amd64.deb
Selecting previously unselected package codelobsteride.
(Reading database ... 201120 files and directories currently installed.)
Preparing to unpack codelobsteride-1.5.1_amd64.deb ...
Unpacking codelobsteride (1.5.1) ...
Setting up codelobsteride (1.5.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...

As you can see above we have successfully installed the Codelobster Portable PHP IDE package. Now to confirm the same use the below command.

itsmarttricks@mangesh:~$ sudo dpkg -l codelobsteride
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii codelobsteride 1.5.1 amd64 Php editor

Also Read- How to install Visual Studio Code Editor in Ubuntu Linux – The Best Code Editor For Linux

Now to open the Codelobster Portable PHP IDE application just type the command codelobster on the shell prompt. Refer to the command below.

itsmarttricks@mangesh:~$ codelobster
How to install Codelobster Portable PHP IDE in Ubuntu 18.04
Codelobster Portable PHP IDE

You can also open the Codelobster Portable PHP IDE application graphically using Search your Ubuntu Applications box. Refer to the snapshot below.

How to install Codelobster Portable PHP IDE in Ubuntu 18.04
Codelobster Portable PHP IDE

Also Read- How to install Code Blocks in Ubuntu Linux

How To Uninstall Codelobster Portable PHP IDE in Ubuntu Linux?

For any reason, if you don’t like Codelobster Portable PHP IDE Application and want to uninstall the application from your system using the following command.

itsmarttricks@mangesh:~$ sudo dpkg -r codelobsteride
(Reading database ... 205017 files and directories currently installed.)
Removing codelobsteride (1.5.1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...

That’s all, In this article, we have explained How to install Codelobster Portable PHP IDE in Ubuntu Linux. I hope you enjoy this article. If you like this article, then just share it. If you have any questions about this article, please comment.

Share this:
WhatsApp Channel Join Now
Telegram Channel Join Now
Instagram Channel Join Now

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.