Announcement

Collapse
No announcement yet.

Flatpak List

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Flatpak List

    Greetings, I wanted to print a list of my user installed flatpaks to a text file. The command I used looks like this:

    flatpak list --columns=application --app flatpaks.txt

    Which prints out a text file (flatpaks. txt) to my home directory. The output of the printout looks like this:

    a.edestcroix.Recordbox

    com.github.IsmaelMartinez.teams_for_linux

    com.github.dynobo.normcap

    com.github.louis77.tuner

    com.github.muriloventuroso.givemelyrics

    com.github.qarmin.czkawka

    de.haeckerfelix.Shortwave

    fr.free.Homebank

    io.github.cboxdoerfer.FSearch

    io.github.flattool.Warehouse

    io.github.giantpinkrobots.flatsweep

    io.github.jonmagon.kdiskmark

    io.missioncenter.MissionCenter

    net.nokyan.Resources

    org.atheme.audacious

    org.bitcoincore.bitcoin-qt

    org.freefilesync.FreeFileSync

    org.gnome.Lollypop

    org.gnome.World.PikaBackup

    org.gnome.gedit

    org.gnucash.GnuCash

    org.kde.kmymoney

    org.kde.konsole

    org.kde.skrooge

    org.moneymanagerex.MMEX

    org.videolan.VLC

    page.codeberg.JakobDev.jdFlatpakSnapshot

    ua.org.brezblock.q4wine

    us.zoom.Zoom


    Is there a way I can change the output to show only the program name and nothing else? For example:

    Recordbox

    Teams for Linux

    Normcap

    Tuner


    Not that good at terminal commands and I haven’t found a way to clean-up the output so it only shows the program name? Does anyone know proper syntax is? Thanks in advance.

    #2
    Try flatpak list --columns name
    Last edited by oshunluvr; Jan 02, 2025, 03:52 PM.

    Please Read Me

    Comment


      #3
      FYI, your posts are more readable if you use CODE or QUOTE blocks AND remove all the double spaced lines.

      Please Read Me

      Comment


      • JeffRedd
        JeffRedd commented
        Editing a comment
        I use a word processor to write my post (easier for me to read) and then I post here. I tried to remove the double spaces and I couldn't get it to post and I'm not sure why. I was having a hard time with the post so I just did it like that.

      • claydoh
        claydoh commented
        Editing a comment
        JeffRedd, try using Kate/Kwrite for places where word processor formatting gets in the way. Ctrl+ will increase the displayed font size,which won;t be translated to any copied text.

        Or if using Firefox at least, right-click and use "Paste without formatting" option., This is useful if you use a word processor or otherwise copy formatted text.

      #4
      Originally posted by oshunluvr View Post
      Try flatpak list --columns name
      Thanks for you quick response. It worked perfectly.

      Comment

      Working...
      X