I'm using 18.04 Linux operating system on my device. How to install Feem software on my system?
Asked
Active
Viewed 3,008 times
1
-
I mean feem is a software that is used for transfer files between two computers. I just need the terminal command for installing feem software – Ibrahim Badusha k Aug 19 '18 at 17:12
-
1The web site provides an appimage. You're basically asking how to use an appimage. Hence the duplicate. – dobey Aug 20 '18 at 03:00
1 Answers
0
Download the installer files from here: https://feem.io/#download, then
- Umcompress:
tar -xvf <file> -C /to/directory/of/choice
- Make installer executable:
sudo chmod +x <Feem Installer File>.sh
- Run installer found in there, ends with
.sh
extension:./<Feem Installer File>.sh
- if it fails run with
sudo ./<Feem Installer File>.sh
- if it fails run with
See: https://www.linuxslaves.com/2016/09/feem-alternative-shareit-for-ubuntu-linux.html

George Udosen
- 36,677