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 »

Activity for Anonymous‭

Type On... Excerpt Status Date
Comment Post #284966 Seems like, your os can't find that file. I have found a file in internet (https://rvm_io.global.ssl.fastly.net/binaries/) I found the link in SO (https://stackoverflow.com/a/42736129) see if it really helps. Unfortunately, I don't any Linux in my laptop now that's why I can't try anything before say...
(more)
over 2 years ago
Edit Post #284966 Initial revision over 2 years ago
Answer A: Installing Ruby on MacOS 12.2 (or 11.6) produces compilation errors in the downloaded source; how do I fix?
Wait a minute I think you missed something, yesterday when I read your message in Discord I thought you were unable to install RVM which were producing that error. But this question clears my confusion. You were executing `rvm install "ruby-2.6.6"` but that's not what we used to do. I had written...
(more)
over 2 years ago
Comment Post #284381 I think the given link is a message link..
(more)
over 2 years ago
Edit Post #284140 Post edited:
over 2 years ago
Edit Post #284135 Post edited:
oops! mistake...
over 2 years ago
Edit Post #284141 Initial revision over 2 years ago
Answer A: Is there possible way to change bit if my system is using 64 bit kernel?
Don't try to move to 64 bit if your system isn't using 64 bit kernel. The solution is pretty is for Debian-based linux. ```bash sudo dpkg --add-architecture amd64 sudo apt-get update sudo apt-get -f install sudo apt-get install libexif12:amd64 libpulse0:amd64 ``` Cross-grading an `i386` us...
(more)
over 2 years ago
Edit Post #284140 Initial revision over 2 years ago
Question Is there possible way to change bit if my system is using 64 bit kernel?
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 3...
(more)
over 2 years ago
Edit Post #284139 Initial revision over 2 years ago
Answer A: Why can't I install google-chrome?
Actually, there's another process is running in another terminal. Seems like that is installing something or update or upgrading your system. That's why `dpkg -i` returned that >database is locked by another process. Some says to remove the file `/var/lib/dpkg/lock`. But, I highly recommend not t...
(more)
over 2 years ago
Edit Post #284138 Initial revision over 2 years ago
Question Why can't I install google-chrome?
```bash apt install google-chrome-stablecurrentamd64.deb E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? ``` ```bash dpkg -i google-chrome-stablecurrentamd64.de...
(more)
over 2 years ago
Edit Post #284135 Post edited:
over 2 years ago
Edit Post #284134 Post edited:
over 2 years ago
Edit Post #284135 Initial revision over 2 years ago
Answer A: Why I can't update my system? (Kali Linux)
```bash wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add ``` Using the above code you are adding a key. Then try to update your system.
(more)
over 2 years ago
Edit Post #284134 Initial revision over 2 years ago
Question Why I can't update my system? (Kali Linux)
I had installed Kali Linux recently. I can't update or upgrade my system. Even, I can't install anything. Here's the error log ```bash apt update Get:1 http://kali.cs.nctu.edu.tw/kali kali-rolling InRelease [30.5 kB] Err:1 http://kali.cs.nctu.edu.tw/kali kali-rolling InRelease The following...
(more)
over 2 years ago
Edit Post #283236 Initial revision over 2 years ago
Answer A: Ruby installation in Manjaro (Arch-Based Linux)
>WARNING: You don't have /home/istiak/.local/share/gem/ruby/3.0.0/bin in your PATH, gem executables will not run. Successfully installed bundler-2.2.17 1 gem installed For the above error run following code ```bash export GEMHOME="$(ruby -e 'puts Gem.userdir')" export PATH="$PATH:$GEMHOME/...
(more)
over 2 years ago