Bir uygulamayı `brew pull 'ile yükledikten sonra nasıl kullanabilirim?


1

İşletim sisteminin yeniden yüklenmesi ve verilerimin kusursuz bir şekilde taşınmaması nedeniyle birkaç şeyi yeniden yüklemek zorunda kaldım. Bu şeylerin altında homebrew ve truecrypt vardı.

brew doctorşimdi herhangi bir problem göstermiyor. Sadece truecrypt kurmaya çalıştığımda. Bir sürümü olduğunu biliyorum brew cask. Ama görsel arayüzü sevmiyorum bu yüzden sadece onunla aramaya karar verdim brew search. Sana ne yaptığımı göstereyim:

İlk önce truecrypt için aradım. Buldum ve kurdum:

Newton:local hendrikwindel$ brew search truecrypt No formula found for "truecrypt". Searching pull requests... Open pull requests: truecrypt: Initial formula for version 7.1a (https://github.com/Homebrew/homebrew/pull/24078)

Newton:local hendrikwindel$ brew pull https://github.com/Homebrew/homebrew/pull/24078 #################################################################### 100,0% ==> Applying patch Applying: truecrypt: Initial formula for version 7.1a

/usr/local/.git/rebase-apply/patch:96: trailing whitespace.

/usr/local/.git/rebase-apply/patch:97: space before tab in indent. FilePath Application::GetConfigFilePath (const wxString &configFileName, bool createConfigDir)

/usr/local/.git/rebase-apply/patch:98: space before tab in indent. {

/usr/local/.git/rebase-apply/patch:100: space before tab in indent.

DirectoryPath configDir; /usr/local/.git/rebase-apply/patch:101: trailing whitespace. warning: squelched 144 whitespace errors warning: 148 lines applied after fixing whitespace errors.

==> Patch closes issue #24078

==> Patch changed: Library/Formula/truecrypt.rb | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+)

Yaptıktan sonra kullanmaya çalıştım:

Newton:local hendrikwindel$ man truecrypt No manual entry for truecrypt

Newton:local hendrikwindel$ truecrypt --mount /Users/***/física1 -bash: /Applications/TrueCrypt.app/Contents/MacOS/Truecrypt: No such file or directory

Bence bütün truecrypt.app'i unistall etmedik ya da daha doğrusu bazı listeler hala orada. Doğru hatırlıyorsam, ilk kez truecrypt yüklediğimde truecrypt için terminal komutları eklemek zorunda kaldım - homebrew'in var olduğunu öğrenmeden önce.

Öyleyse sorum şu: Üzerinden kurduğum truecrypt'i brew pullnasıl kullanabilirim ve bu sorunu nasıl düzeltebilirim?

Düzenle:

Newton:local hendrikwindel$ type truecrypt truecrypt is aliased to '/Applications/TrueCrypt.app/Contents/MacOS/Truecrypt --text'


Ne type truecryptgeri döner?
nohillside

Yanıtlar:


1

Siz çekersiniz, yani repo bilgisayarınıza kopyalanır ancak yürütmeniz gerekir:

brew install truecrypt

gerçekten yüklemek için.

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.