hi! i'm starting with linux and i dont know what is going bad. i read that winetricks is installed with wine so i try to install some libs : winetricks d3dx9 but terminal shows: Executing wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe directx_feb2010_redist.exe: Permiso denegado ------------------------------------------------------ Note: command 'wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe' returned status 1. Aborting. i tryed to download agen winetricks bud nothing changes. what am I doing bad? Sorry for my bad english [Embarassed]
It's kind of hard to tell. What does wget http://microsoft.com say? Can you download http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe with a web browser?
On Fri, Dec 24, 2010 at 4:17 AM, roomm <wineforum-user at winehq.org> wrote:> hi! i'm starting with linux and i dont know what is going bad. > i read that winetricks is installed with wine so i try to install some libs : > winetricks d3dx9 > > but terminal shows: > > Executing wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe > directx_feb2010_redist.exe: Permiso denegadoIs this caused by the inability to write files in the current folder? John
if i do wget http://microsoft.com it downloades a html and yes, i can download if i put the link in browser i dont know what i have to do :S i can install manually the libs ???
On 12/24/10 2:17 AM, roomm wrote:> hi! i'm starting with linux and i dont know what is going bad. > i read that winetricks is installed with wine so i try to install some libs : > winetricks d3dx9 > > but terminal shows: > > Executing wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe > directx_feb2010_redist.exe: Permiso denegadoYou don't have permission to write to or create the hidden .winetrickscache directory. Try creating this in your home directory. If you are trying this as any form of root (su or sudo) please do not do this. James McKenzie