Wine update error
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
4
down vote
favorite
I have this upgrade error pop up that comes up every so often. I don't know what to do. The run action button doesn't work. When I click it, window to enter admin password pops up for half a second and disappears. What's even more weird, I don't know why my system wants to download this Wine stuff. I purged Wine from my Ubuntu.
upgrade updates wine
add a comment |Â
up vote
4
down vote
favorite
I have this upgrade error pop up that comes up every so often. I don't know what to do. The run action button doesn't work. When I click it, window to enter admin password pops up for half a second and disappears. What's even more weird, I don't know why my system wants to download this Wine stuff. I purged Wine from my Ubuntu.
upgrade updates wine
Have you completely deleted? There may still be a wine PPA active...
â andrew.46
Jun 14 at 4:16
I didn't see a Wine PPA in software sources
â JoeSteiger
Jun 14 at 21:31
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I have this upgrade error pop up that comes up every so often. I don't know what to do. The run action button doesn't work. When I click it, window to enter admin password pops up for half a second and disappears. What's even more weird, I don't know why my system wants to download this Wine stuff. I purged Wine from my Ubuntu.
upgrade updates wine
I have this upgrade error pop up that comes up every so often. I don't know what to do. The run action button doesn't work. When I click it, window to enter admin password pops up for half a second and disappears. What's even more weird, I don't know why my system wants to download this Wine stuff. I purged Wine from my Ubuntu.
upgrade updates wine
asked Jun 6 at 2:35
JoeSteiger
2031215
2031215
Have you completely deleted? There may still be a wine PPA active...
â andrew.46
Jun 14 at 4:16
I didn't see a Wine PPA in software sources
â JoeSteiger
Jun 14 at 21:31
add a comment |Â
Have you completely deleted? There may still be a wine PPA active...
â andrew.46
Jun 14 at 4:16
I didn't see a Wine PPA in software sources
â JoeSteiger
Jun 14 at 21:31
Have you completely deleted? There may still be a wine PPA active...
â andrew.46
Jun 14 at 4:16
Have you completely deleted? There may still be a wine PPA active...
â andrew.46
Jun 14 at 4:16
I didn't see a Wine PPA in software sources
â JoeSteiger
Jun 14 at 21:31
I didn't see a Wine PPA in software sources
â JoeSteiger
Jun 14 at 21:31
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
6
down vote
accepted
Try to uninstall completely by executing:
sudo apt-get purge wine
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get install -f
rm -r ~/.wine
rm -r ~/.local/share/applications/wine/Programms
rm -rf ~/.local/share/applications/wine*
and then wine is banished from your system...
Welcome to Ask Ubuntu! :-) I edited and upvoted. Great first answer! (though the OP did not say anything about re-installing wine, so I removed that.
â Fabby
Jun 16 at 10:25
I don't think that uninstalling wine alone will fix this. I believe it's due to the files in/usr/share/package-data-downloads/
. see wiki.ubuntu.com/Specs/UpdateNotifierPackageDataDownloader
â Kobi T
Jun 19 at 23:46
add a comment |Â
up vote
-1
down vote
If you do want to keep wine and only want to stop this message from popping up, try:
rm -f /usr/share/package-data-downloads/wine-browser-installer
rm -f /usr/share/package-data-downloads/wine-silverlight5.1-installer
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
Try to uninstall completely by executing:
sudo apt-get purge wine
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get install -f
rm -r ~/.wine
rm -r ~/.local/share/applications/wine/Programms
rm -rf ~/.local/share/applications/wine*
and then wine is banished from your system...
Welcome to Ask Ubuntu! :-) I edited and upvoted. Great first answer! (though the OP did not say anything about re-installing wine, so I removed that.
â Fabby
Jun 16 at 10:25
I don't think that uninstalling wine alone will fix this. I believe it's due to the files in/usr/share/package-data-downloads/
. see wiki.ubuntu.com/Specs/UpdateNotifierPackageDataDownloader
â Kobi T
Jun 19 at 23:46
add a comment |Â
up vote
6
down vote
accepted
Try to uninstall completely by executing:
sudo apt-get purge wine
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get install -f
rm -r ~/.wine
rm -r ~/.local/share/applications/wine/Programms
rm -rf ~/.local/share/applications/wine*
and then wine is banished from your system...
Welcome to Ask Ubuntu! :-) I edited and upvoted. Great first answer! (though the OP did not say anything about re-installing wine, so I removed that.
â Fabby
Jun 16 at 10:25
I don't think that uninstalling wine alone will fix this. I believe it's due to the files in/usr/share/package-data-downloads/
. see wiki.ubuntu.com/Specs/UpdateNotifierPackageDataDownloader
â Kobi T
Jun 19 at 23:46
add a comment |Â
up vote
6
down vote
accepted
up vote
6
down vote
accepted
Try to uninstall completely by executing:
sudo apt-get purge wine
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get install -f
rm -r ~/.wine
rm -r ~/.local/share/applications/wine/Programms
rm -rf ~/.local/share/applications/wine*
and then wine is banished from your system...
Try to uninstall completely by executing:
sudo apt-get purge wine
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get install -f
rm -r ~/.wine
rm -r ~/.local/share/applications/wine/Programms
rm -rf ~/.local/share/applications/wine*
and then wine is banished from your system...
edited Jun 16 at 10:24
![](https://i.stack.imgur.com/GlTt8.png?s=32&g=1)
![](https://i.stack.imgur.com/GlTt8.png?s=32&g=1)
Fabby
23.7k1351146
23.7k1351146
answered Jun 16 at 8:23
![](https://lh6.googleusercontent.com/-u-t1sLebtLU/AAAAAAAAAAI/AAAAAAAAADs/YJJqSfVAWnA/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-u-t1sLebtLU/AAAAAAAAAAI/AAAAAAAAADs/YJJqSfVAWnA/photo.jpg?sz=32)
Itra
14510
14510
Welcome to Ask Ubuntu! :-) I edited and upvoted. Great first answer! (though the OP did not say anything about re-installing wine, so I removed that.
â Fabby
Jun 16 at 10:25
I don't think that uninstalling wine alone will fix this. I believe it's due to the files in/usr/share/package-data-downloads/
. see wiki.ubuntu.com/Specs/UpdateNotifierPackageDataDownloader
â Kobi T
Jun 19 at 23:46
add a comment |Â
Welcome to Ask Ubuntu! :-) I edited and upvoted. Great first answer! (though the OP did not say anything about re-installing wine, so I removed that.
â Fabby
Jun 16 at 10:25
I don't think that uninstalling wine alone will fix this. I believe it's due to the files in/usr/share/package-data-downloads/
. see wiki.ubuntu.com/Specs/UpdateNotifierPackageDataDownloader
â Kobi T
Jun 19 at 23:46
Welcome to Ask Ubuntu! :-) I edited and upvoted. Great first answer! (though the OP did not say anything about re-installing wine, so I removed that.
â Fabby
Jun 16 at 10:25
Welcome to Ask Ubuntu! :-) I edited and upvoted. Great first answer! (though the OP did not say anything about re-installing wine, so I removed that.
â Fabby
Jun 16 at 10:25
I don't think that uninstalling wine alone will fix this. I believe it's due to the files in
/usr/share/package-data-downloads/
. see wiki.ubuntu.com/Specs/UpdateNotifierPackageDataDownloaderâ Kobi T
Jun 19 at 23:46
I don't think that uninstalling wine alone will fix this. I believe it's due to the files in
/usr/share/package-data-downloads/
. see wiki.ubuntu.com/Specs/UpdateNotifierPackageDataDownloaderâ Kobi T
Jun 19 at 23:46
add a comment |Â
up vote
-1
down vote
If you do want to keep wine and only want to stop this message from popping up, try:
rm -f /usr/share/package-data-downloads/wine-browser-installer
rm -f /usr/share/package-data-downloads/wine-silverlight5.1-installer
add a comment |Â
up vote
-1
down vote
If you do want to keep wine and only want to stop this message from popping up, try:
rm -f /usr/share/package-data-downloads/wine-browser-installer
rm -f /usr/share/package-data-downloads/wine-silverlight5.1-installer
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
If you do want to keep wine and only want to stop this message from popping up, try:
rm -f /usr/share/package-data-downloads/wine-browser-installer
rm -f /usr/share/package-data-downloads/wine-silverlight5.1-installer
If you do want to keep wine and only want to stop this message from popping up, try:
rm -f /usr/share/package-data-downloads/wine-browser-installer
rm -f /usr/share/package-data-downloads/wine-silverlight5.1-installer
edited Jun 19 at 23:50
answered Jun 19 at 23:29
Kobi T
4593718
4593718
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044007%2fwine-update-error%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Have you completely deleted? There may still be a wine PPA active...
â andrew.46
Jun 14 at 4:16
I didn't see a Wine PPA in software sources
â JoeSteiger
Jun 14 at 21:31