阿里雲伺服器Centos映象解決方案apt-get: command not found
apt-get: command not found
一、出現的原因:linux系統映象的不同
apt-get update
檢視系統版本:
cat /proc/version
可以看出我的系統版本是Linux version 4.18.0-193.14.2.el8_2.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Sun Jul 26 03:54:29 UTC 2020
二、linux系統的分類
linux系統,主要分Debian系和RedHat系,還有其它自由的釋出版本。
1、Debian系主要有Debian,Ubuntu,Mint等及其衍生版本;
2、RedHat系主要有RedHat,Fedora,CentOs等,
3、其它有Slackware,Gentoo,Arch linux,LFS,SUSE等。
4、如果開發用,推薦redhat系,業內公司的伺服器多用centos,考慮到平時使用,那麼就選擇fedora,可以選擇最新的發行版。
5、如果簡單用加開發,可以選擇debian系,推ubuntu,mint。
6、如果是技術狂型,那麼就推薦Gentoo,Arch linux,LFS,Slackware等。
三、linux的包管理工具
RedHat系列的包管理工具是yum
Debian系列的包管理工具是apt-get
所以我的系統是Red hat ,使用的包管理工具自然是yum
yum -y install gcc
相關文章
- CentOS 7 命令 lsb_release: command not found 解決方案CentOS
- sudo: apt-get: command not foundapt-get
- 解決 command not found: expressExpress
- sqlplus: command not found解決SQL
- centos 7 -bash: mysql: command not foundCentOSMySql
- bash: lspci: command not found解決方法
- 解決bash: mysql: command not found的問題MySql
- Mac終端出現 brew command not found 解決Mac
- zabbix_get :command not found 解決辦法
- 解決shell指令碼錯誤$’r’ command not found指令碼
- -bash: XXX: command not found解決辦法
- Linux提示crontab command not found的解決方法Linux
- RHEL7 解決xclock的 bash: xclock: command not found…
- “command-not-found has crashed” 解決辦法 (*unsolved)
- CentOS 更改 yum 映象源為阿里雲映象源CentOS阿里
- pip: command not found
- 阿里雲 CentOS 映象和 EPEL 源阿里CentOS
- Kali 系統 apt-get update更新失敗解決方案apt-get
- mac mysql: command not foundMacMySql
- express: command not found.Express
- 阿里雲伺服器不能發郵件問題解決方案阿里伺服器
- Centos7 Minni 安裝 執行ifconfig命令出現 -bash ifconfig command not found 的解決方法CentOS
- Docker 啟動 Centos 映象 提示"Error response from daemon: No command specified"DockerCentOSError
- centos8替換成阿里雲映象CentOS阿里
- CentOS7中使用阿里雲映象CentOS阿里
- Mac -bash: mysql: command not foundMacMySql
- -bash :gradlew command not foundGradle
- bash: hadoop: command not foundHadoop
- 解決 biolinux-conda command not found 2018-05-04Linux
- Jou 的解決方案系列:Composer 映象加速與 NPM 映象加速NPM
- CentOS 已安裝virtualenv, 但還是報錯誤 bash: virtualenv: command not foundCentOS
- Linux:-bash: tree: command not foundLinux
- Linux:-bash: unzip: command not foundLinux
- aix_ssh scp command not foundAI
- 阿里雲高可用-容災解決方案阿里
- /system/bin/sh: screenrecord: inaccessible or not found 報錯解決方案
- 使用阿里雲映象站NTP服務搭建NTP伺服器(基於CentOS 7系統)阿里伺服器CentOS
- CentOS 6安裝Oracle報錯解決方案CentOSOracle