Accidental Install of i386

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I am running Ubuntu 16.04 (64 Bit) and and while trying to fix a different problem, I of course created a new one. I accidentally installed a package called:
vpnautoconnect_2.1.0ubuntu5_i386.deb
from this archive
using gdebi.
Now, my machine is behaving funny even though I already removed the package... no doubts remnants of the i386 architecture packages at play.
Anyone know how to safely remove the unwanted packages that are causing me headaches... (that type of night ;-( )
Thanx
package-management 64-bit 32-bit
add a comment |Â
up vote
0
down vote
favorite
I am running Ubuntu 16.04 (64 Bit) and and while trying to fix a different problem, I of course created a new one. I accidentally installed a package called:
vpnautoconnect_2.1.0ubuntu5_i386.deb
from this archive
using gdebi.
Now, my machine is behaving funny even though I already removed the package... no doubts remnants of the i386 architecture packages at play.
Anyone know how to safely remove the unwanted packages that are causing me headaches... (that type of night ;-( )
Thanx
package-management 64-bit 32-bit
If the package was purged, then there shouldn't be any traces of it left. How is your machine "behaving funny"?
â dsstorefile1
May 1 at 1:23
prior to the accidental installation shutter worked fine... now it won't launch... gdebi that I used to install the bad package was somehow auto removed itself.. at one point all of my panel indciators vanished and I only got them back by reseting unity
â yupthatguy
May 1 at 1:26
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am running Ubuntu 16.04 (64 Bit) and and while trying to fix a different problem, I of course created a new one. I accidentally installed a package called:
vpnautoconnect_2.1.0ubuntu5_i386.deb
from this archive
using gdebi.
Now, my machine is behaving funny even though I already removed the package... no doubts remnants of the i386 architecture packages at play.
Anyone know how to safely remove the unwanted packages that are causing me headaches... (that type of night ;-( )
Thanx
package-management 64-bit 32-bit
I am running Ubuntu 16.04 (64 Bit) and and while trying to fix a different problem, I of course created a new one. I accidentally installed a package called:
vpnautoconnect_2.1.0ubuntu5_i386.deb
from this archive
using gdebi.
Now, my machine is behaving funny even though I already removed the package... no doubts remnants of the i386 architecture packages at play.
Anyone know how to safely remove the unwanted packages that are causing me headaches... (that type of night ;-( )
Thanx
package-management 64-bit 32-bit
asked May 1 at 1:22
yupthatguy
1031213
1031213
If the package was purged, then there shouldn't be any traces of it left. How is your machine "behaving funny"?
â dsstorefile1
May 1 at 1:23
prior to the accidental installation shutter worked fine... now it won't launch... gdebi that I used to install the bad package was somehow auto removed itself.. at one point all of my panel indciators vanished and I only got them back by reseting unity
â yupthatguy
May 1 at 1:26
add a comment |Â
If the package was purged, then there shouldn't be any traces of it left. How is your machine "behaving funny"?
â dsstorefile1
May 1 at 1:23
prior to the accidental installation shutter worked fine... now it won't launch... gdebi that I used to install the bad package was somehow auto removed itself.. at one point all of my panel indciators vanished and I only got them back by reseting unity
â yupthatguy
May 1 at 1:26
If the package was purged, then there shouldn't be any traces of it left. How is your machine "behaving funny"?
â dsstorefile1
May 1 at 1:23
If the package was purged, then there shouldn't be any traces of it left. How is your machine "behaving funny"?
â dsstorefile1
May 1 at 1:23
prior to the accidental installation shutter worked fine... now it won't launch... gdebi that I used to install the bad package was somehow auto removed itself.. at one point all of my panel indciators vanished and I only got them back by reseting unity
â yupthatguy
May 1 at 1:26
prior to the accidental installation shutter worked fine... now it won't launch... gdebi that I used to install the bad package was somehow auto removed itself.. at one point all of my panel indciators vanished and I only got them back by reseting unity
â yupthatguy
May 1 at 1:26
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
So things are swinging back in my favor. Thanks to askubuntu, I was able to identify the i386 library that all apps on a 64 bit machine use to run 32 bit aps like wine. It's called 'libc6-i386'.
I then ran sudo apt-get remove --purge libc6-i386*
reboot
The I reinstalled the reinstalled package, so that programs like wine can have access to it as necessary. sudo apt-get install libc6-i386
Now my machine is humming along as normal... We learn by trial and error...
D
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
So things are swinging back in my favor. Thanks to askubuntu, I was able to identify the i386 library that all apps on a 64 bit machine use to run 32 bit aps like wine. It's called 'libc6-i386'.
I then ran sudo apt-get remove --purge libc6-i386*
reboot
The I reinstalled the reinstalled package, so that programs like wine can have access to it as necessary. sudo apt-get install libc6-i386
Now my machine is humming along as normal... We learn by trial and error...
D
add a comment |Â
up vote
0
down vote
So things are swinging back in my favor. Thanks to askubuntu, I was able to identify the i386 library that all apps on a 64 bit machine use to run 32 bit aps like wine. It's called 'libc6-i386'.
I then ran sudo apt-get remove --purge libc6-i386*
reboot
The I reinstalled the reinstalled package, so that programs like wine can have access to it as necessary. sudo apt-get install libc6-i386
Now my machine is humming along as normal... We learn by trial and error...
D
add a comment |Â
up vote
0
down vote
up vote
0
down vote
So things are swinging back in my favor. Thanks to askubuntu, I was able to identify the i386 library that all apps on a 64 bit machine use to run 32 bit aps like wine. It's called 'libc6-i386'.
I then ran sudo apt-get remove --purge libc6-i386*
reboot
The I reinstalled the reinstalled package, so that programs like wine can have access to it as necessary. sudo apt-get install libc6-i386
Now my machine is humming along as normal... We learn by trial and error...
D
So things are swinging back in my favor. Thanks to askubuntu, I was able to identify the i386 library that all apps on a 64 bit machine use to run 32 bit aps like wine. It's called 'libc6-i386'.
I then ran sudo apt-get remove --purge libc6-i386*
reboot
The I reinstalled the reinstalled package, so that programs like wine can have access to it as necessary. sudo apt-get install libc6-i386
Now my machine is humming along as normal... We learn by trial and error...
D
answered May 1 at 2:12
yupthatguy
1031213
1031213
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%2f1030378%2faccidental-install-of-i386%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
If the package was purged, then there shouldn't be any traces of it left. How is your machine "behaving funny"?
â dsstorefile1
May 1 at 1:23
prior to the accidental installation shutter worked fine... now it won't launch... gdebi that I used to install the bad package was somehow auto removed itself.. at one point all of my panel indciators vanished and I only got them back by reseting unity
â yupthatguy
May 1 at 1:26