How To

Install QElectroTech on CentOS Stream 8 / Fedora (Easy Guide)

In today’s guide, we will walk through the steps to install QElectroTech on CentOS Stream 8 or Fedora Linux distribution. QElectroTech also called QET is a free and opens source software used to create electrical, electronics, automation and control circuits diagrams. It is one of the most sought after tool for Engineering students.

Original content from computingforgeeks.com - post 25373

For Ubuntu / Debian: How To Install QElectroTech on Ubuntu / Debian

QElectroTech software is released under the GNU/GPL license and it can be installed on Linux, macOS and Windows. QElectroTech has a large collection of standard and custom symbols, referred to as elements, that describe most of the commonly used components in electrical, hydraulic, pneumatic, computer systems.

The designed diagrams can be exported to various formats like dxf, pdf, jpg, png etc. The design elements are saved in a xml format with projects and diagrams saved as *.qet format for further editing.

Install QElectroTech on CentOS Stream / Fedora

Install QElectroTech on CentOS / Fedora Linux system to get started with your designs. We’ll use REMI repository.

Add REMI repository to your system using the command below.

# CentOS 8 / Rocky / AlmaLinux 8
sudo dnf -y install http://rpms.remirepo.net/enterprise/remi-release-8.rpm
sudo dnf -y install dnf-utils


# Fedora
source /etc/os-release
sudo dnf -y install http://rpms.remirepo.net/fedora/remi-release-$VERSION_ID.rpm
sudo dnf -y install dnf-utils

After adding the repository, install

# CentOS 7
sudo yum --enablerepo=remi install qelectrotech

# Fedora / CentOS / Alma / Rocky Linux 8
sudo dnf --enablerepo=remi install qelectrotech

When prompted, press y to begin installation.

Transaction Summary
=========================================================================
Install  1 Package (+48 Dependent packages)

Total download size: 29 M
Installed size: 130 M
Is this ok [y/d/N]: y

To lauch QElectroTech, use the terminal

qelectrotech

Or Desktop Environment Launcher.

install QElectroTech CentOS Fedora

Enjoy using QElectroTech and visit Official documentation to reveal its Ins and Outs.

Similar:

Keep reading

Enable RPM Fusion and Install Multimedia Codecs on Fedora 44 Fedora Enable RPM Fusion and Install Multimedia Codecs on Fedora 44 How to Install KVM on Fedora 44 / 43 / 42 Fedora How to Install KVM on Fedora 44 / 43 / 42 Customize KDE Plasma Desktop with Themes|Modules|Extensions AlmaLinux Customize KDE Plasma Desktop with Themes|Modules|Extensions Install Trivalent Hardened Browser on Fedora Fedora Install Trivalent Hardened Browser on Fedora How To Install GNS3 on Fedora 44/43/42 Fedora How To Install GNS3 on Fedora 44/43/42 Install and Use Mysql Workbench on Fedora 43/42/41/40 Databases Install and Use Mysql Workbench on Fedora 43/42/41/40

Leave a Comment

Press ESC to close