当前位置:网站首页>0720RHCSA
0720RHCSA
2022-07-25 13:18:00 【Psc_ February2】
Use rpm install zsh( Ignore dependency installation )
[[email protected] ~]# rpm --nodeps -hiv zsh-5.5.1-9.el8.x86_64.rpm
warning: zsh-5.5.1-9.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:zsh-5.5.1-9.el8 ################################# [100%]
- Check if... Is installed
[[email protected] ~]# rpm -qi zsh-5.5.1-9.el8.x86_64.rpm zsh-5.5.1-9.el8.x86_64uninstall zsh
[[email protected] ~]# rpm -e zsh-5.5.1-9.el8.x86_64Query all installed software
[[email protected] ~]# rpm -qaInquire about date Command package
[[email protected] ~]# whereis date date: /usr/bin/date /usr/share/man/man1/date.1.gz /usr/share/man/man1p/date.1p.gz [[email protected] ~]# cd /usr/bin/ [[email protected] bin]# rpm -qf date coreutils-8.30-12.el8.x86_64Query not installed zsh File information for
[[email protected] bin]# rpm -ql zsh-5.5.1-9.el8.x86_64 package zsh-5.5.1-9.el8.x86_64 is not installedyum Local source configuration
[[email protected] mnt]# mount /dev/sr0 /mnt/ mount: /mnt: /dev/sr0 already mounted on /mnt. [[email protected] mnt]# cd /etc/yum.repos.d/ [[email protected] yum.repos.d]# vim redhat.repo """ [BaseOS] name=BaseOS baseurl=file:///mnt/BaseOS gpgcheck=0 [AppStream] name=AppStream baseurl=file:///mnt/AppStream gpgcheck=0 """ To configure [[email protected] yum.repos.d]# yum clean all [[email protected] yum.repos.d]# yum makecacheyum Network source configuration
sftp> put C:\Users\jameth\Desktop\Centos-vault-8.5.2111.repo /etc/yum.repos.d Uploading C:/Users/jameth/Desktop/Centos-vault-8.5.2111.repo to /etc/yum.repos.d/Centos-vault-8.5.2111.repo C:/Users/jameth/Desktop/Centos-vault-8.5.2111.repo 100% 2519 1.2MB/s 00:00 [[email protected] yum.repos.d]# ls -l total 8 -rw-r--r--. 1 root root 2519 Jul 20 18:57 Centos-vault-8.5.2111.repo -rw-r--r--. 1 root root 487 Jul 20 18:35 redhat.repo [[email protected] yum.repos.d]# yum clean all [[email protected] yum.repos.d]# yum makecacheinstall httpd Software
[[email protected] yum.repos.d]# yum install httpdsee vim Which package does the command belong to
[[email protected] yum.repos.d]# whereis vim vim: /usr/bin/vim /usr/share/vim /usr/share/man/man1/vim.1.gz [[email protected] yum.repos.d]# rpm -qf /usr/bin/vim vim-enhanced-8.0.1763-16.el8.x86_64yum uninstall httpd
[[email protected] yum.repos.d]# yum remove httpdClean cache
[[email protected] yum.repos.d]# yum clean allRecreate cache
[[email protected] yum.repos.d]# yum makecacheinstall postgresql Version in the module 13
[[email protected] yum.repos.d]# yum install @postgresql:13Source code installation : httpd
[[email protected] ~]# tar xf httpd-2.4.12.tar.gz [[email protected] ~]# cd httpd-2.4.12/ [[email protected] ~]# ./configure --prefix=/usr/local/httpd24 --enable-so --enable-rewrite --enable-ssl [[email protected] ~]# make && make installsee root User processes with terminals
[[email protected] ~]# ps -lShow processes without terminals
[[email protected] ~]# ps -xShow all processes
[[email protected] ~]# ps auxsee 1 In minutes CPU Time ago 10 The process of ( Use top command
top |head -;top |grep -v PID|sort -rn -k +|head
边栏推荐
- Excel录制宏
- cv2.resize函数报错:error: (-215:Assertion failed) func != 0 in function ‘cv::hal::resize‘
- Mlx90640 infrared thermal imager temperature sensor module development notes (V)
- B树和B+树
- Introduction to web security UDP testing and defense
- C # basic learning (XXIII)_ Forms and events
- 若依如何实现用户免密登录配置方法?
- The programmer's father made his own AI breast feeding detector to predict that the baby is hungry and not let the crying affect his wife's sleep
- 说说对hashcode和equals方法的理解?
- Concurrent programming - memory model JMM
猜你喜欢

Docekr learning - MySQL 8 master-slave replication setup deployment

深度学习的训练、预测过程详解【以LeNet模型和CIFAR10数据集为例】

Docker learning - redis cluster -3 master and 3 slave - capacity expansion - capacity reduction building

Word style and multi-level list setting skills (II)

Business visualization - make your flowchart'run'(3. Branch selection & cross language distributed operation node)

7行代码让B站崩溃3小时,竟因“一个诡计多端的0”

安装mujoco报错:distutils.errors.DistutilsExecError: command ‘gcc‘ failed with exit status 1

卷积神经网络模型之——VGG-16网络结构与代码实现

MLIR原理与应用技术杂谈

Numpy简介和特点(一)
随机推荐
央行数研所穆长春:数字人民币可控匿名是维护公众利益和金融安全的客观需要
B tree and b+ tree
录制和剪辑视频,如何解决占用空间过大的问题?
Emqx cloud update: more parameters are added to log analysis, which makes monitoring, operation and maintenance easier
Substance designer 2021 software installation package download and installation tutorial
Convolutional neural network model -- googlenet network structure and code implementation
Convolutional neural network model -- alexnet network structure and code implementation
[300 opencv routines] 239. accurate positioning of Harris corner detection (cornersubpix)
C#基础学习(二十三)_窗体与事件
好友让我看这段代码
从输入网址到网页显示
业务可视化-让你的流程图'Run'起来(3.分支选择&跨语言分布式运行节点)
【AI4Code】《IntelliCode Compose: Code Generation using Transformer》 ESEC/FSE 2020
简单了解流
ThreadLocal&Fork/Join
Online Learning and Pricing with Reusable Resources: Linear Bandits with Sub-Exponential Rewards: Li
【CSDN 年终总结】结束与开始,一直在路上—— “1+1=王”的2021总结
【GCN-CTR】DC-GNN: Decoupled GNN for Improving and Accelerating Large-Scale E-commerce Retrieval WWW22
Machine learning strong foundation program 0-4: popular understanding of Occam razor and no free lunch theorem
Excel添加按键运行宏