How to Install and Uninstall swiftlint.x86_64 Package on Oracle Linux 9

Last updated: October 08,2024

1. Install "swiftlint.x86_64" package

In this section, we are going to explain the necessary steps to install swiftlint.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install swiftlint.x86_64

2. Uninstall "swiftlint.x86_64" package

Please follow the steps below to uninstall swiftlint.x86_64 on Oracle Linux 9:

$ sudo dnf remove swiftlint.x86_64 $ sudo dnf autoremove

3. Information about the swiftlint.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:23:30 ago on Thu Feb 15 07:50:05 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.