HOW TO INSTALL PINEGROW WEB EDITOR IN UBUNTU 16.04 – A BEST WEB EDITOR SOFTWARE FOR LINUX
Introduction
In this article we are going to learn How to install Pinegrow web editor in Ubuntu 16.04. Pinegrow is a open source web editor software for Linux and a nice alternative to Adobe dreamviewer application. Pinegrow makes the web building easier due to it’s drag and drop features. One of the best application to write code for CSS styles and Java scripts.
Now let’s have a look at features of Pinegrow web editor software :
- It’s an cross platform application available for major operating systems i.e. Linux, Microsoft Windows, MacOS.
- Capable to design web pages on different platforms like HTML, Bootstrap, WordPress, Foundation, ASP.net, PHP, Ruby and many more.
- Pinegrow web editor supports Bootstrap version 3 & 4.
- Supports different style formats i.e. SASS, CSS.
- Formatting of texts using this application become more easier as compared to other web editor software.
- Using this web editor software you can check your builded website in different device sizes to confirm if it’s responsive or not.
- Include Font Awesome fonts.
For more information on Pinegrow web editor visit the official website.
Follow the below steps to install Pinegrow web editor in Ubuntu 16.04 – A Best web editor software for Linux
Before we start the installation of Pinegrow web editor application let’s update the packages & repositories of Ubuntu 16.04 using below command.
elinuxbook@ubuntu:~$ sudo apt-get update # Update Packages & Repositories
Hit:1 http://ppa.launchpad.net/papirus/papirus/ubuntu xenial InRelease
Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:3 http://ppa.launchpad.net/yg-jensge/shotwell/ubuntu xenial InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Reading package lists... Done
After update the packages & repositories we have to download the pinegrow web editor software from official website. To download the same use the below command.
elinuxbook@ubuntu:~$ wget http://download.pinegrow.com/PinegrowLinux64.4.1.zip # Download the Package
--2018-01-01 07:19:49-- http://download.pinegrow.com/PinegrowLinux64.4.1.zip
Resolving download.pinegrow.com (download.pinegrow.com)... 52.222.190.130, 52.222.190.244, 52.222.190.50, ...
Connecting to download.pinegrow.com (download.pinegrow.com)|52.222.190.130|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 158473416 (151M) [application/zip]
Saving to: ‘PinegrowLinux64.4.1.zip’
PinegrowLinux64.4.1.zip 100%[=====================================================================================>] 151.13M 609KB/s in 4m 21s
2018-01-01 07:24:11 (592 KB/s) - ‘PinegrowLinux64.4.1.zip’ saved [158473416/158473416]
Here I have already downloaded the pinegrow web editor package in .zip format. Refer the output below.
elinuxbook@ubuntu:~$ ls -l PinegrowLinux64.4.1.zip # Downloaded Package
-rw-rw-r-- 1 elinuxbook elinuxbook 158473416 Dec 11 07:57 PinegrowLinux64.4.1.zip
Also Read :
Now to Unzip the pinegrow web editor software use the below command.
elinuxbook@ubuntu:~$ unzip PinegrowLinux64.4.1.zip # Unzip the Package
The best part of this application is you dont have to install it. It’s an Portable application. So after unzip the downloaded pinegrow web editor package you will get a script file named “PinegrowLibrary“. We can open the application by execute this script file.
So to open the application use the below command.
elinuxbook@ubuntu:~$ ./PinegrowLibrary # Open the application
This is how we can install Pinegrow web editor in Ubuntu 16.04 – A Best web editor software for Linux. If you found this article useful then Like us, Share this post on your preferred Social media, Subscribe our Newsletter OR if you have something to say then feel free to comment on the comment box below.