hey guys
I was trying to install winetricks on fedora 21 but after downloading the file and running
chmod +x winetricks
and moving it int /usr/local/bin
I still can't run winetricks from the command line.This is what happens when I try to run winetricks vcrun2005
[root@localhost Scaricati]# winetricks vcrun2005
bash: winetricks: comando non trovato...
(it's italian, it says comand not found). What can I do now?
Have you tried running it by using ./winetricks
from the folder you downloaded it into, before moving it to /usr/local/bin?
Are you sure you don't already have it? Winetricks is commonly bundled with the wine package install.
Usually in Ubuntu it is, don't know about fedora tho.
He could try some winetricks commands in terminal it would very quickly answer that question.
He tried # winetricks vcrun2005
which is supposed to install vcrun2005, but he got bash: winetricks: command not found...
.
Also @sigladoppiaff winetricks does't need root privileges.
For future references I'll link winetricks wiki: http://wiki.winehq.org/winetricks
After the third fresh install I just moved to ubuntu gnome. I'm not proud of that but I really needed wine and winetricks
On Opensuse (not sure about Fedora) you can
just do
#wine vcrun2005
Wintricks is just fully integrated into wine.
As I said if you install wine on ubuntu, you'll end up with winetricks too.
I never tried openSUSE, probably I should. I Know I will need winetricks but at least it works