zoukankan      html  css  js  c++  java
  • 安装`lrzsz`包及其报错解决办法

    rz命令的安装包名是lrzsz

    安装lrzsz包时报错Failed to mount cd:///?devices=/dev/sr1,/dev/sr0 on /var/adm/mount/AP_0x9XSGs6: Mounting media failed (mount: no medium found on /dev/sr0)

    环境

    • Windows 7
    • VM player
    • SUSE Enterprise 11

    报错详细

    安装lrzsz包时,报错 如下:

    linux-velh:~ # zypper install -y lrzsz
    Loading repository data...
    Reading installed packages...
    'lrzsz' not found in package names. Trying capabilities.
    Resolving package dependencies...
    
    The following NEW package is going to be installed:
      rzsz 
    
    1 new package to install.
    Overall download size: 96.0 KiB. After the operation, additional 244.0 KiB will be 
    used.
    Continue? [y/n/?] (y): y
    Retrieving package rzsz-0.12.20-934.22.x86_64 (1/1), 96.0 KiB (244.0 KiB unpacked)
    Failed to mount cd:///?devices=/dev/sr1,/dev/sr0 on /var/adm/mount/AP_0x9XSGs6: Mounting media failed (mount: no medium found on /dev/sr0)
    
    Please insert medium [SUSE-Linux-Enterprise-Server-11-SP3 11.3.3-1.138] #1 and type 'y' to continue or 'n' to cancel the operation. [yes/no] (no): no
    Failed to provide Package rzsz-0.12.20-934.22. Do you want to retry retrieval?
    
    [SUSE-Linux-Enterprise-Server-11-SP3 11.3.3-1.138|cd:///?devices=/dev/sr1,/dev/sr0] Can't provide file './suse/x86_64/rzsz-0.12.20-934.22.x86_64.rpm' from repository 'SUSE-Linux-Enterprise-Server-11-SP3 11.3.3-1.138'
    History:
     - Failed to mount cd:///?devices=/dev/sr1,/dev/sr0 on /var/adm/mount/AP_0x9XSGs6: Mounting media failed (mount: no medium found on /dev/sr0)
    
     - Can't provide ./suse/x86_64/rzsz-0.12.20-934.22.x86_64.rpm
    
    Abort, retry, ignore? [a/r/i] (a): a
    Problem occured during or after installation or removal of packages:
    Installation aborted by user
    
    Please see the above error message for a hint
    

    原因

    这是由于没有关在SUSE的镜像造成的,

    • 虚拟机设置->硬件->CD?DVD(SATA)->勾选已连接->使用ISO镜像文件->选择安装的镜像

    然后在虚拟机中重新安装lrzsz

  • 相关阅读:
    洛谷P4206 [NOI2005]聪聪与可可(期望dp+最短路)
    bzoj2064: 分裂(状压dp)
    Centos7搭建ansible运维自动化工具
    Centos7自动式脚本搭建jumpserver
    TSP问题—Hopfield神经网络算法
    TSP问题—近似算法
    狭义相对论的数学推导
    线性规划实战—投资的收益和风险
    线性规划的算法分析
    一阶非齐次线性微分方程的算法
  • 原文地址:https://www.cnblogs.com/linga/p/10987401.html
Copyright © 2011-2022 走看看