TEXT   22
Configuring flatpak
Guest on 7th February 2023 01:47:06 PM


  1. ## Configuring flatpak
  2.  
  3. flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  4. # reboot your machine
  5.  
  6. ## Installing IDE as a flatpak
  7.  
  8. flatpak install org.apache.netbeans
  9. flatpak install com.jetbrains.IntelliJ-IDEA-Community
  10.  
  11. # To launch a flatpak package
  12.  
  13. flatpak run org.apache.netbeans
  14. # or look in the applications menu of your graphical environment
  15.  
  16. # Many more apps are available here:
  17. # https://flathub.org/apps

Raw Paste

Login or Register to edit or fork this paste. It's free.