Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests