Hello Linux Geeksters. As you may know, Google Web Designer is a special tool for programming in HTML5, which has been recently ported to Linux. Among others, it has tools for drawing, manage and customize text and 3D objects and edit animations, generating HTML5, CSS3 and JavaScript for the users, allowing them to focus only on the content.
In this article I will show you how to install Google Web Designer on the most popular Linux systems, including: Ubuntu, Linux Mint, Elementary OS, Debian, Pinguy OS, Crunchbang, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.
Follow the instructions for your system and architecture exactly, in order to get a successful installation.
How to install Google Web Designer on Ubuntu, Linux Mint, Elementary OS, Debian, Pinguy OS and Crunchbang:
Instructions for 32 bit systems:
$ wget dl.google.com/linux/direct/google-webdesigner_current_i386.deb
$ sudo dpkg -i google-webdesigner_current_i386.deb
Instructions for 64 bit systems:
$ wget dl.google.com/linux/direct/google-webdesigner_current_amd64.deb
$ sudo dpkg -i google-webdesigner_current_amd64.deb
Optional, to remove Google Web Designer on both 32 bit and 64 bit Ubuntu, Linux Mint, Elementary OS, Debian, Pinguy OS and Crunchbang systems, do:
$ sudo apt-get remove google-webdesigner
How to install Google Web Designer on Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva:
Instructions for 32 bit systems:
$ wget dl.google.com/linux/direct/google-webdesigner_current_i386.rpm
$ sudo rpm -i google-webdesigner_current_i386.rpm
Instructions for 64 bit systems:
$ wget dl.google.com/linux/direct/google-webdesigner_current_x86_64.rpm
$ sudo rpm -i google-webdesigner_current_x86_64.rpm
Optional, to remove Google Web Designer on both 32 bit and 64 bit Fedora and CentOS systems, do:
$ sudo yum remove google-webdesigner
Optional, to remove Google Web Designer on both 32 bit and 64 bit OpenSUSE systems, do:
$ sudo zypper remove google-webdesigner
Optional, to remove Google Web Designer on both 32 bit and 64 bit Mageia and OpenMandriva systems, do:
$ sudo urmpe google-webdesigner
Leave a Reply