linux的下载软件需注意

  • 使用的架构

centos7.9展示

[root@hecs-98663 ~]# arch
x86_64
[root@hecs-98663 ~]# file /bin/bash
/bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=94b20c7f7a0529512f63bae145b524890ceae5a5, stripped
[root@hecs-98663 ~]# uname -m
x86_64
[root@hecs-98663 hello]# cat /proc/version
Linux version 3.10.0-1160.53.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Fri Jan 14 13:59:45 UTC 2022
  • 安装模式

installer版本:
安装程序,执行exe文件即可以安装。

source版本:
源代码包,需要经过计算机编译才能执行安装。

binary 和 archive 一样:
二进制包,已编译好的可直接使用的程序,解压缩后,点击bin目录下的.sh或者.bat执行文件即可使用。

posted @ 2023-07-14 16:15  Bre-eZe  阅读(19)  评论(0)    收藏  举报