分页: 1 / 1

很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-27 10:18
ubuntu_WZW
如果可以的话请将每一步详细地写给我,非常感谢。
我刚刚才接触ubuntu,实在是非常菜,不想就这样回去windows,恳请各位指点一下迷津。非常笼统的那些过程我已经知道,但是细节部分实在不清楚。 :em06

我已经放弃原来的tar.gz,另下了个ChinaTelecom_huawei_linux_install.tar.gz,成功解压后在/tmp/linux_install,内有Driver文件夹,ChinaTelecom.tar.gz,install,jre-1_6_0_14-linux-i586.bin,readme.txt,
readme.txt中如下:

--How to Install----------------------

*You need login as root*

1. Run "install" in TERMINAL to install ChinaTelecom

eg: # bash /<path>/install



2. If you had installed this software in your system before, you will get a prompt: "The software is exist, do you want overwrites? ([Y]/[N])", enter "y" to overwrites or "n" to exit.



3. If you do not had installed this software in your system before, you will get a prompt: "Please input the install path[/usr/local/China_Telecom]:". Then you can input install path(fullpath), or you may using the default path(/usr/local/China_Telecom) by press ENTER direct



4. Finish installing



--How to run--------------------------

* From shortcut in desktop



* Run ChinaTelecom in your install path

eg: # /<install path>/MobilePartner



* Plug in your device, it will run automatically(Not supported in Xandros)

在终端中运行install说是:You must run the process by root
[/size]

Re: 很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-27 10:26
懒蜗牛Gentoo
这个包有问题,虽然是.gz结尾的,但不是gzip的格式。你运行
file ChinaTelecom_ZTE_linux.tar.gz
看看到底是个什么文件先。

Re: 很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-27 10:29
leeaman
文件坏了吧?

Re: 很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-27 13:55
懒蜗牛Gentoo
install前面加上sudo

Re: 很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-27 14:03
Roba
然后输入你的密码

Re: 很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-27 15:22
windwhinny
readme.txt里说了

代码: 全选

*You need login as root*
意思就是你必须要拥有root权限才能运行这个程序。
用root权限运行程序的方法就是在命令前面加上sudo ,然后输入密码。比如

代码: 全选

sudo ./install

Re: 很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-27 16:14
guoqiang5277
纯属顶贴。帮助楼主

Re: 很菜的新人有关tar.gz包的安装问题

发表于 : 2011-01-28 23:49
annaxue
如果你以前都没用过root 就试下 sudo -i;
然后再 sudo passwd;//设置你的root密码
然后就正常用了。