How to Install and Uninstall emacs-company-mode.noarch Package on Fedora 36

Last updated: May 07,2024

1. Install "emacs-company-mode.noarch" package

Here is a brief guide to show you how to install emacs-company-mode.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install emacs-company-mode.noarch

2. Uninstall "emacs-company-mode.noarch" package

This guide covers the steps necessary to uninstall emacs-company-mode.noarch on Fedora 36:

$ sudo dnf remove emacs-company-mode.noarch $ sudo dnf autoremove

3. Information about the emacs-company-mode.noarch package on Fedora 36

Last metadata expiration check: 1:51:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : emacs-company-mode
Version : 0.9.13
Release : 3.fc36
Architecture : noarch
Size : 121 k
Source : emacs-company-mode-0.9.13-3.fc36.src.rpm
Repository : fedora
Summary : Modular in-buffer completion framework for Emacs
URL : https://company-mode.github.io/
License : GPLv3+
Description : Company is a text completion framework for Emacs. The name stands for
: "complete anything". It uses pluggable back-ends and front-ends to
: retrieve and display completion candidates. It comes with several
: back-ends such as Elisp, Clang, Semantic, Eclim, Ropemacs, Ispell, CMake,
: BBDB, Yasnippet, dabbrev, etags, gtags, files, keywords and a few others.
:
: The CAPF back-end provides a bridge to the standard
: completion-at-point-functions facility, and thus works with any major
: mode that defines a proper completion function.