AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1205746
Accepted
London Smith
London Smith
Asked: 2020-01-26 15:58:53 +0800 CST2020-01-26 15:58:53 +0800 CST 2020-01-26 15:58:53 +0800 CST

卸载一个flatpak软件安装

  • 772

我只是想按照这篇文章https://www.omgubuntu.co.uk/2017/11/notes-up-markdown-editor-for-linux在我的 Ubuntu 18 Notes-up 上安装

所以我做了:

sudo flatpak install --from https://flathub.org/repo/appstream/com.github.philip_scott.notes-up.flatpakref
The remote 'flathub', refered to by 'com.github.philip_scott.notes-up' at location https://dl.flathub.org/repo/ contains additional applications.
Should the remote be kept for future installations? [y/n]: y
Required runtime for com.github.philip_scott.notes-up/x86_64/stable (runtime/org.gnome.Platform/x86_64/3.34) found in remote flathub
Do you want to install it? [y/n]: y
Installing in system:
org.gnome.Platform/x86_64/3.34                        flathub 12697f53c77f
org.gnome.Platform.Locale/x86_64/3.34                 flathub 0b2ef68ac418
org.freedesktop.Platform.GL.default/x86_64/19.08      flathub 8383da7a813b
org.freedesktop.Platform.GL.nvidia-435-21/x86_64/1.4  flathub b3571165bdd4
org.gtk.Gtk3theme.Adwaita-dark/x86_64/3.22            flathub 7c055bbc0667
org.freedesktop.Platform.VAAPI.Intel/x86_64/19.08     flathub 14ad39afcef6
org.freedesktop.Platform.openh264/x86_64/19.08        flathub 3e4c12dc2a37
com.github.philip_scott.notes-up/x86_64/stable        flathub eaa1997cafa5
  permissions: wayland, x11, dri
  file access: home
  dbus access: org.gtk.vfs, org.gtk.vfs.*
  dbus ownership: com.github.philip-scott.notes-up
com.github.philip_scott.notes_up.Locale/x86_64/stable flathub 34b62972b983
Is this ok [y/n]: y
Installing: org.gnome.Platform/x86_64/3.34 from flathub
[####################] 1175 metadata, 22208 content objects fetched; 297130 KiB transferred in 59 seconds
Now at 12697f53c77f.
Installing: org.gnome.Platform.Locale/x86_64/3.34 from flathub
[####################] 33 metadata, 164 content objects fetched; 4954 KiB transferred in 1 seconds
Now at 0b2ef68ac418.
Installing: org.freedesktop.Platform.GL.default/x86_64/19.08 from flathub
[####################] 30 metadata, 78 content objects fetched; 88756 KiB transferred in 3 seconds
Now at 8383da7a813b.
Installing: org.freedesktop.Platform.GL.nvidia-435-21/x86_64/1.4 from flathub
[####################] Downloading files: 11/11 103,3 MB (34,4 MB/s)        
Now at b3571165bdd4.
Installing: org.gtk.Gtk3theme.Adwaita-dark/x86_64/3.22 from flathub
[####################] 7 metadata, 5 content objects fetched; 2 KiB transferred in 0 seconds
Now at 7c055bbc0667.
Installing: org.freedesktop.Platform.VAAPI.Intel/x86_64/19.08 from flathub
[####################] 6 metadata, 11 content objects fetched; 8470 KiB transferred in 1 seconds
Now at 14ad39afcef6.
Installing: org.freedesktop.Platform.openh264/x86_64/19.08 from flathub
[####################] Downloading files: 6/6 594,2 kB (297,1 kB/s)          
Warning: Failed to install org.freedesktop.Platform.openh264/x86_64/19.08: While trying to apply extra data: runtime/org.freedesktop.Platform/x86_64/19.08 not installed
Installing: com.github.philip_scott.notes-up/x86_64/stable from flathub
[####################] 180 metadata, 3921 content objects fetched; 21577 KiB transferred in 10 seconds
Now at eaa1997cafa5.
Installing: com.github.philip_scott.notes_up.Locale/x86_64/stable from flathub
[####################] 9 metadata, 6 content objects fetched; 25 KiB transferred in 0 seconds
Now at 34b62972b983.

看起来这个命令甚至安装了一个新的 Nvidia 驱动程序!而且我什至找不到笔记。

如何卸载我使用 flatpak 命令安装的所有内容?

uninstall 18.04 flatpak
  • 1 1 个回答
  • 1922 Views

1 个回答

  • Voted
  1. Best Answer
    da_kingpin
    2020-01-26T17:02:57+08:002020-01-26T17:02:57+08:00

    我不相信你有必要使用它sudo来安装它。在我的情况下,它不是。

    列出已安装的 flatpak

    flatpak list
    
        Ref                                              Options       
    com.github.philip_scott.notes-up/x86_64/stable   system,current
    org.freedesktop.Platform.GL.default/x86_64/19.08 system,runtime
    org.gnome.Platform/x86_64/3.34                   system,runtime
    

    要运行应用程序:

    输入notes-up活动

    或在终端:

    flatpak run com.github.philip_scott.notes-up/x86_64/stable
    

    消除:

    sudo flatpak uninstall com.github.philip_scott.notes-up/x86_64/stable 
    
    flatpak uninstall --unused
    

    重复所有其他不需要的包

    或者对于所有已安装的 flatpak:

    sudo flatpak uninstall --all
    
    • 2

相关问题

  • 如何删除 Unity?

  • 无法卸载 Wine 应用程序

  • 如何删除 Wubi 创建的 Ubuntu 启动选项?

  • 如何卸载软件?

  • 有没有办法重置所有包/源并从头开始?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve