forked from f-list/exported
-
Notifications
You must be signed in to change notification settings - Fork 22
Running on Linux
hearmeneigh edited this page Sep 4, 2023
·
8 revisions
F-Chat Client is distributed as a universal AppImage, which is compatible with virtually all Linux distributions out there.
Some Linux distributions will require you to install FUSE on your system. See FUSE documentation for details.
For example, on Ubuntu systems, the following will suffice:
# install FUSE
sudo add-apt-repository universe
sudo apt install libfuse2
# download latest F-Chat Rising client
wget -O F-Chat-Rising-linux-x64.AppImage 'https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-linux-x64.AppImage'
# allow execution of F-Chat Rising
chmod +x ./F-Chat-Rising-linux-x64.AppImage
# run F-Chat Rising
./F-Chat-Rising-linux-x64.AppImage
For more information, see F-List Wiki