Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install and use NitroShare in Linux

2025-03-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how to install and use NitroShare in Linux. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

NitroShare is a LAN file transfer tool that supports Windows, OS X, and Linux. Based on Qt development.

Installation in Linux system

NitroShare can run in a variety of modern Linux distributions and desktop environments.

Debian Sid and Ubuntu 16.04+

NitroShare is already included in the software source repositories of Debian and Ubuntu, so it can be easily installed using the following command:

$sudo apt-get install nitroshare

But the installed version may be out of date. To install the latest version, add the latest PPA as follows.

$sudo apt-add-repository ppa:george-edison55/nitroshare$ sudo apt-get update$ sudo apt-get install nitroshare

Fedora 24-23

Recently, NitroShare has been included in the Fedora source repository, and you can install it with the following command:

$sudo dnf install nitroshare

Arch Linux

On Arch Linux systems, the NitroShare package is already available on AUR and can be built / installed with the following command:

# using NitroShare in wget https://aur.archlinux.org/cgit/aur.git/snapshot/nitroshare.tar.gz# tar xf nitroshare.tar.gz# cd nitroshare# makepkg-sriLinux

Note: as I mentioned earlier, on your local network, other machines and devices that you want to share files need to be installed and up and running.

After a successful installation, search for NitroShare in the system dash panel or in the system menu, and then launch. NitroShare is very easy to use, and you can find options such as "send File", "send Directory", "View transfer" and so on on the app or tray icon.

File sharing artifact: NitroShare file sharing artifact: NitroShare

After selecting the file, click Open to continue selecting the target device, as shown in the following figure. If there is a device running NitroShare on the local network, select the appropriate device and click OK.

File sharing artifact: NitroShare file sharing artifact: NitroShare

If necessary, in the NitroShare configuration-General tab, you can add the name of the device, set the default file download location, and in advanced settings you can set the port, cache, timeout, and so on.

Thank you for reading! This is the end of the article on "how to install and use NitroShare in Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report