Kali linux file manager

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.

Читайте также:  Linux ubuntu переключение языка

This package provides architecture independent files

Installed size: 6.06 MB
How to install: sudo apt install mc-data

Источник

Kali linux file manager

Learn Latest Tutorials

Splunk tutorial

SPSS tutorial

Swagger tutorial

T-SQL tutorial

Tumblr tutorial

React tutorial

Regex tutorial

Reinforcement learning tutorial

R Programming tutorial

RxJS tutorial

React Native tutorial

Python Design Patterns

Python Pillow tutorial

Python Turtle tutorial

Keras tutorial

Preparation

Aptitude

Logical Reasoning

Verbal Ability

Company Interview Questions

Artificial Intelligence

AWS Tutorial

Selenium tutorial

Cloud Computing

Hadoop tutorial

ReactJS Tutorial

Data Science Tutorial

Angular 7 Tutorial

Blockchain Tutorial

Git Tutorial

Machine Learning Tutorial

DevOps Tutorial

B.Tech / MCA

DBMS tutorial

Data Structures tutorial

DAA tutorial

Operating System

Computer Network tutorial

Compiler Design tutorial

Computer Organization and Architecture

Discrete Mathematics Tutorial

Ethical Hacking

Computer Graphics Tutorial

Software Engineering

html tutorial

Cyber Security tutorial

Automata Tutorial

C Language tutorial

C++ tutorial

Java tutorial

.Net Framework tutorial

Python tutorial

List of Programs

Control Systems tutorial

Data Mining Tutorial

Data Warehouse Tutorial

Javatpoint Services

JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.

  • Website Designing
  • Website Development
  • Java Development
  • PHP Development
  • WordPress
  • Graphic Designing
  • Logo
  • Digital Marketing
  • On Page and Off Page SEO
  • PPC
  • Content Development
  • Corporate Training
  • Classroom and Online Training
  • Data Entry

Training For College Campus

JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week

Like/Subscribe us for latest updates or newsletter RSS Feed Subscribe to Get Email Alerts Facebook Page Twitter Page YouTube Blog Page

Источник

How To Install nautilus on Kali Linux

In this tutorial we learn how to install nautilus on Kali Linux.

What is nautilus

Nautilus is the official file manager for the GNOME desktop. It allows one to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the GNOME desktop. It works on local and remote filesystems.

Several icon themes and components for viewing different kinds of files are available in separate packages.

There are three ways to install nautilus 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 nautilus Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install nautilus using apt-get by running the following command:

sudo apt-get -y install nautilus 

Install nautilus Using apt

Update apt database with apt using the following command.

Читайте также:  Linux таблица mac адресов

After updating apt database, We can install nautilus using apt by running the following command:

sudo apt -y install nautilus 

Install nautilus 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 nautilus using aptitude by running the following command:

sudo aptitude -y install nautilus 

How To Uninstall nautilus on Kali Linux

To uninstall only the nautilus package we can use the following command:

sudo apt-get remove nautilus 

Uninstall nautilus And Its Dependencies

To uninstall nautilus and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove nautilus 

Remove nautilus Configurations and Data

To remove nautilus configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge nautilus 

Remove nautilus configuration, data, and all of its dependencies

We can use the following command to remove nautilus configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge nautilus 

References

Summary

In this tutorial we learn how to install nautilus using different package management tools like apt, apt-get and aptitude.

Источник

Kali linux file manager

Learn Latest Tutorials

Splunk tutorial

SPSS tutorial

Swagger tutorial

T-SQL tutorial

Tumblr tutorial

React tutorial

Regex tutorial

Reinforcement learning tutorial

R Programming tutorial

RxJS tutorial

React Native tutorial

Python Design Patterns

Python Pillow tutorial

Python Turtle tutorial

Keras tutorial

Preparation

Aptitude

Logical Reasoning

Verbal Ability

Company Interview Questions

Artificial Intelligence Tutorial

AWS Tutorial

Selenium tutorial

Cloud Computing tutorial

Hadoop tutorial

ReactJS Tutorial

Data Science Tutorial

Angular 7 Tutorial

Blockchain Tutorial

Git Tutorial

Machine Learning Tutorial

DevOps Tutorial

B.Tech / MCA

DBMS tutorial

Data Structures tutorial

DAA tutorial

Operating System tutorial

Computer Network tutorial

Compiler Design tutorial

Computer Organization and Architecture

Discrete Mathematics Tutorial

Ethical Hacking Tutorial

Computer Graphics Tutorial

Software Engineering Tutorial

html tutorial

Cyber Security tutorial

Automata Tutorial

C Language tutorial

C++ tutorial

Java tutorial

.Net Framework tutorial

Python tutorial

List of Programs

Control Systems tutorial

Data Mining Tutorial

Data Warehouse Tutorial

Javatpoint Services

JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.

  • Website Designing
  • Website Development
  • Java Development
  • PHP Development
  • WordPress
  • Graphic Designing
  • Logo
  • Digital Marketing
  • On Page and Off Page SEO
  • PPC
  • Content Development
  • Corporate Training
  • Classroom and Online Training
  • Data Entry
Читайте также:  Lenovo s21e 20 linux

Training For College Campus

JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week

Like/Subscribe us for latest updates or newsletter RSS Feed Subscribe to Get Email Alerts Facebook Page Twitter Page YouTube Blog Page

Источник

Оцените статью
Adblock
detector