Centos8安裝nasm


Centos8安裝nasm

nasm, Netwide Assembler, 網絡匯編程序

按照官網的提示,如果需要使用yum安裝nasm的話,將nasm.repo源安裝到yum的源目錄下,

CentOS8的yum源的位置為/etc/yum.repos.d,

nasm.repo文件內容如下

[nasm]
name=The Netwide Assembler
baseurl=http://www.nasm.us/pub/nasm/stable/linux/
enabled=1
gpgcheck=0

[nasm-testing]
name=The Netwide Assembler (release candidate builds)
baseurl=http://www.nasm.us/pub/nasm/testing/linux/
enabled=0
gpgcheck=0

[nasm-snapshot]
name=The Netwide Assembler (daily snapshot builds)
baseurl=http://www.nasm.us/pub/nasm/snapshots/latest/linux/
enabled=0
gpgcheck=0

然后使用yum install nasm即可安裝,nasm -v查看版本信息

參考鏈接

https://blog.csdn.net/qq_40522155/article/details/109897080


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM