How To Install kscope on Fedora 36
Introduction
In this tutorial we learn how to install kscope
on Fedora 36.
What is kscope
KScope is a QT5 front-end to Cscope. It provides a source-editing environment for large C projects, such as the Linux kernel. KScope is by no means intended to be a replacement to any of the leading Linux/KDE IDEs, such as KDevelop. First of all, it is not an Integrated Development Environment cycle supported by most IDE’s. Instead, KScope is focused on source editing and analysis.
We can use yum
or dnf
to install kscope
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kscope.
Install kscope 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 kscope
using dnf
by running the following command:
sudo dnf -y install kscope
Install kscope 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 kscope
using yum
by running the following command:
sudo yum -y install kscope
How To Uninstall kscope on Fedora 36
To uninstall only the kscope
package we can use the following command:
sudo dnf remove kscope
kscope Package Contents on Fedora 36
/usr/bin/kscopeapp
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/a0bfa811eb9a195898b2120583b59ca355e8ca
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/1ab353b3a493b15b8b1d683cfa95d48ff27c5a
/usr/lib/.build-id/47
/usr/lib/.build-id/47/7270adc2486f7ef27f79936e8d597c9c4c1363
/usr/lib/.build-id/87
/usr/lib/.build-id/87/b7df2184264bb51c64e9c39ba2d74e2c578c8e
/usr/lib64/libkscope_core.so.1
/usr/lib64/libkscope_core.so.1.0
/usr/lib64/libkscope_core.so.1.0.0
/usr/lib64/libkscope_cscope.so.1
/usr/lib64/libkscope_cscope.so.1.0
/usr/lib64/libkscope_cscope.so.1.0.0
/usr/lib64/libkscope_editor.so.1
/usr/lib64/libkscope_editor.so.1.0
/usr/lib64/libkscope_editor.so.1.0.0
/usr/share/applications/kscope.desktop
/usr/share/doc/kscope
/usr/share/doc/kscope/COPYING
/usr/share/pixmaps/kscope.png
References
Summary
In this tutorial we learn how to install kscope
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install kscope on Fedora 36” linkTitle: “kscope” type: “docs” description: “In this tutorial we learn how to install kscope in Fedora 36. kscope is QT front-end to Cscope” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/kscope-featured.png
Introduction
In this tutorial we learn how to install kscope
on Fedora 36.
What is kscope
KScope is a QT5 front-end to Cscope. It provides a source-editing environment for large C projects, such as the Linux kernel. KScope is by no means intended to be a replacement to any of the leading Linux/KDE IDEs, such as KDevelop. First of all, it is not an Integrated Development Environment cycle supported by most IDE’s. Instead, KScope is focused on source editing and analysis.
We can use yum
or dnf
to install kscope
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kscope.
Install kscope 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 kscope
using dnf
by running the following command:
sudo dnf -y install kscope
Install kscope 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 kscope
using yum
by running the following command:
sudo yum -y install kscope
How To Uninstall kscope on Fedora 36
To uninstall only the kscope
package we can use the following command:
sudo dnf remove kscope
kscope Package Contents on Fedora 36
/usr/bin/kscopeapp
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/dc818a05a5b2ae21ec068cfbed42503d491c59
/usr/lib/.build-id/22
/usr/lib/.build-id/22/993ddaecca05ad8ae2f84024806f6338cbbfc4
/usr/lib/.build-id/97
/usr/lib/.build-id/97/fbdcdba6027116628af01f4d638328d8d5644c
/usr/lib/.build-id/98
/usr/lib/.build-id/98/b6b8b84485307a711ebd34ef728f590da49d70
/usr/lib/libkscope_core.so.1
/usr/lib/libkscope_core.so.1.0
/usr/lib/libkscope_core.so.1.0.0
/usr/lib/libkscope_cscope.so.1
/usr/lib/libkscope_cscope.so.1.0
/usr/lib/libkscope_cscope.so.1.0.0
/usr/lib/libkscope_editor.so.1
/usr/lib/libkscope_editor.so.1.0
/usr/lib/libkscope_editor.so.1.0.0
/usr/share/applications/kscope.desktop
/usr/share/doc/kscope
/usr/share/doc/kscope/COPYING
/usr/share/pixmaps/kscope.png
References
Summary
In this tutorial we learn how to install kscope
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).