/flash.sh: line 13: unzip: command not found 下面是第13行的shell #!dl.google.com/android/repository/platform- tools_$VERSION-$PLATFORM.zip --output platform-tools.zip
unzip
Done:~$ sudo apt install unzipSuggested packages:The following NEW packages will be installed:0 upgraded, 1 newlyErr:1 http://archive.ubuntu.com/ubuntu foca
我正在与docker合作,并希望通过在ubuntu镜像上安装zip文件中的应用程序来创建一个最小的新层。ubuntu镜像既没有安装wget,也没有安装unzip,所以我使用apt-get安装wget和unzip,它首先需要一个apt-get update。docker run -it --name app_container ubuntu:latest
# now i have terminal access to the fresh app_container# install wget and <em
我有一个目录/home/ubuntu/上载。我需要检查它是否包含任何压缩文件。如果它包含,那么我需要根据日期将最古老的修改文件移动到一个名为/home/ubuntu/temp的不同目录中。然后,我需要将/home/ubuntu/temp中的zip文件解压缩到一个名为/home/ubuntu/s3的目录中。最后,我需要将文件标记为已成功移动。#!exit
fi