How to Install and Uninstall swiftlint.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "swiftlint.x86_64" package

This guide let you learn how to install swiftlint.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install swiftlint.x86_64

2. Uninstall "swiftlint.x86_64" package

This tutorial shows how to uninstall swiftlint.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove swiftlint.x86_64 $ sudo dnf autoremove

3. Information about the swiftlint.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:45:53 ago on Mon Feb 26 07:04:30 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.