Permision problem wget http://winetricks.org/winetricks

Questions about Wine on Linux
Locked
JustLikeThat
Level 1
Level 1
Posts: 5
Joined: Tue Apr 30, 2013 3:45 pm

Permision problem wget http://winetricks.org/winetricks

Post by JustLikeThat »

Good day to all,
Trying to install winetricks(upgrade) and i keep geting this problem :

$ wget http://winetricks.org/winetricks
--2013-04-30 23:41:29-- http://winetricks.org/winetricks
Resolving winetricks.org (winetricks.org)... 216.92.137.144
Connecting to winetricks.org (winetricks.org)|216.92.137.144|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 613886 (599K) [text/plain]
winetricks: Permission denied

Cannot write to `winetricks' (Permission denied).

So pls WINE pimp my code
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Permision problem wget http://winetricks.org/winetricks

Post by dimesio »

Make sure you have write permission to wherever you're trying to save it.
JustLikeThat
Level 1
Level 1
Posts: 5
Joined: Tue Apr 30, 2013 3:45 pm

Re: Permision problem wget http://winetricks.org/winetricks

Post by JustLikeThat »

Well I dunno how but I upgraded winetrciks. Now I have a new problem with cahnging the code due this link https://code.google.com/p/winetricks/so ... tail?r=925
to solve instaletion problems. In other words how to edit winetricks file?
PS ty for the answer
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Permision problem wget http://winetricks.org/winetricks

Post by dimesio »

It's a script. Open it in any text editor and edit it.
Locked