码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu14.04 Adobe flash

时间:2014-12-21 23:22:45      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:

 

linux tar.gz安装方法

#是root用的,如果想一直用就要先给root设置密码sudo passwd root

root@big-System-Product-Name:/home# tar -xzvf install_flash_player_11_linux.x86_64.tar.gz
tar (child): install_flash_player_11_linux.x86_64.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

the solotion:

   cd /big

   root@big-System-Product-Name:/home/big#

tar -xzvf install_flash_player_11_linux.x86_64.tar.gz -C /home/big/flash
解压指定的文件到指定的文件夹

DELETE THE FOLDER:
sudo rm -rf 文件夹名

CD ORDER
big@big-System-Product-Name:~$ su root
Password: 
root@big-System-Product-Name:/home/big# cd
root@big-System-Product-Name:~# cd /home/big/flash
root@big-System-Product-Name:/home/big/flash# cd ..
root@big-System-Product-Name:/home/big# cd ..
root@big-System-Product-Name:/home# cd ..

 

 



ubuntu14.04 Adobe flash

标签:

原文地址:http://www.cnblogs.com/lijy/p/4177121.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!