Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkgstore-old/linux-rpm-mc


https://github.com/pkgstore-old/linux-rpm-mc

linux mc pkgstore rpm rpm-package rpm-packages rpm-spec

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# GNU Midnight Commander

**GNU Midnight Commander** (also referred to as **MC**) is a user shell with text-mode full-screen interface. It can be run on the OS console, in xterm and other terminal emulators.

GNU Midnight Commander allows you to manage files while making most of you screen and giving you a clear representation of the filesystem, yet it's simple enough to be run over a telnet or ssh session.

GNU Midnight Commander is released under the GNU General Public License version 3 or any later version. A copy of the file is included with this distribution package.

## Install

### Fedora COPR

```
$ dnf copr enable pkgstore/mc
$ dnf install -y mc
```

### Open Build Service (OBS)

```
# Work in Progress
```

## Update

```
$ dnf upgrade -y mc
```

## Remove

```
$ dnf erase -y mc
$ dnf copr remove pkgstore/mc
```

## How to Build

1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/mc).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/mc) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.