How To Install deepin-terminal on Fedora 36

In this tutorial we learn how to install deepin-terminal in Fedora 36. deepin-terminal is Default terminal emulation application for Deepin

Introduction

In this tutorial we learn how to install deepin-terminal on Fedora 36.

What is deepin-terminal

Default terminal emulation application for Deepin.

We can use yum or dnf to install deepin-terminal on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install deepin-terminal.

Install deepin-terminal on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install deepin-terminal using dnf by running the following command:

sudo dnf -y install deepin-terminal

Install deepin-terminal on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install deepin-terminal using yum by running the following command:

sudo yum -y install deepin-terminal

How To Uninstall deepin-terminal on Fedora 36

To uninstall only the deepin-terminal package we can use the following command:

sudo dnf remove deepin-terminal

deepin-terminal Package Contents on Fedora 36

---
title: "How To Install deepin-terminal on Fedora 36"
linkTitle: "deepin-terminal"
type: "docs"
description: "In this tutorial we learn how to install deepin-terminal in Fedora 36. deepin-terminal is Default terminal emulation application for Deepin"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/deepin-terminal-featured.png
---

## Introduction

In this tutorial we learn how to install `deepin-terminal` on Fedora 36.

### What is `deepin-terminal`

> Default terminal emulation application for Deepin.  

We can use `yum` or `dnf` to install `deepin-terminal` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install deepin-terminal.

## Install deepin-terminal on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install deepin-terminal using dnf by running the following command:

sudo dnf -y install deepin-terminal

Install deepin-terminal on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install deepin-terminal using yum by running the following command:

sudo yum -y install deepin-terminal

How To Uninstall deepin-terminal on Fedora 36

To uninstall only the deepin-terminal package we can use the following command:

sudo dnf remove deepin-terminal

deepin-terminal Package Contents on Fedora 36

/usr/bin/deepin-terminal
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/85095ec9694ec85a3793862cc5d27c7be6cb62
/usr/lib/.build-id/60
/usr/lib/.build-id/60/ff64b1c8aa18ee86553558705f9626337deb78
/usr/lib64/libterminalwidget5.so.0
/usr/lib64/libterminalwidget5.so.0.14.1
/usr/share/applications/deepin-terminal.desktop

References

Summary

In this tutorial we learn how to install deepin-terminal on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/deepin-terminal /usr/lib/.build-id /usr/lib/.build-id/24 /usr/lib/.build-id/24/e9bd58a0ad0eb2adaa9a15332292f0e0097a14 /usr/lib/.build-id/35 /usr/lib/.build-id/35/a156f3ed29a74deaf7dad86df4d07dfffbb749 /usr/lib/libterminalwidget5.so.0 /usr/lib/libterminalwidget5.so.0.14.1 /usr/share/applications/deepin-terminal.desktop


## References

* [deepin-terminal website](https://github.com/linuxdeepin/deepin-terminal)

## Summary

In this tutorial we learn how to install `deepin-terminal` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).