kevin@Ubuntu:~$ sudo apt-get remove gparted(这里是输入的命令)
[sudo] password for kevin: (要你的密码)
Reading package lists... Done (开始执行)
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
python-zopeinterface python-twisted-core python-twisted-web2 python-encutils
python-twisted-web libexiv2-4 python-serial ttf-liberation python-pam
python-pgm python-avahi python-mutagen libpigment0.3-5 python-dateutil
python-cssutils fglrx-kernel-source python-setuptools exiv2 python-gpod
python-twisted-bin
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
gparted
0 upgraded, 0 newly installed, 1 to remove and 25 not upgraded.
After this operation, 2265kB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
kevin@Ubuntu:~$ (执行完成,返回提示符)
亚嵌_嵌入式培训 于 2009-02-16 08:53:56发表:
?
没明白
xrb2007 于 2009-02-16 02:00:49发表:
会了。呵呵。之前是因为还没运行就被我关闭了。
xrb2007 于 2009-02-15 21:16:40发表:
明白很多了,回头再操作几次,应该就没问题了。非常谢谢几位朋友的解答。
jagub 于 2009-02-15 20:59:05发表:
终端就和windows里面的cmd类似,输入命令以后按回车啊
compat 于 2009-02-15 20:40:16发表:
不太清楚你讲的
nkevin 于 2009-02-15 19:32:32发表:
[i=s] 本帖最后由 nkevin 于 2009-2-15 19:36 编辑 [/i]
这些命令,在输入完成之后,按回车就行。
如果你输入正确,就会开始替你执行,并且返回一些执行过程中的信息。
如果你输入有错误,比如拼写错误,或者命令在执行中遇到错误,都一定会有具体提示出来的。
对于文件的操作,比如在终端里面,复制cp,重命名mv,等操作。他们在执行(按回车之后)一般不会有提示(除非你自己输入错了)
当你看到,终端里面,无论执行命令后有没有提示,它返回到:“kevin@Ubuntu:~$ “,这个样子,就证明命令彻底执行完成了。
具体的命令,出现的提示,哪怕是错误提示,都不会相同,需要你自己来看,来分析。如果你看不懂,可以选中终端里面出现的字符,右键-复制,粘贴上来,大家才能帮你具体的分析。
忘了提醒你一点,有些命令,要用sudo,用sudo执行的命令,回车后要输入你帐号的密码,这个密码是不显示出来的。不像是win下,还有星号,你只要确保输入正确,输入完按回车即可。
给你的例子:
kevin@Ubuntu:~$ sudo apt-get remove gparted(这里是输入的命令)
[sudo] password for kevin: (要你的密码)
Reading package lists... Done (开始执行)
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
python-zopeinterface python-twisted-core python-twisted-web2 python-encutils
python-twisted-web libexiv2-4 python-serial ttf-liberation python-pam
python-pgm python-avahi python-mutagen libpigment0.3-5 python-dateutil
python-cssutils fglrx-kernel-source python-setuptools exiv2 python-gpod
python-twisted-bin
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
gparted
0 upgraded, 0 newly installed, 1 to remove and 25 not upgraded.
After this operation, 2265kB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
kevin@Ubuntu:~$ (执行完成,返回提示符)
xrb2007 于 2009-02-15 18:52:49发表:
我按照网上的说明,输入这些东东后,点 关闭按钮,好像什么动静也没有。
这个命令的作用是运行各种操作,好像说是类似 在Windows系统下,开始----运行----输入 命令那样的。
xrb2007 于 2009-02-15 18:50:33发表:
例如 sudo apt-get install scim
nkevin 于 2009-02-15 18:46:54发表:
没明白你的意思,什么代码?