How to Install and Uninstall dialog.i686 Package on Oracle Linux 8

Last updated: May 19,2024

1. Install "dialog.i686" package

This guide covers the steps necessary to install dialog.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install dialog.i686

2. Uninstall "dialog.i686" package

This tutorial shows how to uninstall dialog.i686 on Oracle Linux 8:

$ sudo dnf remove dialog.i686 $ sudo dnf autoremove

3. Information about the dialog.i686 package on Oracle Linux 8

Last metadata expiration check: 4:48:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : dialog
Version : 1.3
Release : 13.20171209.el8
Architecture : i686
Size : 241 k
Source : dialog-1.3-13.20171209.el8.src.rpm
Repository : ol8_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.