How To Install ofono on Fedora 36
#image: /images/fedora/36/ofono-featured.png
title: “How To Install ofono on Fedora 36”
linkTitle: “ofono”
Introduction
type: “docs”
description: “In this tutorial we learn how to install ofono in Fedora 36. ofono is Open Source Telephony”
In this tutorial we learn how to install ofono
on Fedora 36.
date: “2022-08-17”
lastmod: “2022-08-17”
What is ofono
#image: /images/fedora/36/ofono-featured.png
oFono.org is a place to bring developers together around designing an infrastructure for building mobile telephony (GSM/UMTS) applications. oFono includes a high-level D-Bus API for use by telephony applications. oFono also includes a low-level plug-in API for integrating with telephony stacks, cellular modems and storage back-ends.
Introduction
We can use yum
or dnf
to install ofono
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ofono.
In this tutorial we learn how to install ofono
on Fedora 36.
Install ofono on Fedora 36 Using dnf
What is ofono
oFono.org is a place to bring developers together around designing an infrastructure for building mobile telephony (GSM/UMTS) applications. oFono includes a high-level D-Bus API for use by telephony applications. oFono also includes a low-level plug-in API for integrating with telephony stacks, cellular modems and storage back-ends.
We can use yum
or dnf
to install ofono
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ofono.
Update yum database with dnf
using the following command.
Install ofono on Fedora 36 Using dnf
sudo dnf makecache --refresh
Update yum database with dnf
using the following command.
After updating yum database, We can install `ofono` using `dnf` by running the following command:
sudo dnf makecache --refresh
```bash
sudo dnf -y install ofono
After updating yum database, We can install `ofono` using `dnf` by running the following command:
## Install ofono on Fedora 36 Using yum
```bash
sudo dnf -y install ofono
Update yum database with yum
using the following command.
Install ofono on Fedora 36 Using yum
sudo yum makecache --refresh
Update yum database with `yum` using the following command.
sudo yum makecache --refresh
After updating yum database, We can install `ofono` using `yum` by running the following command:
After updating yum database, We can install `ofono` using `yum` by running the following command:
```bash
sudo yum -y install ofono
sudo yum -y install ofono
## How To Uninstall ofono on Fedora 36
## How To Uninstall ofono on Fedora 36
To uninstall only the `ofono` package we can use the following command:
To uninstall only the `ofono` package we can use the following command:
```bash
sudo dnf remove ofono
```bash
sudo dnf remove ofono
## ofono Package Contents on Fedora 36
## ofono Package Contents on Fedora 36
```bash
```bash
/etc/dbus-1/system.d/ofono.conf
/etc/ofono
/etc/ofono/phonesim.conf
/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/8d075fb69b871f07be30a3ae5287c835e1fc2e
/usr/lib/ofono
/usr/lib/ofono/plugins
/usr/lib/systemd/system/ofono.service
/usr/sbin/ofonod
/usr/share/doc/ofono
/usr/share/doc/ofono/AUTHORS
/usr/share/doc/ofono/ChangeLog
/usr/share/doc/ofono/README
/usr/share/licenses/ofono
/usr/share/licenses/ofono/COPYING
/usr/share/man/man8/ofonod.8.gz
References
Summary
In this tutorial we learn how to install ofono
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/etc/dbus-1/system.d/ofono.conf /etc/ofono /etc/ofono/phonesim.conf /usr/lib/.build-id /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/19c5bfc94edbb6da2ce0a3d8cefdee7eb87b08 /usr/lib/systemd/system/ofono.service /usr/lib64/ofono /usr/lib64/ofono/plugins /usr/sbin/ofonod /usr/share/doc/ofono /usr/share/doc/ofono/AUTHORS /usr/share/doc/ofono/ChangeLog /usr/share/doc/ofono/README /usr/share/licenses/ofono /usr/share/licenses/ofono/COPYING /usr/share/man/man8/ofonod.8.gz
## References
* [ofono website](http://www.ofono.org/)
## Summary
In this tutorial we learn how to install `ofono` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).