How To Install skim on Fedora 36
In this tutorial we learn how to install skim in Fedora 36. skim is Fuzzy Finder in Rust
Introduction
In this tutorial we learn how to install skim on Fedora 36.
What is skim
Fuzzy Finder in rust!.
We can use yum or dnf to install skim on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install skim.
Install skim 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 skim using dnf by running the following command:
sudo dnf -y install skim
Install skim 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 skim using yum by running the following command:
sudo yum -y install skim
How To Uninstall skim on Fedora 36
To uninstall only the skim package we can use the following command:
sudo dnf remove skim
skim Package Contents on Fedora 36
/usr/bin/sk
/usr/bin/sk-tmux
/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/9f726ee0b2df74dbea4a65a77332538f4b8061
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/sk
/usr/share/doc/skim
/usr/share/doc/skim/CHANGELOG.md
/usr/share/doc/skim/README.md
/usr/share/licenses/skim
/usr/share/licenses/skim/LICENSE
/usr/share/man/man1/sk-tmux.1.gz
/usr/share/man/man1/sk.1.gz
/usr/share/nvim/site/plugin/skim.vim
/usr/share/skim
/usr/share/skim/shell
/usr/share/skim/shell/key-bindings.bash
/usr/share/skim/shell/key-bindings.fish
/usr/share/skim/shell/key-bindings.zsh
/usr/share/vim/vimfiles/plugin/skim.vim
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_sk
References
Summary
In this tutorial we learn how to install skim on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).