Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Question: How to install Flipper in Ubuntu? #1058

Closed
Maskedman99 opened this issue Apr 26, 2020 · 13 comments
Closed

Question: How to install Flipper in Ubuntu? #1058

Maskedman99 opened this issue Apr 26, 2020 · 13 comments

Comments

@Maskedman99
Copy link

As suggested in #985 when I click on flipper file, I get error

Screenshot-20200426180014-784x242

Happening in 18.04 and 20.04.

@blusclips
Copy link

also facing the same issue... downloaded the zip.. extracted it but can not display flipper... Linux

@passy
Copy link
Member

passy commented Apr 27, 2020

What happens if you try to open it in the terminal? E.g.

cd ~/Downloads/flipper
./flipper

@Maskedman99
Copy link
Author

Thanks @passy that's working :)

@Biplovkumar
Copy link

What happens if you try to open it in the terminal? E.g.

cd ~/Downloads/flipper
./flipper

thanks.
it working.

@tavareshenrique
Copy link

Can I create a shortcut instead of always having to go into the folder and type ./flipper?

@maurusrv
Copy link

hi, i managed to use flipper using @duarte-evocorp's command here: #1139

but it seems the effect was when i boot, after i login, i'm always welcomed by 'System Program Problem Detected'. is this usual? if yes, is there maybe a workaround to ignore such problem? if no, is there another way to install it without that warning message?

I'm using ubuntu 16. Thanks guys!

@alexandrtovmach
Copy link

@tavareshenrique

  1. Move folder with flipper app somewhere, for example to your /opt:
    sudo mv ~/Downloads/flipper /opt/flipper
  2. Create desktop file for flipper in your application folder:
    sudo nano /usr/share/applications/flipper.desktop
  3. Put this content inside:
    [Desktop Entry]
    Name=Flipper
    Comment=Platform for debugging mobile apps on iOS and Android.
    Exec=/opt/flipper/flipper
    Terminal=false
    Type=Application
    Icon=/opt/flipper/resources/app/icon.png
    
  4. Log out and login again to Ubuntu client, and open your applications

image

@mMarcos208
Copy link

@alexandrtovmach thank you so much!

@tavareshenrique
Copy link

@alexandrtovmach thank you so much, I'm really appreciate!

@PathToLife
Copy link

Icon=/opt/flipper/resources/app/icon.png
If you're looking for the icon for the manual install desktop entry. Here it is, just put it manually in the required directory.

icon

@thallysfs
Copy link

@tavareshenrique

  1. Move folder with flipper app somewhere, for example to your /opt:
    sudo mv ~/Downloads/flipper /opt/flipper
  2. Create desktop file for flipper in your application folder:
    sudo nano /usr/share/applications/flipper.desktop
  3. Put this content inside:
    [Desktop Entry]
    Name=Flipper
    Comment=Platform for debugging mobile apps on iOS and Android.
    Exec=/opt/flipper/flipper
    Terminal=false
    Type=Application
    Icon=/opt/flipper/resources/app/icon.png
    
  4. Log out and login again to Ubuntu client, and open your applications

image

Thank you!

@kuchaguangjie
Copy link

kuchaguangjie commented Mar 19, 2024

Where to download flipper executable for linux ?
The link from doc is broken: https://www.facebook.com/fbflipper/public/linux

@devfed1
Copy link

devfed1 commented Apr 18, 2024

Where to download flipper executable for linux ? The link from doc is broken: https://www.facebook.com/fbflipper/public/linux

I notice that this is the last version with linux version builded as app and not flipper-server. @kuchaguangjie

https://github.com/facebook/flipper/releases/tag/v0.233.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests