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

Last updated: September 16,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 34

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

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

This guide let you learn how to uninstall emacs-company-mode.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:23:19 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : emacs-company-mode
Version : 0.9.13
Release : 1.fc34
Architecture : noarch
Size : 121 k
Source : emacs-company-mode-0.9.13-1.fc34.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.