2007-06-25, 04:13 PM
It doesn't say anything at anytime about a license and i do not know how to execute it.
When i double click it it says archive type not supported. ?
Azereus
|
2007-06-25, 04:13 PM
It doesn't say anything at anytime about a license and i do not know how to execute it. When i double click it it says archive type not supported. ?
2007-06-25, 05:14 PM
Hi, Open up a terminal to issues the commands I said.
2007-06-25, 05:25 PM
this is what happens when i type your commands: [Delta@localhost ~]$ mv jre1.6.0_01 /usr/lib mv: cannot stat `jre1.6.0_01': No such file or directory [Delta@localhost ~]$ su Password: [root@localhost Delta]# [Delta@localhost ~]$ mv jre1.6.0_01 /usr/lib bash: [Delta@localhost: command not found [root@localhost Delta]# mv: cannot stat `jre1.6.0_01': No such file or directory ??????????????????????????????????????????????????????????? I MISS MS-DOS! lol > [Delta@localhost ~]$
2007-06-26, 12:12 AM
you are getting this because you are not in the same DIRECTORY as the file you downloaded. try this Code: pwd that will list the current working directory you are in now once you know what it is, try listing it's contents Code: ls -al if you are logged in as 'deltanoob' and then su - then your local dir will change try pwd before and after a su statement linux takes some getting used to cheers anyweb |
« Next Oldest | Next Newest »
|