Come posso usare un'app dopo averla installata tramite 'brew pull'?

1

A causa di una reinstallazione del sistema operativo e di una migrazione non perfetta dei miei dati, ho dovuto reinstallare alcune cose. Sotto queste cose erano homebrew e TrueCrypt.

brew doctor non mostra alcun problema ora. Solo quando ho provato ad installare TrueCrypt. So che esiste una versione con brew cask . Ma non mi piace l'interfaccia visiva, quindi ho deciso di cercare solo con brew search per questo. Ti mostro quello che ho fatto:

Per prima cosa ho cercato di TrueCrypt. Trovato e installato:

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(+)

Dopo che è stato fatto, ho provato a usarlo:

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

Penso che non sia stato disinstallato l'intero truecrypt.app o piuttosto che alcune liste siano ancora lì. Se ricordo bene ho dovuto aggiungere i comandi del terminale per TrueCrypt anche quando ho installato TrueCrypt la prima volta - prima di scoprire che l'homebrew esiste.

Quindi la mia domanda è: come posso usare TrueCrypt che ho installato tramite brew pull e come posso risolvere questo problema?

Modifica:

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

    
posta elzaphod 01.04.2014 - 11:42
fonte

1 risposta

1

You pull is, il che significa che il repository è copiato sul tuo computer ma devi eseguire:

brew install truecrypt

per installarlo veramente.

    
risposta data 01.04.2014 - 14:00
fonte

Leggi altre domande sui tag