How to Install and Uninstall swiftlint.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "swiftlint.x86_64" package

Please follow the instructions below to install swiftlint.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install swiftlint.x86_64

2. Uninstall "swiftlint.x86_64" package

This guide let you learn how to uninstall swiftlint.x86_64 on AlmaLinux 9:

$ sudo dnf remove swiftlint.x86_64 $ sudo dnf autoremove

3. Information about the swiftlint.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:48:31 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : swiftlint
Version : 0.53.0
Release : 3.el9
Architecture : x86_64
Size : 5.1 M
Source : swiftlint-0.53.0-3.el9.src.rpm
Repository : epel
Summary : Tool to enforce Swift style and conventions
URL : https://realm.github.io/SwiftLint/
License : MIT AND Apache-1.0 AND Apache-2.0
Description : SwiftLint is a tool to enforce Swift style and conventions, loosely based on
: the now archived GitHub Swift Style Guide. SwiftLint enforces the style guide
: rules that are generally accepted by the Swift community. These rules are well
: described in popular style guides like Kodeco's Swift Style Guide.
:
: SwiftLint hooks into Clang and SourceKit to use the AST representation of your
: source files for more accurate results.