CentOS 6.4 64bit版をインストーラーにおいて「Desktop」タイプを指定しセットアップを行ったマシンにて、次の作業を行った。
epelリポジトリからYUMを使ってインストールを行った。
epelリポジトリが導入されていない場合、まず設定を完了する必要がある。
■epelリポジトリを導入する
# rpm -ivh http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
■アプリケーションの情報を表示する
[root@desktop-01 software]# yum info qcad.x86_64
Available Packages
Name : qcad
Arch : x86_64
Version : 2.0.5.0
Release : 12.el6
Size : 4.0 M
Repo : epel
Summary : Simple 2D CAD program
URL : http://www.ribbonsoft.com/qcad.html
License : GPLv2
Description : QCad is an application for computer aided drafting in two
: dimensions. With QCad you can create technical drawings such as plans
: for buildings, interiors or mechanical parts. QCad works under Linux,
: Unix Systems, Mac OS X and Windows. The source code of QCad is
: released under the GPL (Open Source).
■アプリケーションをインストールした
[root@desktop-01 software]# yum install qcad.x86_64
Resolving Dependencies
--> Running transaction check
---> Package qcad.x86_64 0:2.0.5.0-12.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
qcad x86_64 2.0.5.0-12.el6 epel 4.0 M
Transaction Summary
========================================================================================================================================================================
Install 1 Package(s)
Total download size: 4.0 M
Installed size: 13 M
Is this ok [y/N]: y
Downloading Packages:
qcad-2.0.5.0-12.el6.x86_64.rpm | 4.0 MB 00:03
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : qcad-2.0.5.0-12.el6.x86_64 1/1
Verifying : qcad-2.0.5.0-12.el6.x86_64 1/1
Installed:
qcad.x86_64 0:2.0.5.0-12.el6
Complete!
<参考>
・What is QCAD?
< http://www.ribbonsoft.com/en/ > 2013年12月5日