当前位置:   article > 正文

Please ask your administrator to install the package unzip

ask your administrator

1. The program ‘unzip’ is currently not installed. To run ‘unzip’ please ask your administrator to install the package ‘unzip’

guipc@deepnorth:~$ unzip run_time.zip
The program 'unzip' is currently not installed. To run 'unzip' please ask your administrator to install the package 'unzip'
guipc@deepnorth:~$ 
  • 1
  • 2
  • 3

2. sudo apt-get install unzip

guipc@deepnorth:~$ sudo apt update
[sudo] password for guipc: 
...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
138 packages can be upgraded. Run 'apt list --upgradable' to see them.
guipc@deepnorth:~$ 


guipc@deepnorth:~$ sudo apt-get install unzip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  zip
The following NEW packages will be installed:
  unzip
0 upgraded, 1 newly installed, 0 to remove and 138 not upgraded.
Need to get 158 kB of archives.
After this operation, 530 kB of additional disk space will be used.
Get:1 http://hk.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
Fetched 158 kB in 0s (160 kB/s)
Selecting previously unselected package unzip.
(Reading database ... 71071 files and directories currently installed.)
Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
Unpacking unzip (6.0-20ubuntu1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up unzip (6.0-20ubuntu1) ...
guipc@deepnorth:~$ 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

3. unzip run_time.zip

guipc@deepnorth:~$ unzip run_time.zip
Archive:  run_time.zip
   creating: run_time/
  inflating: run_time/libcudart.so.8.0  
  inflating: run_time/libcurand.so.8.0  
  inflating: run_time/libcudnn.so.6  
  inflating: run_time/libcublas.so.8.0  
guipc@deepnorth:~$
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

References

[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/article/detail/43903
推荐阅读
  

闽ICP备14008679号