You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ dnf info yasm
Updating and loading repositories:
Repositories loaded.
Available packages
Name : yasm
Epoch : 0
Version : 1.3.0^20230922git9defefa
Release : 2.fc41
Architecture : x86_64
Download size : 432.7 KiB
Installed size : 2.0 MiB
Source : yasm-1.3.0^20230922git9defefa-2.fc41.src.rpm
Repository : fedora
Summary : Modular Assembler
URL : http://yasm.tortall.net/
License : BSD-2-Clause AND BSD-3-Clause AND (GPL-1.0-or-later AND GPL-2.0-or-later OR Artistic-1.0-Perl OR LGPL-2.0-or-later)
Description : Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
: (some portions are under other licenses, see COPYING for details). It is
: designed from the ground up to allow for multiple assembler syntaxes to be
: supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
: formats and even multiple instruction sets. Another primary module of the
: overall design is an optimizer module.
Vendor : Fedora Project
$ sudo dnf install yasm
Package Arch Version Repository Size
Installing:
yasm x86_64 1.3.0^20230922git9defefa-2.fc41 fedora 2.0 MiB
Transaction Summary:
Installing: 1 package
Total size of inbound packages is 433 KiB. Need to download 433 KiB.
After this operation, 2 MiB extra will be used (install 2 MiB, remove 0 B).
Is this ok [y/N]: y
[1/1] yasm-0:1.3.0^20230922git9defefa-2.fc41.x86_64 100% | 2.0 MiB/s | 432.7 KiB | 00m00s
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
[1/1] Total 100% | 1.5 MiB/s | 432.7 KiB | 00m00s
Running transaction
[1/3] Verify package files 100% | 250.0 B/s | 1.0 B | 00m00s
[2/3] Prepare transaction 100% | 1.0 B/s | 1.0 B | 00m01s
[3/3] Installing yasm-0:1.3.0^20230922git9defefa-2.fc41.x86_64 100% [==================] | 58.5 MiB/s | 2.0 MiB | -00m00s
>>> Running trigger-install scriptlet: glibc-common-0:2.40-3.fc41.x86_64warning: posix.fork(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
warning: posix.wait(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
[3/3] Installing yasm-0:1.3.0^20230922git9defefa-2.fc41.x86_64 100% | 2.3 MiB/s | 2.0 MiB | 00m01s
Complete!
Cloning and Build Error
Please check the file
The text was updated successfully, but these errors were encountered: