Information about the package, dia, which is shipped with common Linux distributions. The dia package is designed for, Diagram drawing program.
Package Name:
dia
Summary:
Diagram drawing program
Description:
The Dia drawing program can be used to draw different types of diagrams, and includes support for UML static structure diagrams (class diagrams), entity relationship modeling, and network diagrams. Dia can load and save diagrams to a custom file format, can load and save in .xml format, and can export to PostScript(TM).
Architecture:
x86_64
Version:
0.97
Release:
3.el6
Size:
5.3 M
Repository:
epel
From Repository:
Licence:
GPLv2+
Control the dia package with the following handy commands outlined below.
yum install dia
This command will install dia on the server.
yum remove dia
This command will un-install dia on the server. When you run this command, you will be asked if you are sure that you want to remove dia, so you have to manually confirm that you want to do this.
yum -y remove dia
This command will un-install dia on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove dia when using the -y flag.
yum update dia
This command will update dia to the latest version. When you run this command, you will be asked if you are sure that you want to remove dia, so you have to manually confirm that you want to do this.
yum -y update dia
This command will update dia to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove dia when using the -y flag.
yum info dia
This command will show you core information about the dia package.
yum deplist dia
This command will show you the dependencies for dia. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update dia
This command will check if there is an update waiting on dia. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.