- ArchPKGs
- the-binding-of-isaac Install (Update, Remove) Tutorial on Arch Linux/Manjaro/BlackArch
- Table of Contents
- Install the-binding-of-isaac link
- Using Pacman link
- Using Yay link
- Update the-binding-of-isaac link
- Using Pacman link
- Using Yay link
- Remove the-binding-of-isaac link
- Using Pacman link
- Using Yay link
- More Guides
- pacseek-git Install, Update and Remove Guide on Arch-Based Linux (Manjaro, Anarchy)
- Installing r-rnaseqsamplesizedata with CLI on Arch-Based Linux (Manjaro/EndeavourOS)
- Guide on Install (Update, Uninstall) execstack on Arch-Based Linux (Manjaro/Artix)
- The Complete Guide on ttf-vcr-osd-mono Installation on Arch Linux/Manjaro/RebornOS
- Installing php74-enchant with CLI on Arch Linux (Manjaro/Artix)
- Beginner’s Guide on xo-sql-git Installation on Arch Linux/Manjaro/EndeavourOS
- Arch Linux User Repository
- dcelasun commented on 2016-11-08 11:14 (UTC)
- Ps0ke commented on 2016-11-07 17:36 (UTC) (edited on 2016-11-07 17:38 (UTC) by Ps0ke)
- purplerhino commented on 2012-04-18 21:27 (UTC)
- MyLordAngus commented on 2011-11-23 18:15 (UTC)
- dcelasun commented on 2011-11-03 05:32 (UTC)
- The Binding of Isaac: Rebirth
- About The Game
- Screenshots
- How to Download & Install The Binding of Isaac: Rebirth Linux Game
- Linux System Requirements
- The Binding of Isaac: Rebirth Linux Free Download
ArchPKGs
the-binding-of-isaac Install (Update, Remove) Tutorial on Arch Linux/Manjaro/BlackArch
«A randomly generated action RPG shooter with heavy Rogue-like elements.» is the maintainer’s profile of the-binding-of-isaac . To install the-binding-of-isaac from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, ArcoLinux, Garuda) is pretty easy. This guide will show you step-by-step how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay .
Table of Contents
Install the-binding-of-isaac link
Two common approaches are used to install the-binding-of-isaac from AUR. pacman is the way to go if you’re a seasoned Linux user and know the concept of how packages are built. If not, yay is a popular alternative to install packages without the trouble to review PKGBUILD and build packages with makepkg by yourself.
Using Pacman link
sudo pacman -S --needed git && git clone https://aur.archlinux.org/the-binding-of-isaac.git && cd the-binding-of-isaac && makepkg -si
- Install git if it is not on your system.
- clone the package’s git repository from source.
- cd into the folder of the repository.
- Build the package with makepkg , then install it with pacman .
Using Yay link
yay -S the-binding-of-isaac
Update the-binding-of-isaac link
Updating AUR packages is practically the same as installing them. All you have to do is pull it from upstream then re-build it. However, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid dependency issues, since Arch is a rolling-release Linux distro.
Using Pacman link
git pull && makepkg -si
- pull from the package’s git repository.
- Build the package with makepkg , then update it with pacman .
Using Yay link
Remove the-binding-of-isaac link
Compared to installing and updating packages, uninstalling is the simplest of these three,all you need to do is choose whether to purge the unused dependencies and the configuration files used by the package.
Using Pacman link
sudo pacman -R the-binding-of-isaac
sudo pacman -Rs the-binding-of-isaac
sudo pacman -Rns the-binding-of-isaac
Using Yay link
yay -R the-binding-of-isaac
yay -Rs the-binding-of-isaac
yay -Rns the-binding-of-isaac
For more details about AUR packages installation or how to get yay , please refer to Two Ways to Install Packages from AUR written by NoCache.
More Guides
pacseek-git Install, Update and Remove Guide on Arch-Based Linux (Manjaro, Anarchy)
«A terminal user interface for searching and installing Arch Linux packages (git version)» is the developer’s profile of pacseek-git. To install and update pacseek-git from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Anarchy, Artix and Garuda is quite simple. This guide will cover how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Installing r-rnaseqsamplesizedata with CLI on Arch-Based Linux (Manjaro/EndeavourOS)
r-rnaseqsamplesizedata is «RnaSeqSampleSizeData» quoting from its profile. To install this package (r-rnaseqsamplesizedata) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and Garuda is comparatively uncomplicated. This guide will taught you how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Guide on Install (Update, Uninstall) execstack on Arch-Based Linux (Manjaro/Artix)
«set the executable stack flag of ELF binaries and libraries» is their gist of execstack. To install or uninstall this package (execstack) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, ArcoLinux, Artix, Anarchy and Garuda is rather straightforward. This guide will taught you how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.
The Complete Guide on ttf-vcr-osd-mono Installation on Arch Linux/Manjaro/RebornOS
Referring to ttf-vcr-osd-mono’s gist, it’s «A font that mimics the on-screen display of VCRs». To install or uninstall ttf-vcr-osd-mono from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Garuda and RebornOS is rather uncomplicated. This tutorial will cover how to install, update and remove the package with either the default package manager pacman or an AUR helper (e.g. yay).
Installing php74-enchant with CLI on Arch Linux (Manjaro/Artix)
Based on php74-enchant’s description, it’s «enchant module for php74». To install and update php74-enchant from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, BlackArch, RebornOS, Garuda, Anarchy) is fairly uncomplicated. This tutorial will be covering how to install/update/remove the package with either the default package manager pacman or an AUR helper like yay.
Beginner’s Guide on xo-sql-git Installation on Arch Linux/Manjaro/EndeavourOS
According to xo-sql-git’s own definition, it is «Command line tool to generate idiomatic Go code for SQL databases». To get xo-sql-git from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Anarchy) is fairly easy. This guide will show you step-by-step how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper like yay.
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
Arch Linux User Repository
When built like this, it doesn’t run anymore. It tries to load libidn.so.11 which is not present. One needs to install the package multilib/lib32-libidn11 instead of multilib/lib32-libdin . Please update the dependency.
dcelasun commented on 2016-11-08 11:14 (UTC)
Ps0ke commented on 2016-11-07 17:36 (UTC) (edited on 2016-11-07 17:38 (UTC) by Ps0ke)
When on x86_64, `sqlite3` is a dep, but it was renamed to `sqlite`, therefore `the-binding-of-isaac` does not build anymore. To build it, change the dep in the PKGBUILD manually.
purplerhino commented on 2012-04-18 21:27 (UTC)
Concerning lost save games, this bugged me for awhile but I figured it out. The save game is put in ~/.macromedia/Flash_Player/#SharedObjects/(random)/localhost/so.sol. I have the Firefox extension BetterPrivacy installed, which clears all flash cookies when Firefox exits, including poor little Isaac. So if you’re using BetterPrivacy or something similar, prevent it from deleting that folder. http://imgur.com/G0kph
MyLordAngus commented on 2011-11-23 18:15 (UTC)
I haven’t any data saved after exiting the game. I still lost unlocked characters and items, do you have the same problem?
dcelasun commented on 2011-11-03 05:32 (UTC)
@quantumphaze: That 64bit deb is just a wrapper around the same binary, and like we do here, it depends on lib32-* libraries. Sadly, there is no native 64bit version of this game.
The Binding of Isaac: Rebirth
The Binding of Isaac: Rebirth Free Linux Game full download the easy way in native format. The Binding of Isaac: Rebirth was release on November 4, 2014.
Genre : Action / Arcade
Developer : Nicalis, Inc. / Edmund McMillen
Developer site : http://www.bindingofisaac.com
Publisher : Nicalis, Inc.
Architecture : x86, amd64
Version : 1.032
License : Proprietary
Interface language : English
Voice language : English
About The Game
When Isaac’s mother starts hearing the voice of God demanding a sacrifice be made to prove her faith, Isaac escapes into the basement facing droves of deranged enemies, lost brothers and sisters, his fears, and eventually his mother.
The Binding of Isaac is a randomly generated action RPG shooter with heavy Rogue-like elements. Following Isaac on his journey players will find bizarre treasures that change Isaac’s form giving him super human abilities and enabling him to fight off droves of mysterious creatures, discover secrets and fight his way to safety.
The Binding of Isaac: Rebirth is the ultimate of remakes with an all-new highly efficient game engine (expect 60fps on most PCs), all-new hand-drawn pixel style artwork, highly polished visual effects, all-new soundtrack and audio by the the sexy Ridiculon duo Matthias Bossi + Jon Evans. Oh yeah, and hundreds upon hundreds of designs, redesigns and re-tuned enhancements by series creator, Edmund McMillen. Did we mention the poop?
Key features:
- Over 500 hours of gameplay
- 4 BILLION possible generation options!
- 20 challenges
- Over 450 items, including 160 new unlockables
- Gamepad support
- Supports analog speed based motion control
- A bunch of animated end video screensavers
- Over 100 specialized generation seeds
- Local co-op for 2 players
- Over 100 co-op characters
- Dynamic lighting, visual effects
- Latest game engine, 60FPS 24/7
- Latest soundtrack and sound design
- Multiple save slots
- The physics of poop!
- The Ultimate Roguelike
- Many achievements
Uber secrets including:
- 10 Playable Characters
- 100+ enemies, with new designs
- Over 50 bosses, including tons of new and rare bosses
- Rooms FULL OF POOP!
- Mystic Runes
- Upgradeable shops
Screenshots
How to Download & Install The Binding of Isaac: Rebirth Linux Game
- Click the Download link below and you should already have installed a download client on your system.
- Notification will pop and say “that our site wants to open this application”. Click the button to open the client to let the download begin and wait for it to finish.
- Once Game The Binding of Isaac: Rebirth for linux is done downloading, Extract (Unzip) “*******.tar.gz” -if you encounter this file- (To do this you must know how extract .tar.gz Files using Linux Command Line here).
- Right click the ./start.sh, select “Properties”, go to the “Permissions” tab, mark the file as executable. Then just treat it more or less like one of those Setup.exe’s on Windows. Double-click it to run it.
- Have fun and play!
- If you like the game please support the developers by buying it…
Linux System Requirements
- Processor: Core 2 Duo
- Memory: 2 GB RAM
- Graphics: Discreet video card
- Storage: 449 MB available space
- Sound Card: Yes
Recommended:
- Processor: 2.4 GHz Dual Core 2.0 (or higher)
- Memory: 8 GB RAM
- Graphics: Discreet video card
- Storage: 449 MB available space
- Sound Card: Yes
The Binding of Isaac: Rebirth Linux Free Download
Linux Games You Might Also Like