Aorimn / dislocker

FUSE driver to read/write Windows' BitLocker-ed volumes under Linux / Mac OSX
GNU General Public License v2.0
1.59k stars 196 forks source link

Error: No available formula with the name "src/dislocker.rb" #122

Open preyansh opened 7 years ago

preyansh commented 7 years ago

This Error pops up when I put the command brew install src/dislocker.rb:

Error: No available formula with the name "src/dislocker.rb" ==> Searching for a previously deleted formula... Error: No previously deleted formula found. ==> Searching for similarly named formulae... ==> Searching local taps... Error: No similarly named formulae found.

A solution would be great

mabentwickeltsich commented 7 years ago

Hey @preyansh,

You need to clone the repository (or download the file).

brew update
brew install Caskroom/cask/osxfuse
git clone https://github.com/Aorimn/dislocker
cd dislocker
brew install src/dislocker.rb

Cheers Luis

Aorimn commented 6 years ago

@preyansh : @mabentwickeltsich nailed it in the answer. Did it solve your problem?

@mabentwickeltsich : thanks for the details!

E3V3A commented 6 years ago

brew install src/dislocker.rb didn't work, but brew install dislocker did, eventually... Lot's of additional problem in between.