第一点:在【搜索框】中(或者按【win】+【s】进入搜索功能)输入:【windows功能】 打开:启动或关闭Windows功能, 勾选上【适用于Linux的windows子系统】 这个时候我们就可以使用Ubuntu系统的shell了!!! 随后,我发现在使用【apt】命令在安装软件的时候会出现如下图的错误: Unable to locate package 然后在网上搜索了...
《ubuntu — apt-get install的时候提示unable to locate package》 我们在安装ubuntu时,由于ubuntu镜像一般默认自带的都是us的官方源http://us.archive.ubuntu.com,和http://security.ubuntu.com。这些镜像源的地址在中国大多数难以连接,因此需要换国内的源,国内的源有网易源、阿里源、科大源等等,本文会详细讲解怎...
E: Unable to locate package vim 解决: apt-get update && apt-get install apt-file -y && apt-file update && apt-get install vim –y
vim /etc/apt/sources.list 1. 2. 3. #国内镜像 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe...
解决方案二:修改/etc/apt/sources.list 1.进入进入/etc/apt/ cd /etc/apt 2. sudo vim sources.list可用其他编辑器打开编辑,编辑前最好备份一下 3.删除掉sources.list的其他内容,任意选择一种源的内容复制粘贴进去,保存,例如,选择阿里源 4.更新apt sudo apt-get update...
1、ubuntu系统:普通用户下输入命令:sudo apt-get install vim-gtk(注:出现e: unable to locate package则将命令改成sudo apt-get install vim-nox) 中途遇到这个,输入y(不区分大小写)。 最后出现下面这句话,就是安装成功了,再次在命令行敲入vi,按“tab”键,可以看到已经安装了vim。
今天新装的Ubuntu安装软件一直报错Unable to locate package ***,原因Ubuntu apt软件源有问题,更换为apt阿里云源解决问题。 1、备份apt源 1.1Ubuntu 的apt源配置文件:/etc/apt/sources.list,备份原来的源。 sudo mv/etc/apt/sources.list/etc/apt/sources.list.bak20181105 2...
1. 报错 E: Unable to locate package yum 我在学习 Linux 命令的时候需要使用 locate 命令,但是 Ubuntu 的系统里没有安装 locate 命令。根据弹幕的指示我使用了如下命令。 # yum安装locate sudo yum install mlocate sudo updatedb locate -h
1. 报错 E: Unable to locate package yum 我在学习 Linux 命令的时候需要使用 locate 命令,但是 Ubuntu 的系统里没有安装 locate 命令。根据弹幕的指示我使用了如下命令。 # yum安装locate sudo yum install mlocate sudo updatedb locate -h
1. 报错 E: Unable to locate package yum 我在学习 Linux 命令的时候需要使用 locate 命令,但是 Ubuntu 的系统里没有安装 locate 命令。根据弹幕的指示我使用了如下命令。 # yum安装locate sudo yum install mlocate sudo updatedb locate -h