How to Install and Uninstall vex.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "vex.noarch" package

Please follow the instructions below to install vex.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install vex.noarch

2. Uninstall "vex.noarch" package

This guide covers the steps necessary to uninstall vex.noarch on Fedora 34:

$ sudo dnf remove vex.noarch $ sudo dnf autoremove

3. Information about the vex.noarch package on Fedora 34

Last metadata expiration check: 5:29:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : vex
Version : 0.0.19
Release : 8.fc34
Architecture : noarch
Size : 43 k
Source : vex-0.0.19-8.fc34.src.rpm
Repository : fedora
Summary : Run commands in a virtualenv
URL : http://github.com/sashahart/vex
License : MIT
Description : Vex is an alternative to virtualenv's 'source wherever/bin/activate'
: and `deactivate`, and virtualenvwrapper's `workon`, and also
: virtualenv-burrito if you use that.
: It works in a more elegant way, though it does less. You might find it
: nicer to use. And it works with non-bash shells.