How to Install and Uninstall dev86.x86_64 Package on Fedora 39

Last updated: November 24,2024

1. Install "dev86.x86_64" package

This tutorial shows how to install dev86.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install dev86.x86_64

2. Uninstall "dev86.x86_64" package

In this section, we are going to explain the necessary steps to uninstall dev86.x86_64 on Fedora 39:

$ sudo dnf remove dev86.x86_64 $ sudo dnf autoremove

3. Information about the dev86.x86_64 package on Fedora 39

Last metadata expiration check: 4:01:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : dev86
Version : 0.16.21
Release : 23.fc39
Architecture : x86_64
Size : 404 k
Source : dev86-0.16.21-23.fc39.src.rpm
Repository : fedora
Summary : A real mode 80x86 assembler and linker
URL : http://v3.sk/~lkundrak/dev86/
License : GPL+ and GPLv2+ and LGPLv2+
Description : The dev86 package provides an assembler and linker for real mode 80x86
: instructions. You'll need to have this package installed in order to
: build programs that run in real mode, including LILO and the kernel's
: bootstrapping code, from their sources.
:
: You should install dev86 if you intend to build programs that run in real
: mode from their source code.