I installed SwiftLint from official packages. Now, I desire remove completely and install from Homebrew. I did not find official documentation about uninstall SwiftLint. Any suggestions?
            Asked
            
        
        
            Active
            
        
            Viewed 6,030 times
        
    2 Answers
10
            
            
        Uninstall
brew unlink swiftlint
brew uninstall --force swiftlint
Install
brew install swiftlint
 
    
    
        Community
        
- 1
- 1
 
    
    
        Sazzad Hissain Khan
        
- 37,929
- 33
- 189
- 256
 
    