Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Is there possible way to change bit if my system is using 64 bit kernel?

Post

Is there possible way to change bit if my system is using 64 bit kernel?

+0
−4

Is it possible to change bit of a system? My system is using 64 bit kernel. I was trying to install chrome in my system. But, I couldn't since chrome doesn't support 32 bit. Since my system is using 64 bit kernel. Is there possible way to change my bit?


The error why I couldn't install chrome in 32 bit system.

dpkg: error processing archive google-chrome-stable_current_amd64.deb (--install): package architecture (amd64) does not match system (i386) Errors were encountered while processing: google-chrome-stable_current_amd64.deb

Answer of it :

You can do nothing.

Google decided to stop supporting 32bit with Chrome. So, either you move to a 64bit system, or you stop using Google Chrome.

It is a company (Google) choice and the only thing that the community can help you with, is giving you alternatives (like the open source Chromium Browser, on which Google Chrome is based). ~ AskUbuntu

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Huh...? (1 comment)
Huh...?
elgonzo‭ wrote over 2 years ago · edited over 2 years ago

Is this making any sense? Of course you can change bit of a system, depends on what bit we are talking about, of course. For example, if you want to change the least significant bit in an integer variable C, you could do something like i = i ^ 1. You say you use 64-bit kernel -- why wouldn't you be able install the 64-bit version of Chrome because Chrome doesn't support 32 bit? Your ramblings don't really make a lick of sense... (no, English perhaps not being your native language is not an excuse; other posts by you here on Codidact prove beyond doubt that you are capable of writing comprehensible texts in English, like this one for example)