-
openEuler 20.03默认的yum源中没有找到ipa安装包,这个要如何安装的?在CentOS上有现成的安装包
-
【功能模块】ACL库无法正确使用 跑YOLOv3 sample【操作步骤&问题现象】1、安装 CANN tookit会导致yum无法使用 由于库中TVM不支持Python22、安装 CANN tookit成功 无法跑sample【截图信息】【日志信息】(可选,上传日志内容或者附件)
-
安装BCC包后,yum失效,ssh连上即断开,详细操作见附件日志,求解决方法,拜谢!
-
1、请问下我要将EulerOS release 2.0 (SP5)升级为SP9版本使用的yum源是这个:baseurl=http://repo.huaweicloud.com/euler/2.9/os/x86_64/执行yum update 报错,几乎每个包都会报错Error: Package: python2-devel-2.7.16-16.eulerosv2r9.x86_64 (updates) Requires: libpython2.7.so.1.0()(64bit) Removing: python-libs-2.7.5-69.h29.eulerosv2r7.x86_64 (@anaconda/rawhide) libpython2.7.so.1.0()(64bit) Obsoleted By: python2-2.7.16-16.eulerosv2r9.x86_64 (updates) libpython2.7.so.1.0()(64bit)2、请问EulerOS release 2.0 SP5 可以直接升级为SP9版本吗?
-
已经参考https://support.huaweicloud.com/instg-kunpengdbs/kunpengmysql8017_03_0010.html很多次了,能不能出个教程yum安装mysql【8.0.22】版本的,已经参考无数次,安装、重装很多次openEuler20.03操作系统了。。。。
-
-
【功能模块】基础镜像名称/tag:swr.cn-north-4.myhuaweicloud.com/modelarts-job-dev-image/mindspore-ascend910-cp37-euleros2.8-aarch64-training:1.2.0-3.1.2-roma功能模块:yum无法使用,dnf也无法使用【操作步骤&问题现象】1、启动容器后,尝试使用yum命令;2、直接报错:No module named 'dnf'3、参照https://support.huaweicloud.com/ug-mfac-mindxsdk201/atlasmx_02_0452.html所述,但LD_LIBRARY_PATH环境变量中并没有python3.7.5相关路径:[work@7bfce46d3e87 ~]$ $LD_LIBRARY_PATHbash: /usr/lib/aarch64-linux-gnu/hdf5/serial:/usr/local/Ascend/nnae/latest/fwkacllib/lib64:/usr/local/Ascend/driver/lib64/common:/usr/local/Ascend/driver/lib64/driver:【截图信息】【日志信息】(可选,上传日志内容或者附件)[work@7bfce46d3e87 ~]$ yumTraceback (most recent call last): File "/usr/bin/yum", line 57, in <module> from dnf.cli import mainModuleNotFoundError: No module named 'dnf'
-
我想在Atlas500 小站上安装一些东西,yum命令没有,yum依赖python2,也没有。python2和yum需要自己安装吗?还是A500不支持安装。
-
内部员工,黄区机器,配置好https://mirrors.huaweicloud.com这个镜像之后,yum没有找到gcc的包,内部使用应该用哪个镜像,或者配置的时候有什么讲究?
-
20.1 RPM 包查看当前系统中已经安装的 RPM 包:rpm -qa,查看是否安装 xxx 包:rpm -qa | grep xxx。安装 RPM 包:rpm -ivh xxx.rpm。卸载 RPM 软件:rpm -e 软件名称。20.2 YUM 包YUM 包基于 RPM 包,类似于 Maven,不需要处理软件包之间的依赖关系,通过执行 YUM 命令,系统会自动去 YUM 服务器上下载所有依赖。不需要预先将软件包下载到本地。查看当前系统中已经安装的 RPM 包:yum list installed,查看是否安装 xxx 包:yum list installed | grep xxx。安装 RPM 包:yum install 软件名称。卸载 RPM 软件:yum remove 软件全名。————————————————版权声明:本文为CSDN博主「MCC莫大大」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/lemon6564562/article/details/115554976
-
Atlas500智能小站的欧拉系统,自带的系统是被裁剪过,没有yum工具,在欧拉中yum工具如何安装?
-
### ECS信息 * 规格:通用入门型 | t6.large.1 | 2vCPUs | 2GB * 镜像:openEuler 20.03 64bit | 公共镜像 ### linux yum 查看软件包和软件包组 #### 查看仓库及其状态 ``` bash # yum repolist all repo id repo name status EPOL EPOL enabled OS OS enabled debuginfo debuginfo enabled everything everything enabled source source enabled update update disabled ``` #### 查看yum的版本信息 ``` bash # yum info yum Last metadata expiration check: 2:21:15 ago on Tue 23 Mar 2021 07:59:26 PM CST. Installed Packages Name : yum Version : 4.2.15 Release : 8.oe1 Architecture : noarch Size : 4.0 Source : dnf-4.2.15-8.oe1.src.rpm Repository : @System From repo : anaconda Summary : Package manager URL : https://github.com/rpm-software-management/dnf License : GPLv2+ and GPLv2 and GPL Description : Utility that allows users to manage packages on their systems.\ : It supports RPMs, modules and comps groups & environments. ``` #### 查看已安装和未安装的软件包组 ``` bash # yum grouplist Last metadata expiration check: 2:21:55 ago on Tue 23 Mar 2021 07:59:26 PM CST. Available Environment Groups: Minimal Install Server Virtualization Host Available Groups: Container Management Development Tools Headless Management Legacy UNIX Compatibility Network Servers Scientific Support Security Tools System Tools Smart Card Support ``` ### 查看指定软件包组的信息 ``` bash # yum groupinfo Server Last metadata expiration check: 2:25:09 ago on Tue 23 Mar 2021 07:59:26 PM CST. Environment Group: Server Description: An integrated, easy-to-manage server. no group 'debugging' from environment 'server-product-environment' Mandatory Groups: Container Management Core Hardware Support Headless Management Server product core Standard Optional Groups: Basic Web Server DNS Name Server FTP Server File and Storage Server Hardware Monitoring Utilities Infiniband Support Mail Server Network File System Client Network Servers Performance Tools Remote Management for Linux Virtualization Hypervisor Windows File Server ``` ### 帮助文档(部分) ``` bash # yum --help usage: yum [options] COMMAND List of Main Commands: alias List or create command aliases autoremove remove all unneeded packages that were originally installed as dependencies check check for problems in the packagedb check-update check for available package upgrades clean remove cached data deplist List package's dependencies and what packages provide them distro-sync synchronize installed packages to the latest available versions downgrade Downgrade a package group display, or use, the groups information help display a helpful usage message history display, or use, the transaction history info display details about a package or group of packages install install a package or packages on your system list list a package or groups of packages makecache generate the metadata cache mark mark or unmark installed packages as installed by user. module Interact with Modules. provides find what package provides the given value reinstall reinstall a package remove remove a package or packages from your system repolist display the configured software repositories repoquery search for packages matching keyword repository-packages run commands on top of all packages in given repository search search package details for the given string shell run an interactive YUM shell swap run an interactive YUM mod for remove and install one spec updateinfo display advisories about packages upgrade upgrade a package or packages on your system upgrade-minimal upgrade, but only 'newest' package match which fixes a problem that affects your system List of Plugin Commands: ...... ``` ### 参考资料 * https://blog.csdn.net/yaoshixian/article/details/86298705 ### 学习资料 * openEuler-官网 openeuler.org/zh * openEuler-B站 space.bilibili.com/527064077 * openEuler-慕课 openeuler.org/zh/learn/mooc * openEuler-文档 openeuler.org/zh/documentation 欢迎各位同学来讨论~!
-
1.准备工作一台银河麒麟V10服务器版虚拟机,银河麒麟V10系统iso镜像。(银河麒麟V10server版本为R系)2.操作步骤打开虚拟机设置,把iso挂载到虚拟机里。3、进入系统,把iso挂载到某个目录下,这里是/mnt下4、进入,/etc/yum.repos.d/目录下,把目录下的所有东西移动到其他位置去。5、在目录下新建kylin.repo6、添加以下内容,然后保存退出。name: #对yum源描述信息baseurl:#yum源的路径(repodata目录所在的目录)enabled:#为1,表示启用yum源gpgcheck:#为1,使用公钥检验rpm的正确性使用yum clean all 清空yum缓存yum list 生成列表然后就可以使用本地镜像源安装软件了。下面是一些常见yum命令yum install softwarename 安装yum repolist 列出设定yum源的信息yum remove softwarename 卸载yum list softwarename 查看软件源中是否有此软件yum list all 列出所有软件名称yum list installd 列出已经安装的软件名称yum list available 列出可以用yum安装的软件名称yum clean all 清空yum缓存yum search softwarename 根据软件信息搜索软件名字yum whatprovides filename 在yum源中查找包含filename文件的软件包yum update 更新软件yum history 查看系统软件改变历史yum reinstall softwarename 重新安装yum info softwarename 查看软件信息yum groups list 查看软件组信息yum groups info softwaregroup 查看软件组内包含的软件yum groups install softwaregroup 安装组件原文链接:https://blog.csdn.net/m0_46097570/article/details/105497723
上滑加载中