How to Install and Uninstall swiftlint.x86_64 Package on Rocky Linux 9
Last updated: November 24,2024
1. Install "swiftlint.x86_64" package
Learn how to install swiftlint.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
swiftlint.x86_64
Copied
2. Uninstall "swiftlint.x86_64" package
This guide covers the steps necessary to uninstall swiftlint.x86_64 on Rocky Linux 9:
$
sudo dnf remove
swiftlint.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the swiftlint.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:59:35 ago on Fri Feb 16 06:49:52 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.
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.