How to Install and Uninstall dialog.x86_64 Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "dialog.x86_64" package
This tutorial shows how to install dialog.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
dialog.x86_64
Copied
2. Uninstall "dialog.x86_64" package
This guide covers the steps necessary to uninstall dialog.x86_64 on Rocky Linux 8:
$
sudo dnf remove
dialog.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the dialog.x86_64 package on Rocky Linux 8
Last metadata expiration check: 1:23:17 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : dialog
Version : 1.3
Release : 13.20171209.el8
Architecture : x86_64
Size : 232 k
Source : dialog-1.3-13.20171209.el8.src.rpm
Repository : appstream
Summary : A utility for creating TTY dialog boxes
URL : https://invisible-island.net/dialog/dialog.html
License : LGPLv2
Description : Dialog is a utility that allows you to show dialog boxes (containing
: questions or messages) in TTY (text mode) interfaces. Dialog is called
: from within a shell script. The following dialog boxes are implemented:
: yes/no, menu, input, message, text, info, checklist, radiolist, and
: gauge.
:
: Install dialog if you would like to create TTY dialog boxes.
Available Packages
Name : dialog
Version : 1.3
Release : 13.20171209.el8
Architecture : x86_64
Size : 232 k
Source : dialog-1.3-13.20171209.el8.src.rpm
Repository : appstream
Summary : A utility for creating TTY dialog boxes
URL : https://invisible-island.net/dialog/dialog.html
License : LGPLv2
Description : Dialog is a utility that allows you to show dialog boxes (containing
: questions or messages) in TTY (text mode) interfaces. Dialog is called
: from within a shell script. The following dialog boxes are implemented:
: yes/no, menu, input, message, text, info, checklist, radiolist, and
: gauge.
:
: Install dialog if you would like to create TTY dialog boxes.