winetricks sha1sum mismatch rename and try again
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I just started using Ubuntu, and I'm trying to get Wine up and running. By using Winetricks I'm trying to install some software and I keep getting this error message:
it says
sha1sum mismatch! Rename /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE and try again.
I don't know what it wants me to rename. I'm confused by this error screen.
Does anyone have a fix for this?
Thanks!
wine winetricks
add a comment |
I just started using Ubuntu, and I'm trying to get Wine up and running. By using Winetricks I'm trying to install some software and I keep getting this error message:
it says
sha1sum mismatch! Rename /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE and try again.
I don't know what it wants me to rename. I'm confused by this error screen.
Does anyone have a fix for this?
Thanks!
wine winetricks
Which version of Ubuntu and winetricks are you using? A first step would be a newer version of winetricks...
– andrew.46
Mar 24 '16 at 5:46
1
version of Ubuntu is 14.04 and wine version is 1.6.2
– MAHESH
Mar 26 '16 at 8:13
add a comment |
I just started using Ubuntu, and I'm trying to get Wine up and running. By using Winetricks I'm trying to install some software and I keep getting this error message:
it says
sha1sum mismatch! Rename /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE and try again.
I don't know what it wants me to rename. I'm confused by this error screen.
Does anyone have a fix for this?
Thanks!
wine winetricks
I just started using Ubuntu, and I'm trying to get Wine up and running. By using Winetricks I'm trying to install some software and I keep getting this error message:
it says
sha1sum mismatch! Rename /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE and try again.
I don't know what it wants me to rename. I'm confused by this error screen.
Does anyone have a fix for this?
Thanks!
wine winetricks
wine winetricks
edited Mar 24 '16 at 5:42
andrew.46
22.3k1470150
22.3k1470150
asked Mar 24 '16 at 4:40
MAHESHMAHESH
81113
81113
Which version of Ubuntu and winetricks are you using? A first step would be a newer version of winetricks...
– andrew.46
Mar 24 '16 at 5:46
1
version of Ubuntu is 14.04 and wine version is 1.6.2
– MAHESH
Mar 26 '16 at 8:13
add a comment |
Which version of Ubuntu and winetricks are you using? A first step would be a newer version of winetricks...
– andrew.46
Mar 24 '16 at 5:46
1
version of Ubuntu is 14.04 and wine version is 1.6.2
– MAHESH
Mar 26 '16 at 8:13
Which version of Ubuntu and winetricks are you using? A first step would be a newer version of winetricks...
– andrew.46
Mar 24 '16 at 5:46
Which version of Ubuntu and winetricks are you using? A first step would be a newer version of winetricks...
– andrew.46
Mar 24 '16 at 5:46
1
1
version of Ubuntu is 14.04 and wine version is 1.6.2
– MAHESH
Mar 26 '16 at 8:13
version of Ubuntu is 14.04 and wine version is 1.6.2
– MAHESH
Mar 26 '16 at 8:13
add a comment |
3 Answers
3
active
oldest
votes
The most conservative approach to this issue is to do exactly as the error command suggests and rename the file with this single command:
mv -v /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE
/home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE_bak
And this might be enough. However if the issue recurs you can try an updated copy of winetricks
:
sudo apt-get remove winetricks
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mv -v winetricks /usr/local/bin
And then you will have access to the newest version of winetricks
which should not contain the 'shasum mismatch' error. The latest version that I have tested (after downloading and installing in this manner) is shown as follows:
andrew@ilium~$ winetricks --version
20190310-next - sha256sum: 93ef93104e51331c29857e8c56430720aac185e0d99b21c6108344c27057d698
andrew@ilium~$
If this does not work out for you for whatever reason, and you wish to return to the Repository version of winetricks
use the following commands in a Terminal screen:
sudo rm /usr/local/bin/winetricks
sudo apt-get install winetricks
And your system will then have returned to default: the Repository version of winetricks
...
References:
- WineHQ Wiki: Winetricks
Worked for me : using the second snippet approch (with wget)
– loloof64
Aug 26 '16 at 6:12
2
With recent versions of winetricks you need:sudo mv -v winetricks /usr/bin
notsudo mv -v winetricks /usr/local/bin
`
– Rilcon42
Jan 19 '17 at 22:49
Not sure why, but didn't work for me on Ubuntu 18.04
– EternusVia
Jan 18 at 18:43
add a comment |
To install the latest service pack with winehttp, try upgrading your winetricks or try under the latest development version, e.g.
curl -o winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
sh winetricks winhttp
or one of the following one-liners:
curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | sh -s winhttp
or:
sh -s winhttp < <(wget -qO- https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
add a comment |
One alternative is to modify /usr/bin/winetricks, which is a shell script, to include the updated sha256sum. You should do this only if you are sure that the file in your cache has been properly downloaded.
In my case, the error is:
sha256sum mismatch! Rename /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
I can check the sha256 sum of this file:
sha256sum /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe
And the result is: e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390
Doing now:
grep PowerPointViewer.exe /usr/bin/winetricks
Shows a few lines with content:
... /PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423
It can be updated now by replacing the original sum with the new one, just by doing:
sudo sed -i -e s/249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423/e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390/g /usr/bin/winetricks
Executing now winetricks would avoid the original error.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f749549%2fwinetricks-sha1sum-mismatch-rename-and-try-again%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The most conservative approach to this issue is to do exactly as the error command suggests and rename the file with this single command:
mv -v /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE
/home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE_bak
And this might be enough. However if the issue recurs you can try an updated copy of winetricks
:
sudo apt-get remove winetricks
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mv -v winetricks /usr/local/bin
And then you will have access to the newest version of winetricks
which should not contain the 'shasum mismatch' error. The latest version that I have tested (after downloading and installing in this manner) is shown as follows:
andrew@ilium~$ winetricks --version
20190310-next - sha256sum: 93ef93104e51331c29857e8c56430720aac185e0d99b21c6108344c27057d698
andrew@ilium~$
If this does not work out for you for whatever reason, and you wish to return to the Repository version of winetricks
use the following commands in a Terminal screen:
sudo rm /usr/local/bin/winetricks
sudo apt-get install winetricks
And your system will then have returned to default: the Repository version of winetricks
...
References:
- WineHQ Wiki: Winetricks
Worked for me : using the second snippet approch (with wget)
– loloof64
Aug 26 '16 at 6:12
2
With recent versions of winetricks you need:sudo mv -v winetricks /usr/bin
notsudo mv -v winetricks /usr/local/bin
`
– Rilcon42
Jan 19 '17 at 22:49
Not sure why, but didn't work for me on Ubuntu 18.04
– EternusVia
Jan 18 at 18:43
add a comment |
The most conservative approach to this issue is to do exactly as the error command suggests and rename the file with this single command:
mv -v /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE
/home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE_bak
And this might be enough. However if the issue recurs you can try an updated copy of winetricks
:
sudo apt-get remove winetricks
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mv -v winetricks /usr/local/bin
And then you will have access to the newest version of winetricks
which should not contain the 'shasum mismatch' error. The latest version that I have tested (after downloading and installing in this manner) is shown as follows:
andrew@ilium~$ winetricks --version
20190310-next - sha256sum: 93ef93104e51331c29857e8c56430720aac185e0d99b21c6108344c27057d698
andrew@ilium~$
If this does not work out for you for whatever reason, and you wish to return to the Repository version of winetricks
use the following commands in a Terminal screen:
sudo rm /usr/local/bin/winetricks
sudo apt-get install winetricks
And your system will then have returned to default: the Repository version of winetricks
...
References:
- WineHQ Wiki: Winetricks
Worked for me : using the second snippet approch (with wget)
– loloof64
Aug 26 '16 at 6:12
2
With recent versions of winetricks you need:sudo mv -v winetricks /usr/bin
notsudo mv -v winetricks /usr/local/bin
`
– Rilcon42
Jan 19 '17 at 22:49
Not sure why, but didn't work for me on Ubuntu 18.04
– EternusVia
Jan 18 at 18:43
add a comment |
The most conservative approach to this issue is to do exactly as the error command suggests and rename the file with this single command:
mv -v /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE
/home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE_bak
And this might be enough. However if the issue recurs you can try an updated copy of winetricks
:
sudo apt-get remove winetricks
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mv -v winetricks /usr/local/bin
And then you will have access to the newest version of winetricks
which should not contain the 'shasum mismatch' error. The latest version that I have tested (after downloading and installing in this manner) is shown as follows:
andrew@ilium~$ winetricks --version
20190310-next - sha256sum: 93ef93104e51331c29857e8c56430720aac185e0d99b21c6108344c27057d698
andrew@ilium~$
If this does not work out for you for whatever reason, and you wish to return to the Repository version of winetricks
use the following commands in a Terminal screen:
sudo rm /usr/local/bin/winetricks
sudo apt-get install winetricks
And your system will then have returned to default: the Repository version of winetricks
...
References:
- WineHQ Wiki: Winetricks
The most conservative approach to this issue is to do exactly as the error command suggests and rename the file with this single command:
mv -v /home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE
/home/.cache/winetricks/win2ksp4/W2KSP4_EN.EXE_bak
And this might be enough. However if the issue recurs you can try an updated copy of winetricks
:
sudo apt-get remove winetricks
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mv -v winetricks /usr/local/bin
And then you will have access to the newest version of winetricks
which should not contain the 'shasum mismatch' error. The latest version that I have tested (after downloading and installing in this manner) is shown as follows:
andrew@ilium~$ winetricks --version
20190310-next - sha256sum: 93ef93104e51331c29857e8c56430720aac185e0d99b21c6108344c27057d698
andrew@ilium~$
If this does not work out for you for whatever reason, and you wish to return to the Repository version of winetricks
use the following commands in a Terminal screen:
sudo rm /usr/local/bin/winetricks
sudo apt-get install winetricks
And your system will then have returned to default: the Repository version of winetricks
...
References:
- WineHQ Wiki: Winetricks
edited 4 hours ago
answered Mar 26 '16 at 8:50
andrew.46andrew.46
22.3k1470150
22.3k1470150
Worked for me : using the second snippet approch (with wget)
– loloof64
Aug 26 '16 at 6:12
2
With recent versions of winetricks you need:sudo mv -v winetricks /usr/bin
notsudo mv -v winetricks /usr/local/bin
`
– Rilcon42
Jan 19 '17 at 22:49
Not sure why, but didn't work for me on Ubuntu 18.04
– EternusVia
Jan 18 at 18:43
add a comment |
Worked for me : using the second snippet approch (with wget)
– loloof64
Aug 26 '16 at 6:12
2
With recent versions of winetricks you need:sudo mv -v winetricks /usr/bin
notsudo mv -v winetricks /usr/local/bin
`
– Rilcon42
Jan 19 '17 at 22:49
Not sure why, but didn't work for me on Ubuntu 18.04
– EternusVia
Jan 18 at 18:43
Worked for me : using the second snippet approch (with wget)
– loloof64
Aug 26 '16 at 6:12
Worked for me : using the second snippet approch (with wget)
– loloof64
Aug 26 '16 at 6:12
2
2
With recent versions of winetricks you need:
sudo mv -v winetricks /usr/bin
not sudo mv -v winetricks /usr/local/bin
`– Rilcon42
Jan 19 '17 at 22:49
With recent versions of winetricks you need:
sudo mv -v winetricks /usr/bin
not sudo mv -v winetricks /usr/local/bin
`– Rilcon42
Jan 19 '17 at 22:49
Not sure why, but didn't work for me on Ubuntu 18.04
– EternusVia
Jan 18 at 18:43
Not sure why, but didn't work for me on Ubuntu 18.04
– EternusVia
Jan 18 at 18:43
add a comment |
To install the latest service pack with winehttp, try upgrading your winetricks or try under the latest development version, e.g.
curl -o winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
sh winetricks winhttp
or one of the following one-liners:
curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | sh -s winhttp
or:
sh -s winhttp < <(wget -qO- https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
add a comment |
To install the latest service pack with winehttp, try upgrading your winetricks or try under the latest development version, e.g.
curl -o winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
sh winetricks winhttp
or one of the following one-liners:
curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | sh -s winhttp
or:
sh -s winhttp < <(wget -qO- https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
add a comment |
To install the latest service pack with winehttp, try upgrading your winetricks or try under the latest development version, e.g.
curl -o winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
sh winetricks winhttp
or one of the following one-liners:
curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | sh -s winhttp
or:
sh -s winhttp < <(wget -qO- https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
To install the latest service pack with winehttp, try upgrading your winetricks or try under the latest development version, e.g.
curl -o winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
sh winetricks winhttp
or one of the following one-liners:
curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | sh -s winhttp
or:
sh -s winhttp < <(wget -qO- https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
edited Aug 1 '16 at 8:38
answered Jun 12 '16 at 21:48
kenorbkenorb
4,81014054
4,81014054
add a comment |
add a comment |
One alternative is to modify /usr/bin/winetricks, which is a shell script, to include the updated sha256sum. You should do this only if you are sure that the file in your cache has been properly downloaded.
In my case, the error is:
sha256sum mismatch! Rename /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
I can check the sha256 sum of this file:
sha256sum /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe
And the result is: e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390
Doing now:
grep PowerPointViewer.exe /usr/bin/winetricks
Shows a few lines with content:
... /PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423
It can be updated now by replacing the original sum with the new one, just by doing:
sudo sed -i -e s/249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423/e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390/g /usr/bin/winetricks
Executing now winetricks would avoid the original error.
add a comment |
One alternative is to modify /usr/bin/winetricks, which is a shell script, to include the updated sha256sum. You should do this only if you are sure that the file in your cache has been properly downloaded.
In my case, the error is:
sha256sum mismatch! Rename /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
I can check the sha256 sum of this file:
sha256sum /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe
And the result is: e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390
Doing now:
grep PowerPointViewer.exe /usr/bin/winetricks
Shows a few lines with content:
... /PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423
It can be updated now by replacing the original sum with the new one, just by doing:
sudo sed -i -e s/249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423/e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390/g /usr/bin/winetricks
Executing now winetricks would avoid the original error.
add a comment |
One alternative is to modify /usr/bin/winetricks, which is a shell script, to include the updated sha256sum. You should do this only if you are sure that the file in your cache has been properly downloaded.
In my case, the error is:
sha256sum mismatch! Rename /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
I can check the sha256 sum of this file:
sha256sum /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe
And the result is: e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390
Doing now:
grep PowerPointViewer.exe /usr/bin/winetricks
Shows a few lines with content:
... /PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423
It can be updated now by replacing the original sum with the new one, just by doing:
sudo sed -i -e s/249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423/e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390/g /usr/bin/winetricks
Executing now winetricks would avoid the original error.
One alternative is to modify /usr/bin/winetricks, which is a shell script, to include the updated sha256sum. You should do this only if you are sure that the file in your cache has been properly downloaded.
In my case, the error is:
sha256sum mismatch! Rename /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
I can check the sha256 sum of this file:
sha256sum /home/coderazzi/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe
And the result is: e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390
Doing now:
grep PowerPointViewer.exe /usr/bin/winetricks
Shows a few lines with content:
... /PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423
It can be updated now by replacing the original sum with the new one, just by doing:
sudo sed -i -e s/249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423/e17cb384eeac4caf08a4f5d4bceb9697fff83fa942d2a3d9ad0294a9b1774390/g /usr/bin/winetricks
Executing now winetricks would avoid the original error.
answered Nov 4 '18 at 21:17
coderazzicoderazzi
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f749549%2fwinetricks-sha1sum-mismatch-rename-and-try-again%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Which version of Ubuntu and winetricks are you using? A first step would be a newer version of winetricks...
– andrew.46
Mar 24 '16 at 5:46
1
version of Ubuntu is 14.04 and wine version is 1.6.2
– MAHESH
Mar 26 '16 at 8:13