Getting brew/homebrew applications to work properly on M1 ARM Apple Silicon

Hi. I am new to the Apple Macintosh yet a long-time user of the UNIX family of operating systems and desktop environments. (I am not coming from Microsoft Windows) It naturally came to me to install brew/homebrew (is there a difference ?) to enjoy extra software packages from the command line, however I have only been able to make a few of these work.


Here are the relevant brew command lines :

 ~ % cat .zsh_history | grep brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/sylvain/.zprofile\
    eval "$(/opt/homebrew/bin/brew shellenv)"\
brew install --cask youtube-downloader
brew install rtorrent
brew install rar
xattr -l /opt/homebrew/bin/unrar\
xattr -d com.apple.quarantine /opt/homebrew/bin/rar
xattr -d com.apple.quarantine /opt/homebrew/bin/unrar
brew cask install vlc
brew install vlc
brew tap kde-mac/kde https://invent.kde.org/packaging/homebrew-kde.git --force-auto-update\
"$(brew --repo kde-mac/kde)/tools/do-caveats.sh"\
brew install kde-mac/kde/elisa
brew upgrade
brew install lftp
brew install --cask kid3


Only vlc and I think maybe also lftp have been working out of the box.


What may I be doing wrong for the following ? :


· rar - how can I integrate it to the Finder ?

· rtorrent : I seemed to gather from peering through the forums that it often fails to compile ?

· youtube-downloader : displays a warning window that Apple cannot check for the absence of malware and the app has to be updated.

· regarding elisa and kid3, I guess I should turn to the relevant KDE/Plasma community.

MacBook Air 13″, macOS 11.4

Posted on Jul 5, 2021 6:56 AM

Reply

Similar questions

2 replies

Jul 5, 2021 8:45 AM in response to sylvainsab

You are better off using:


  • youtube-dl instead of YouTube-downloader
  • transmission-cli or full GUI transmission instead of rtorrent
  • mpv instead of VLC (however, VLC works fine. It's just old)


As for rar / unrar you will need to use them on the command line. There is no Finder integration.

Others have written Automator Quick Actions to provide some GUI abilities. (Apple.StackExchange)

Change the path to /opt/homebrew/bin/rar


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Getting brew/homebrew applications to work properly on M1 ARM Apple Silicon

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.