Open iambenmitchell opened 6 years ago
If while installing Homebrew, you get the following error,
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/man/man5/deb-buildinfo.5
/usr/local/share/man/man5 is not writable.
In such a case, on High Sierra, only way is to uninstall Homebrew using this below command and reinstall it:
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
You don't need sudo for the patcher.
./patcher /path/to/deb /path/to/output
Also, it may happen that the patcher script is broken. If so, edit it and add #!/bin/bash
to the beginning of the file, remove the ".txt" extension (if any), and run chmod a+x /path/to/patcher
Hello, to use patcher you must have dpkg installed.
To install it on Mac do the following:
Open Terminal
$
sudo ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
press
Enter
Once finished: $
sudo ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
One installed: $
brew install dpkg
To prepare patcher:
Process
and one calledProcessed
Process
cd path_to_where_patcher_is_located
sudo chmod +x patcher
Running:
sudo ./patcher
pressspace
drag and drop the .deb from the process folder. pressspace
drag and drop processed folder.Enter
Done. Now follow the install guide.