Azereus - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora 7 (https://www.linux-noob.com/forums/forum-46.html) +---- Thread: Azereus (/thread-1299.html) Pages:
1
2
|
Azereus - Deltanoob - 2007-06-25 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 - xDamox - 2007-06-25 Hi, Open up a terminal to issues the commands I said. Azereus - Deltanoob - 2007-06-25 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 ~]$ Azereus - anyweb - 2007-06-26 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 |