which Dia package should I download for ubuntu 14.04 64-bit

Dia Diagram Editor.

Which package should I download and why?

0

2 Answers

Dia is available from the official repositories, so just install from there:

sudo apt-get install dia

Or visit the Ubuntu application catalogue.

Amd64 version should compatible with your pc, since you was using 64-bit version of ubuntu.

Type this following command one by one to download dia directly from terminal :

wget 

And then install it :

cd Downloads/ && sudo dpkg -i dia-libs_0.97.2-5_amd64.deb

Note: You also can run 32 bit application on 64-bit platform.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like