The program 'unzip' is currently not installed. You can install it by typing:

linux解压遇到下面问题:

The program ‘unzip’ is currently not installed. You can install it by typing: sudo apt-get install unzip;

说明我们还没有安装 相应的package,需要使用命令安装unzip

sudo apt-get install unzip

安装好即可使用unzip

The program 'unzip' is currently not installed. You can install it by typing:

时间: 2024-08-04 21:43:55

The program 'unzip' is currently not installed. You can install it by typing:的相关文章

The program 'yum' is currently not installed. You can install it by typing:

执行:(可以直接写成sudo su,就直接转成root了) sudo apt-get updateapt-get install lrzsz 出现:The program 'yum' is currently not installed. You can install it by typing: 然后执行: apt install yum 出现:Unable to fetch some archives, maybe run apt-get update or try with --fix-m

AOSP android7.1.1-r16源码编译

编译环境配置 Ubuntu17.04 安装openjdk(7/8/9) sudo apt-get install openjdk-8-jdk 安装git sudo apt-get install git git config --global user.name "accout" git config --global user.email "accout @qq.com" sudo apt-get install repo 添加依赖 sudo apt-get in

net-force.nl/steganography writeup

做CTF题好长一段时间了,真的可以学到很多东西.这次,我们开启 net-force.nl 的 Steganography之旅,所谓的隐写术. level 801: Training - Can you see me? 点开上面的链接可以查看题目.字的颜色以背景颜色书写,惯用的雕虫小技,Ctrl + A 就能现形,或者查看网页代码,答案显而易见. <span style="color: white"> Look at the file password.gif and you

ubuntu---记录.重装电脑之设置电脑信息

(1)设置网络(2)安装一个中文输入法(3)CUDA+驱动+cuDNN+添加到系统环境中(4)禁止内核更新(5)安装好opencv之后,查看安装的版本(6)查看自带的python版本(7)设置系统里python的默认版本(8)配python-opencv(9)不管是用pip装什么模块,前面尽量不要加sudo(10) Ubuntu16.04内核更新,导致驱动丢失(11)ubuntu16.04 修改配置文件 禁止系统自动更新(12)ubuntu16.04 + virtualenv + py2.7 +

初识git

初识git 1 安装git 最早Git是在Linux上开发的,很长一段时间内,Git也只能在Linux和Unix系统上跑.不过,慢慢地有人把它移植到了Windows上.现在,Git可以在Linux.Unix.Mac和Windows这几大平台上正常运行了. 要使用Git,第一步当然是安装Git了.根据你当前使用的平台来阅读下面的文字: 1.1 在Linux上安装Git 首先,你可以试着输入git,看看系统有没有安装Git: ``` $ git The program 'git' is curren

git &amp;github 快速入门

github介绍 安装 仓库创建& 提交代码 代码回滚 工作区和暂存区 撤销修改 删除操作 远程仓库 分支管理 多人协作 github使用 忽略特殊文件.gitignore 为什么要用版本控制? 假设你在的公司要上线一个新功能,你们开发团队为实现这个新功能,写了大约5000行代码,上线没2天,就发现这个功能用户并不喜欢,你老板让你去掉这个功能,你怎么办?你说简单,直接把5000行代码去掉就行了,但是我的亲,说的简单,你的这个功能写了3周时间,但你还能记得你是新增加了哪5000行代码么?所以你急需

安装Git

在Linux上安装Git 首先,你可以试着输入git,看看系统有没有安装Git: $ git The program 'git' is currently not installed. You can install it by typing: sudo apt-get install git 在Mac OS X上安装Git 如果你正在使用Mac做开发,有两种安装Git的方法. 一是安装homebrew,然后通过homebrew安装Git,具体方法请参考homebrew的文档:http://br

Linux 常用命令解析及Bash Shell脚本用法示例

 摘要 Linux 命令是基于文本格式输入输出的一种程序,按照Unix哲学中强调的程序功能简单,输入宽松,输出严谨,各种程序组合可以具有更强大的功能,而具有这种灵活性的主要原因是Linux规定程序的输入输出必须坚持文件流格式,即文本格式,而这就是Linux系统的核心之一. 对于Bash,即Shell的一种,为现在主流Linux发行版本默认的命令行解释器,是一种功能强大的工具,可以实现对Linux支持的程序命令的组合,从而实现强大功能.类似于Window系统的bat文件,Bash具有更为强大的

ubuntu不支持rpm安装软件解决方法

以前经常使用的是redhat,习惯使用rpm方法安装软件.最近发现Ubuntu系统居然不支持rpm方法安装软件,提示信息如下: [email protected]$ rpm -i package.rpm The program 'rpm' is currently not installed.  You can install it by typing: sudo apt-get install rpm 然而通过apt-get安装rpm包以后依然不能够安装,最后才知道原来Ubuntu不支持rpm