Monday, February 27, 2017

How to Install UMLet 14.2 on Ubuntu 16.04, 16.10

   UMLet is a free, open-source UML tool with a simple user interface: draw UML diagrams fast, build sequence and activity diagrams from plain text, export diagrams to eps, pdf, jpg, svg, and clipboard, share diagrams using Eclipse, and create new, custom UML elements. UMLet runs stand-alone or as Eclipse plug-in on Windows, OS X and Linux.


UMLet 14.2 Changelog:
  • Fixed pixel displacements on exports
  • Improved relations
  • New option to embed pdf font
  • Many additional fixes
Installation instructions:

   The GetDeb repository contains the latest packages of UMLet, available for Ubuntu 16.04, Ubuntu 16.10, and derivatives.

Opening terminal (Ctrl+Alt+T) and running the command:

Ubuntu 16.04 xenial


$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
umlet

Ubuntu 16.10 yakkety

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
umlet

No comments:

Post a Comment