Avocode is an intermediary for web site layout. The application is a graphic editor with a set of necessary functions and speeds up the work of designers and layout designers. Follow the link on this page and download the official Linux version of Avocode free.

The browser works on the Linux platform.

Options and Features

  • PSD and Sketch format support;
  • integrated ruler and eyedropper tools;
  • all layers can be edited individually;
  • integrates into cloud storage;
  • teamwork;
  • export from other graphics editors;
  • instructions and video tutorials on how to use the application.

How to download Avocode for Linux

Instructions for the Ubuntu distribution

Add to the GPG address bar:

curl https://linux.avocode.com/avocode_pub.gpg | sudo apt-key add -

then the repository queue:

echo deb http://linux.avocode.com/apt all main >> /etc/apt/sources.list

If the program gives an error like Permission denied, add the repository to a separate file /etc/apt/sources.list.d/avocode.list, to do so type:

echo "deb http://linux.avocode.com/apt all main" | sudo tee /etc/apt/sources.list.d/avocode.list

To update the editor's packages, use:

sudo apt-get update

Installing the editor:

sudo apt-get install avocode

Run the editor and get started.

Update the editor in Ubuntu:

sudo apt-get update

Install a new version of avocode:

sudo apt-get install avocode

Instructions for the Arch distribution

Download your files to work from AUR:

git clone https://aur.archlinux.org/avocode.git && cd avocode

Build the package:

makepkg -si

Update the editor in Arch:

git pull origin master

Rebuild the package:

makepkg -si

Conclusion

The Avocode graphical editor, in spite of its laconicism, contains a big package of necessary tools that will help beginners and experienced designers and coders to create websites.