How To Install pilot-link-devel on Fedora 36

In this tutorial we learn how to install pilot-link-devel in Fedora 36. pilot-link-devel is PalmPilot development header files

Introduction

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

This package contains the development headers that are used to build the pilot-link package. It also includes the static libraries necessary to build static pilot applications. If you want to develop PalmPilot synchronizing applications, you’ll need to install pilot-link-devel.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pilot-link-devel using dnf by running the following command:

sudo dnf -y install pilot-link-devel

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pilot-link-devel using yum by running the following command:

sudo yum -y install pilot-link-devel

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

sudo dnf remove pilot-link-devel
/usr/include/pi-address.h
/usr/include/pi-appinfo.h
/usr/include/pi-args.h
/usr/include/pi-blob.h
/usr/include/pi-bluetooth.h
/usr/include/pi-buffer.h
/usr/include/pi-calendar.h
/usr/include/pi-cmp.h
/usr/include/pi-contact.h
/usr/include/pi-datebook.h
/usr/include/pi-debug.h
/usr/include/pi-dlp.h
/usr/include/pi-error.h
/usr/include/pi-expense.h
/usr/include/pi-file.h
/usr/include/pi-foto.h
/usr/include/pi-header.h
/usr/include/pi-hinote.h
/usr/include/pi-inet.h
/usr/include/pi-location.h
/usr/include/pi-macros.h
/usr/include/pi-mail.h
/usr/include/pi-md5.h
/usr/include/pi-memo.h
/usr/include/pi-money.h
/usr/include/pi-net.h
/usr/include/pi-notepad.h
/usr/include/pi-padp.h
/usr/include/pi-palmpix.h
/usr/include/pi-serial.h
/usr/include/pi-slp.h
/usr/include/pi-sockaddr.h
/usr/include/pi-socket.h
/usr/include/pi-source.h
/usr/include/pi-sync.h
/usr/include/pi-sys.h
/usr/include/pi-syspkt.h
/usr/include/pi-threadsafe.h
/usr/include/pi-todo.h
/usr/include/pi-usb.h
/usr/include/pi-util.h
/usr/include/pi-veo.h
/usr/include/pi-versamail.h
/usr/include/pi-version.h
/usr/lib/libpisock.so
/usr/lib/libpisync.so
/usr/lib/pkgconfig/pilot-link.pc
/usr/share/aclocal/pilot-link.m4
---
title: "How To Install pilot-link-devel on Fedora 36"
linkTitle: "pilot-link-devel"
type: "docs"
description: "In this tutorial we learn how to install pilot-link-devel in Fedora 36. pilot-link-devel is PalmPilot development header files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/pilot-link-devel-featured.png
---

## Introduction

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

### What is `pilot-link-devel`

> This package contains the development headers that are used to build the pilot-link package. It also includes the static libraries necessary to build static pilot applications.  If you want to develop PalmPilot synchronizing applications, you'll need to install pilot-link-devel.  

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

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

sudo dnf -y install pilot-link-devel

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pilot-link-devel using yum by running the following command:

sudo yum -y install pilot-link-devel

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

sudo dnf remove pilot-link-devel

References

Summary

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

/usr/include/pi-address.h /usr/include/pi-appinfo.h /usr/include/pi-args.h /usr/include/pi-blob.h /usr/include/pi-bluetooth.h /usr/include/pi-buffer.h /usr/include/pi-calendar.h /usr/include/pi-cmp.h /usr/include/pi-contact.h /usr/include/pi-datebook.h /usr/include/pi-debug.h /usr/include/pi-dlp.h /usr/include/pi-error.h /usr/include/pi-expense.h /usr/include/pi-file.h /usr/include/pi-foto.h /usr/include/pi-header.h /usr/include/pi-hinote.h /usr/include/pi-inet.h /usr/include/pi-location.h /usr/include/pi-macros.h /usr/include/pi-mail.h /usr/include/pi-md5.h /usr/include/pi-memo.h /usr/include/pi-money.h /usr/include/pi-net.h /usr/include/pi-notepad.h /usr/include/pi-padp.h /usr/include/pi-palmpix.h /usr/include/pi-serial.h /usr/include/pi-slp.h /usr/include/pi-sockaddr.h /usr/include/pi-socket.h /usr/include/pi-source.h /usr/include/pi-sync.h /usr/include/pi-sys.h /usr/include/pi-syspkt.h /usr/include/pi-threadsafe.h /usr/include/pi-todo.h /usr/include/pi-usb.h /usr/include/pi-util.h /usr/include/pi-veo.h /usr/include/pi-versamail.h /usr/include/pi-version.h /usr/lib64/libpisock.so /usr/lib64/libpisync.so /usr/lib64/pkgconfig/pilot-link.pc /usr/share/aclocal/pilot-link.m4


## References

* [pilot-link-devel website](http://www.pilot-link.org/)

## Summary

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