How To Install netatalk-devel on Fedora 36
Introduction
In this tutorial we learn how to install netatalk-devel
on Fedora 36.
What is netatalk-devel
title: “How To Install netatalk-devel on Fedora 36”
This package contains libraries and header files for developing applications that use netatalk.
linkTitle: “netatalk-devel”
type: “docs”
description: “In this tutorial we learn how to install netatalk-devel in Fedora 36. netatalk-devel is Development files for netatalk”
We can use yum
or dnf
to install netatalk-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netatalk-devel.
date: “2022-08-17”
lastmod: “2022-08-17”
Install netatalk-devel on Fedora 36 Using dnf
#image: /images/fedora/36/netatalk-devel-featured.png
Update yum database with dnf
using the following command.
Introduction
In this tutorial we learn how to install `netatalk-devel` on Fedora 36.
sudo dnf makecache --refresh
What is netatalk-devel
After updating yum database, We can install netatalk-devel
using dnf
by running the following command:
sudo dnf -y install netatalk-devel
Install netatalk-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 netatalk-devel
using yum
by running the following command:
sudo yum -y install netatalk-devel
How To Uninstall netatalk-devel on Fedora 36
To uninstall only the netatalk-devel
package we can use the following command:
sudo dnf remove netatalk-devel
netatalk-devel Package Contents on Fedora 36
> This package contains libraries and header files for developing applications that use netatalk.
We can use `yum` or `dnf` to install `netatalk-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netatalk-devel.
## Install netatalk-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 netatalk-devel
using dnf
by running the following command:
sudo dnf -y install netatalk-devel
Install netatalk-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 netatalk-devel
using yum
by running the following command:
sudo yum -y install netatalk-devel
How To Uninstall netatalk-devel on Fedora 36
To uninstall only the netatalk-devel
package we can use the following command:
sudo dnf remove netatalk-devel
netatalk-devel Package Contents on Fedora 36
/usr/bin/netatalk-config
/usr/include/atalk
/usr/include/atalk/acl.h
/usr/include/atalk/adouble.h
/usr/include/atalk/afp.h
/usr/include/atalk/bstrlib.h
/usr/include/atalk/cnid.h
/usr/include/atalk/compat.h
/usr/include/atalk/dictionary.h
/usr/include/atalk/ea.h
/usr/include/atalk/globals.h
/usr/include/atalk/hash.h
/usr/include/atalk/iniparser.h
/usr/include/atalk/list.h
/usr/include/atalk/logger.h
/usr/include/atalk/netatalk_conf.h
/usr/include/atalk/paths.h
/usr/include/atalk/standards.h
/usr/include/atalk/uam.h
/usr/include/atalk/unicode.h
/usr/include/atalk/unix.h
/usr/include/atalk/util.h
/usr/include/atalk/vfs.h
/usr/include/atalk/volume.h
/usr/lib/libatalk.so
/usr/share/aclocal/netatalk.m4
/usr/share/man/man1/netatalk-config.1.gz
References
Summary
In this tutorial we learn how to install netatalk-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/netatalk-config /usr/include/atalk /usr/include/atalk/acl.h /usr/include/atalk/adouble.h /usr/include/atalk/afp.h /usr/include/atalk/bstrlib.h /usr/include/atalk/cnid.h /usr/include/atalk/compat.h /usr/include/atalk/dictionary.h /usr/include/atalk/ea.h /usr/include/atalk/globals.h /usr/include/atalk/hash.h /usr/include/atalk/iniparser.h /usr/include/atalk/list.h /usr/include/atalk/logger.h /usr/include/atalk/netatalk_conf.h /usr/include/atalk/paths.h /usr/include/atalk/standards.h /usr/include/atalk/uam.h /usr/include/atalk/unicode.h /usr/include/atalk/unix.h /usr/include/atalk/util.h /usr/include/atalk/vfs.h /usr/include/atalk/volume.h /usr/lib64/libatalk.so /usr/share/aclocal/netatalk.m4 /usr/share/man/man1/netatalk-config.1.gz
## References
* [netatalk-devel website](http://netatalk.sourceforge.net)
## Summary
In this tutorial we learn how to install `netatalk-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).