How to Install and Uninstall direnv Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "direnv" package

Here is a brief guide to show you how to install direnv on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install direnv

2. Uninstall "direnv" package

Please follow the guidance below to uninstall direnv on openSuSE Tumbleweed:

$ sudo zypper remove direnv

3. Information about the direnv package on openSuSE Tumbleweed

Information for package direnv:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : direnv
Version : 2.33.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.3 MiB
Installed : No
Status : not installed
Source package : direnv-2.33.0-1.2.src
Upstream URL : https://direnv.net/
Summary : Environment switcher for shells
Description :
direnv knows how to hook into bash, zsh, tcsh and fish shell to load
or unload environment variables depending on the current directory.
This allows to have project-specific environment variables and not
clutter the "~/.profile" file.