I searched the internet about the FASM tool and found references that it would be included in the Ubuntu distribution.
If you want to use FASM with the related language in the Fedora Linux distribution, then find the commands in the image below:
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
$ wget -c https://github.com/GitSquared/edex-ui/releases/download/v2.2.8/eDEX-UI-Linux-x86_64.AppImage
$ chmod +x eDEX-UI-Linux-x86_64.AppImage
$ ./eDEX-UI-Linux-x86_64.AppImage --appimage-extract
$ cd squashfs-root
$ ./AppRun
VBoxManage modifyhd "C:\Fedora\Fedora.vdi" --resize 81920
0%...VBOX_E_NOT_SUPPORTED
VBoxManage.exe: error: Failed to resize medium
VBoxManage.exe: error: Resizing to new size 190756945920 is not yet supported for medium 'C:\Fedora\Fedora.vdi'
VBoxManage.exe: error: Details: code VBOX_E_NOT_SUPPORTED (0x80bb0009), component MediumWrap, interface IMedium
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleModifyMedium(struct HandlerArg *)" at line 937 of
file VBoxManageDisk.cpp
VBoxManage showhdinfo "C:\Fedora\Fedora.vdi"
VBoxManage clonehd "C:\Fedora\Fedora.vdi" "C:\Fedora\Fedoracloned.vdi"
...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone medium created in format 'VDI'. UUID: ...
VBoxManage modifyhd "C:\Users\catafest\VirtualBox VMs\Fedora\Fedoracloned.vdi" --resize 30000
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
# dnf-3 install @deepin-desktop
$ dotnet new --install Terminal.Gui.templates
$ dotnet new tui -n test001
$ cd test001
$ dotnet run
# dnf copr enable @dotnet-sig/dotnet
# dnf5 install copr
# dnf5 install copr
$ sudo dnf copr enable @dotnet-sig/dotnet fedora-38-x86_64
Enabling a Copr repository. Please note that this repository is not part
of the main distribution, and quality may vary ...
# dnf5 install dotnet
$ dotnet new console -o mythcat_console
$ cd mythcat_console
$ dotnet run
Hello, World!
sudo dnf install dnf5 dnf5-plugins