How To Install openwsman-winrs on Fedora 36
Introduction
In this tutorial we learn how to install openwsman-winrs
on Fedora 36.
What is openwsman-winrs
This is a command line tool for the Windows Remote Shell protocol. You can use it to send shell commands to a remote Windows hosts.
We can use yum
or dnf
to install openwsman-winrs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openwsman-winrs.
Install openwsman-winrs 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 openwsman-winrs
using dnf
by running the following command:
sudo dnf -y install openwsman-winrs
Install openwsman-winrs 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 openwsman-winrs
using yum
by running the following command:
sudo yum -y install openwsman-winrs
How To Uninstall openwsman-winrs on Fedora 36
To uninstall only the openwsman-winrs
package we can use the following command:
sudo dnf remove openwsman-winrs
openwsman-winrs Package Contents on Fedora 36
/usr/bin/winrs
References
Summary
In this tutorial we learn how to install openwsman-winrs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).