How To Install sysprof-devel on Fedora 36

In this tutorial we learn how to install sysprof-devel in Fedora 36. sysprof-devel is Development files for sysprof

Introduction

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

What is sysprof-devel

The sysprof-devel package contains libraries and header files for developing applications that use sysprof.

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

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

sudo dnf -y install sysprof-devel

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

sudo yum -y install sysprof-devel

How To Uninstall sysprof-devel on Fedora 36

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

sudo dnf remove sysprof-devel

sysprof-devel Package Contents on Fedora 36

/usr/include/sysprof-4
/usr/include/sysprof-4/sysprof-address.h
/usr/include/sysprof-4/sysprof-battery-source.h
/usr/include/sysprof-4/sysprof-callgraph-profile.h
/usr/include/sysprof-4/sysprof-capture-autocleanups.h
/usr/include/sysprof-4/sysprof-capture-condition.h
/usr/include/sysprof-4/sysprof-capture-cursor.h
/usr/include/sysprof-4/sysprof-capture-gobject.h
/usr/include/sysprof-4/sysprof-capture-reader.h
/usr/include/sysprof-4/sysprof-capture-symbol-resolver.h
/usr/include/sysprof-4/sysprof-capture-types.h
/usr/include/sysprof-4/sysprof-capture-writer.h
/usr/include/sysprof-4/sysprof-capture.h
/usr/include/sysprof-4/sysprof-check.h
/usr/include/sysprof-4/sysprof-clock.h
/usr/include/sysprof-4/sysprof-collector.h
/usr/include/sysprof-4/sysprof-control-source.h
/usr/include/sysprof-4/sysprof-diskstat-source.h
/usr/include/sysprof-4/sysprof-display.h
/usr/include/sysprof-4/sysprof-elf-symbol-resolver.h
/usr/include/sysprof-4/sysprof-gjs-source.h
/usr/include/sysprof-4/sysprof-governor-source.h
/usr/include/sysprof-4/sysprof-hostinfo-source.h
/usr/include/sysprof-4/sysprof-jitmap-symbol-resolver.h
/usr/include/sysprof-4/sysprof-kernel-symbol-resolver.h
/usr/include/sysprof-4/sysprof-kernel-symbol.h
/usr/include/sysprof-4/sysprof-local-profiler.h
/usr/include/sysprof-4/sysprof-macros.h
/usr/include/sysprof-4/sysprof-memory-source.h
/usr/include/sysprof-4/sysprof-memprof-profile.h
/usr/include/sysprof-4/sysprof-memprof-source.h
/usr/include/sysprof-4/sysprof-model-filter.h
/usr/include/sysprof-4/sysprof-netdev-source.h
/usr/include/sysprof-4/sysprof-notebook.h
/usr/include/sysprof-4/sysprof-page.h
/usr/include/sysprof-4/sysprof-perf-counter.h
/usr/include/sysprof-4/sysprof-perf-source.h
/usr/include/sysprof-4/sysprof-platform.h
/usr/include/sysprof-4/sysprof-preload-source.h
/usr/include/sysprof-4/sysprof-proc-source.h
/usr/include/sysprof-4/sysprof-process-model-item.h
/usr/include/sysprof-4/sysprof-process-model-row.h
/usr/include/sysprof-4/sysprof-process-model.h
/usr/include/sysprof-4/sysprof-profile.h
/usr/include/sysprof-4/sysprof-profiler.h
/usr/include/sysprof-4/sysprof-proxy-source.h
/usr/include/sysprof-4/sysprof-selection.h
/usr/include/sysprof-4/sysprof-source.h
/usr/include/sysprof-4/sysprof-spawnable.h
/usr/include/sysprof-4/sysprof-symbol-resolver.h
/usr/include/sysprof-4/sysprof-symbols-source.h
/usr/include/sysprof-4/sysprof-tracefd-source.h
/usr/include/sysprof-4/sysprof-ui.h
/usr/include/sysprof-4/sysprof-version-macros.h
/usr/include/sysprof-4/sysprof-version.h
/usr/include/sysprof-4/sysprof-visualizer-group.h
/usr/include/sysprof-4/sysprof-visualizer.h
/usr/include/sysprof-4/sysprof-zoom-manager.h
/usr/include/sysprof-4/sysprof.h
/usr/lib64/pkgconfig/sysprof-4.pc
/usr/lib64/pkgconfig/sysprof-ui-4.pc
/usr/share/dbus-1/interfaces/org.gnome.Sysprof2.xml
/usr/share/dbus-1/interfaces/org.gnome.Sysprof3.Profiler.xml
/usr/share/dbus-1/interfaces/org.gnome.Sysprof3.Service.xml

References


Summary

title: “How To Install sysprof-devel on Fedora 36”

linkTitle: “sysprof-devel” type: “docs” In this tutorial we learn how to install sysprof-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). description: “In this tutorial we learn how to install sysprof-devel in Fedora 36. sysprof-devel is Development files for sysprof”

date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sysprof-devel-featured.png

Introduction

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

What is sysprof-devel

The sysprof-devel package contains libraries and header files for developing applications that use sysprof.

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

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

sudo dnf -y install sysprof-devel

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

sudo yum -y install sysprof-devel

How To Uninstall sysprof-devel on Fedora 36

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

sudo dnf remove sysprof-devel

sysprof-devel Package Contents on Fedora 36

/usr/include/sysprof-4
/usr/include/sysprof-4/sysprof-address.h
/usr/include/sysprof-4/sysprof-battery-source.h
/usr/include/sysprof-4/sysprof-callgraph-profile.h
/usr/include/sysprof-4/sysprof-capture-autocleanups.h
/usr/include/sysprof-4/sysprof-capture-condition.h
/usr/include/sysprof-4/sysprof-capture-cursor.h
/usr/include/sysprof-4/sysprof-capture-gobject.h
/usr/include/sysprof-4/sysprof-capture-reader.h
/usr/include/sysprof-4/sysprof-capture-symbol-resolver.h
/usr/include/sysprof-4/sysprof-capture-types.h
/usr/include/sysprof-4/sysprof-capture-writer.h
/usr/include/sysprof-4/sysprof-capture.h
/usr/include/sysprof-4/sysprof-check.h
/usr/include/sysprof-4/sysprof-clock.h
/usr/include/sysprof-4/sysprof-collector.h
/usr/include/sysprof-4/sysprof-control-source.h
/usr/include/sysprof-4/sysprof-diskstat-source.h
/usr/include/sysprof-4/sysprof-display.h
/usr/include/sysprof-4/sysprof-elf-symbol-resolver.h
/usr/include/sysprof-4/sysprof-gjs-source.h
/usr/include/sysprof-4/sysprof-governor-source.h
/usr/include/sysprof-4/sysprof-hostinfo-source.h
/usr/include/sysprof-4/sysprof-jitmap-symbol-resolver.h
/usr/include/sysprof-4/sysprof-kernel-symbol-resolver.h
/usr/include/sysprof-4/sysprof-kernel-symbol.h
/usr/include/sysprof-4/sysprof-local-profiler.h
/usr/include/sysprof-4/sysprof-macros.h
/usr/include/sysprof-4/sysprof-memory-source.h
/usr/include/sysprof-4/sysprof-memprof-profile.h
/usr/include/sysprof-4/sysprof-memprof-source.h
/usr/include/sysprof-4/sysprof-model-filter.h
/usr/include/sysprof-4/sysprof-netdev-source.h
/usr/include/sysprof-4/sysprof-notebook.h
/usr/include/sysprof-4/sysprof-page.h
/usr/include/sysprof-4/sysprof-perf-counter.h
/usr/include/sysprof-4/sysprof-perf-source.h
/usr/include/sysprof-4/sysprof-platform.h
/usr/include/sysprof-4/sysprof-preload-source.h
/usr/include/sysprof-4/sysprof-proc-source.h
/usr/include/sysprof-4/sysprof-process-model-item.h
/usr/include/sysprof-4/sysprof-process-model-row.h
/usr/include/sysprof-4/sysprof-process-model.h
/usr/include/sysprof-4/sysprof-profile.h
/usr/include/sysprof-4/sysprof-profiler.h
/usr/include/sysprof-4/sysprof-proxy-source.h
/usr/include/sysprof-4/sysprof-selection.h
/usr/include/sysprof-4/sysprof-source.h
/usr/include/sysprof-4/sysprof-spawnable.h
/usr/include/sysprof-4/sysprof-symbol-resolver.h
/usr/include/sysprof-4/sysprof-symbols-source.h
/usr/include/sysprof-4/sysprof-tracefd-source.h
/usr/include/sysprof-4/sysprof-ui.h
/usr/include/sysprof-4/sysprof-version-macros.h
/usr/include/sysprof-4/sysprof-version.h
/usr/include/sysprof-4/sysprof-visualizer-group.h
/usr/include/sysprof-4/sysprof-visualizer.h
/usr/include/sysprof-4/sysprof-zoom-manager.h
/usr/include/sysprof-4/sysprof.h
/usr/lib/pkgconfig/sysprof-4.pc
/usr/lib/pkgconfig/sysprof-ui-4.pc
/usr/share/dbus-1/interfaces/org.gnome.Sysprof2.xml
/usr/share/dbus-1/interfaces/org.gnome.Sysprof3.Profiler.xml
/usr/share/dbus-1/interfaces/org.gnome.Sysprof3.Service.xml

References

Summary

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