How to Install and Uninstall ghc-language-docker.x86_64 Package on Fedora 35

Last updated: October 09,2024

1. Install "ghc-language-docker.x86_64" package

This tutorial shows how to install ghc-language-docker.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-language-docker.x86_64

2. Uninstall "ghc-language-docker.x86_64" package

Please follow the guidance below to uninstall ghc-language-docker.x86_64 on Fedora 35:

$ sudo dnf remove ghc-language-docker.x86_64 $ sudo dnf autoremove

3. Information about the ghc-language-docker.x86_64 package on Fedora 35

Last metadata expiration check: 0:55:44 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-language-docker
Version : 10.1.0
Release : 2.fc35
Architecture : x86_64
Size : 364 k
Source : ghc-language-docker-10.1.0-2.fc35.src.rpm
Repository : updates
Summary : Dockerfile parser, pretty-printer and embedded DSL
URL : https://hackage.haskell.org/package/language-docker
License : GPLv3+
Description : All functions for parsing and pretty-printing Dockerfiles are exported through
: 'Language.Docker'. For more fine-grained operations look for specific modules
: that implement a certain functionality. See the
: for the
: source-code and examples.