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

Last updated: April 30,2024

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

In this section, we are going to explain the necessary steps to install emacs-company-mode.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall emacs-company-mode.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:28:42 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : emacs-company-mode
Version : 0.9.13
Release : 2.fc35
Architecture : noarch
Size : 120 k
Source : emacs-company-mode-0.9.13-2.fc35.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.