How To Install bicon-devel on Fedora 36

In this tutorial we learn how to install bicon-devel in Fedora 36. bicon-devel is Development Libraries for BiCon

Introduction

In this tutorial we learn how to install bicon-devel on Fedora 36.

What is bicon-devel

The bicon-devel package contains the libraries and header files that are needed for writing applications with BiCon.

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

Install bicon-devel 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 bicon-devel using dnf by running the following command:

sudo dnf -y install bicon-devel

Install bicon-devel 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 bicon-devel using yum by running the following command:

sudo yum -y install bicon-devel

How To Uninstall bicon-devel on Fedora 36

To uninstall only the bicon-devel package we can use the following command:

sudo dnf remove bicon-devel

bicon-devel Package Contents on Fedora 36

---
title: "How To Install bicon-devel on Fedora 36"
linkTitle: "bicon-devel"
type: "docs"
description: "In this tutorial we learn how to install bicon-devel in Fedora 36. bicon-devel is Development Libraries for BiCon"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/bicon-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `bicon-devel` on Fedora 36.

### What is `bicon-devel`

> The bicon-devel package contains the libraries and header files that are needed for writing applications with BiCon.  

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

## Install bicon-devel 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 bicon-devel using dnf by running the following command:

sudo dnf -y install bicon-devel
/usr/include/bicon
/usr/include/bicon/bconsole.h
/usr/include/bicon/bconsole_ligature.h
/usr/include/bicon/bconsole_log2con.h
/usr/include/bicon/bjoining.h
/usr/include/bicon/bjoining_charprop.h
/usr/include/bicon/bjoining_compose.h
/usr/include/bicon/bjoining_log2cuni.h
/usr/include/bicon/bjoining_vis2cuni.h
/usr/include/bicon/bjoining_ye.h
/usr/lib64/bicon/libbconsole.so
/usr/lib64/bicon/libbjoining.so
/usr/lib64/pkgconfig/bicon.pc

Install bicon-devel 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 bicon-devel using yum by running the following command:



```bash
## References
sudo yum -y install bicon-devel

How To Uninstall bicon-devel on Fedora 36

Summary

To uninstall only the bicon-devel package we can use the following command:

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

bicon-devel Package Contents on Fedora 36

/usr/include/bicon
/usr/include/bicon/bconsole.h
/usr/include/bicon/bconsole_ligature.h
/usr/include/bicon/bconsole_log2con.h
/usr/include/bicon/bjoining.h
/usr/include/bicon/bjoining_charprop.h
/usr/include/bicon/bjoining_compose.h
/usr/include/bicon/bjoining_log2cuni.h
/usr/include/bicon/bjoining_vis2cuni.h
/usr/include/bicon/bjoining_ye.h
/usr/lib/bicon/libbconsole.so
/usr/lib/bicon/libbjoining.so
/usr/lib/pkgconfig/bicon.pc

References

Summary

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