- How To Install mc-data on Kali Linux
- What is mc-data
- Install mc-data Using apt-get
- Install mc-data Using apt
- Install mc-data Using aptitude
- How To Uninstall mc-data on Kali Linux
- Uninstall mc-data And Its Dependencies
- Remove mc-data Configurations and Data
- Remove mc-data configuration, data, and all of its dependencies
- Dependencies
- References
- Summary
- mc on Kali Linux
- 2. Uninstall / Remove mc package
- 3. Details of mc package
- 4. References on Kali Linux
- 5. The same packages on other Linux Distributions
- How To Install mc on Kali Linux
- What is mc
- Install mc Using apt-get
- Install mc Using apt
- Install mc Using aptitude
- How To Uninstall mc on Kali Linux
- Uninstall mc And Its Dependencies
- Remove mc Configurations and Data
- Remove mc configuration, data, and all of its dependencies
- References
- Summary
- Packages and Binaries:
- mc-data
- Linux is The Best
How To Install mc-data on Kali Linux
In this tutorial we learn how to install mc-data on Kali Linux.
What is mc-data
GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files.
This package provides architecture independent files
There are three methods to install mc-data on Kali Linux. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install mc-data Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install mc-data using apt-get by running the following command:
Install mc-data Using apt
Update apt database with apt using the following command.
After updating apt database, We can install mc-data using apt by running the following command:
Install mc-data Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
After updating apt database, We can install mc-data using aptitude by running the following command:
How To Uninstall mc-data on Kali Linux
To uninstall only the mc-data package we can use the following command:
Uninstall mc-data And Its Dependencies
To uninstall mc-data and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove mc-data Configurations and Data
To remove mc-data configuration and data from Kali Linux we can use the following command:
Remove mc-data configuration, data, and all of its dependencies
We can use the following command to remove mc-data configurations, data and all of its dependencies, we can use the following command:
Dependencies
mc-data have the following dependencies:
References
Summary
In this tutorial we learn how to install mc-data package on Kali Linux using different package management tools: apt , apt-get and aptitude .
mc on Kali Linux
Please follow the guidelines below to install mc package:
2. Uninstall / Remove mc package
Here is a brief guide to show you how to uninstall mc package:
3. Details of mc package
Package: mc
Version: 3:4.8.28-1
Installed-Size: 1506
Maintainer: Dmitry Smirnov
Architecture: amd64
Provides: mcedit
Depends: libc6 (>= 2.33), libext2fs2 (>= 1.37), libglib2.0-0 (>= 2.59.2), libgpm2 (>= 1.20.7), libslang2 (>= 2.2.4), libssh2-1 (>= 1.2.8), mc-data (= 3:4.8.28-1)
Recommends: mailcap, perl, sensible-utils, unzip
Suggests: arj, bzip2, catdvi | texlive-binaries, dbview, djvulibre-bin, epub-utils, file, genisoimage, gv, imagemagick, libaspell-dev, links | w3m | lynx, odt2txt, poppler-utils, python, python-boto, python-tz, unar, wimtools, xpdf | pdf-viewer, zip
Size: 541044
SHA256: 8240179231399813ef3fc09061113d1854bc790ec7b244aabbe6908cdb657674
SHA1: 5d969c3f009738234184862d11c8954b5df2afee
MD5sum: ec922430a904e000b0fe62db1ddf8a04
Description: Midnight Commander — a powerful file manager
GNU Midnight Commander is a text-mode full-screen file manager. It
uses a two panel interface and a subshell for command execution. It
includes an internal editor with syntax highlighting and an internal
viewer with support for binary files. Also included is Virtual
Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH
servers) and files inside archives to be manipulated like real files.
Description-md5: 252a5c5aeeb7425db45357d4ab8aa55f
Homepage: https://www.midnight-commander.org
Tag: admin::filesystem, devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, interface::commandline, interface::text-mode,
role::devel-lib, role::program, scope::application, suite::gnu,
uitoolkit::ncurses, use::browsing, use::editing, use::organizing,
works-with::archive, works-with::file
Section: utils
Priority: optional
Filename: pool/main/m/mc/mc_4.8.28-1_amd64.deb
4. References on Kali Linux
5. The same packages on other Linux Distributions
mc (3:4.8.19-1) Ubuntu 18.04 LTS (Bionic Beaver)
mc (3:4.8.15-2) Ubuntu 16.04 LTS (Xenial Xerus)
mc (3:4.8.26-1.1) Ubuntu 21.10 (Impish Indri)
mc (4.8.26-bp153.1.1) openSUSE Leap
mc (4.8.27-1.1) openSuSE Tumbleweed
mc (3:4.8.27-1) Ubuntu 22.04 LTS (Jammy Jellyfish)
mc (3:4.8.22-1) Debian 10 (Buster)
How To Install mc on Kali Linux
In this tutorial we learn how to install mc on Kali Linux.
What is mc
GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files.
There are three ways to install mc on Kali Linux . We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install mc Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install mc using apt-get by running the following command:
Install mc Using apt
Update apt database with apt using the following command.
After updating apt database, We can install mc using apt by running the following command:
Install mc Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
After updating apt database, We can install mc using aptitude by running the following command:
sudo aptitude -y install mc
How To Uninstall mc on Kali Linux
To uninstall only the mc package we can use the following command:
Uninstall mc And Its Dependencies
To uninstall mc and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove mc
Remove mc Configurations and Data
To remove mc configuration and data from Kali Linux we can use the following command:
Remove mc configuration, data, and all of its dependencies
We can use the following command to remove mc configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge mc
References
Summary
In this tutorial we learn how to install mc using different package management tools like apt, apt-get and aptitude.
Packages and Binaries:
GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files.
Installed size: 1.45 MB
How to install: sudo apt install mc
- libc6
- libext2fs2
- libglib2.0-0
- libgpm2
- libslang2
- libssh2-1
- mc-data
mc
Visual shell for Unix-like systems.
[email protected]:~# mc -h Usage: mc [OPTION?] [this_dir] [other_panel_dir] GNU Midnight Commander 4.8.29 Help Options: -h, --help Show help options --help-all Show all help options --help-terminal Terminal options --help-color Color options Application Options: -V, --version Displays the current version -f, --datadir Print data directory -F, --datadir-info Print extended info about used data directories --configure-options Print configure options -P, --printwd= Print last working directory to specified file -U, --subshell Enables subshell support (default) -u, --nosubshell Disables subshell support -l, --ftplog= Log ftp dialog to specified file -v, --view= Launches the file viewer on a file -e, --edit= . Edit files Please send any bug reports (including the output of 'mc -V') as tickets at www.midnight-commander.org
mcdiff
Visual shell for Unix-like systems.
[email protected]:~# mcdiff -h Usage: mcdiff [OPTION?] file1 file2 GNU Midnight Commander 4.8.29 Help Options: -h, --help Show help options --help-all Show all help options --help-terminal Terminal options --help-color Color options Application Options: -V, --version Displays the current version -f, --datadir Print data directory -F, --datadir-info Print extended info about used data directories --configure-options Print configure options -P, --printwd= Print last working directory to specified file -U, --subshell Enables subshell support (default) -u, --nosubshell Disables subshell support -l, --ftplog= Log ftp dialog to specified file -v, --view= Launches the file viewer on a file -e, --edit= . Edit files Please send any bug reports (including the output of 'mc -V') as tickets at www.midnight-commander.org
mcedit
Internal file editor of GNU Midnight Commander.
[email protected]:~# mcedit -h Usage: mcedit [OPTION?] [+lineno] file1[:lineno] [file2[:lineno]. ] GNU Midnight Commander 4.8.29 Help Options: -h, --help Show help options --help-all Show all help options --help-terminal Terminal options --help-color Color options Application Options: -V, --version Displays the current version -f, --datadir Print data directory -F, --datadir-info Print extended info about used data directories --configure-options Print configure options -P, --printwd= Print last working directory to specified file -U, --subshell Enables subshell support (default) -u, --nosubshell Disables subshell support -l, --ftplog= Log ftp dialog to specified file -v, --view= Launches the file viewer on a file -e, --edit= . Edit files Please send any bug reports (including the output of 'mc -V') as tickets at www.midnight-commander.org
mcview
Internal file viewer of GNU Midnight Commander.
[email protected]:~# mcview -h Usage: mcview [OPTION?] file GNU Midnight Commander 4.8.29 Help Options: -h, --help Show help options --help-all Show all help options --help-terminal Terminal options --help-color Color options Application Options: -V, --version Displays the current version -f, --datadir Print data directory -F, --datadir-info Print extended info about used data directories --configure-options Print configure options -P, --printwd= Print last working directory to specified file -U, --subshell Enables subshell support (default) -u, --nosubshell Disables subshell support -l, --ftplog= Log ftp dialog to specified file -v, --view= Launches the file viewer on a file -e, --edit= . Edit files Please send any bug reports (including the output of 'mc -V') as tickets at www.midnight-commander.org
mc-data
GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files.
This package provides architecture independent files
Installed size: 6.06 MB
How to install: sudo apt install mc-data
Linux is The Best
Friends last night i am checking the kali linux tools then i found midnight commander. I did’t know about it but then i started some search on google for this then i found its uses and I found it was a good tool for us.
Midnight commander :- This is the tool by which we are mange our files or directories.By this tool we are easily use this tool for compression,change permission,Delete,rename, and many more other works i give you some examples.
Path ====> applications —> system tools —> Midnight Commander
1 How you can get the help how to use this tool with the help of
F1 function key.
2 How to change the directory in this tools.
its easy just double click on that directory and then you will be able to find directory content
3 Now how to change the permission of any file by this
In this case go on file plugin and then you found all the operation related files here one i show you other try yourself.
Before change
4 By default when we are open this program this got the files or directories size but if you want to know directory size then try it.
Go to command and then you found there directory size.
after that run you found all directory size
5 Now if you want to compress any directory or with extract then you should use the function key F2 then you will find the mostly compression or extract tools here like this.
Thanks For reading if any problem or mistake then give us feedback and we will try to improve or correct that.
ON facebook = DeadManINDIA
On Google+ = DeadManINDIA
On Skype = DeadManINDIA1
On Twitter = DeadManINDIA
😛 😛 😛 😛
Jai Hind Jai Bharat