我是一个新的 Mint Linux 用户,我发现所有应用程序都被摸索了。我不喜欢这种分组。我想删除所有分组。请检查屏幕截图。有 5 个终端和 4 个 IntelliJ 应用程序正在运行。我想看到任务栏中的所有内容都没有组合在一起。
请让我知道该怎么做?
当我尝试作为
sudo apt-get dist-upgrade -qq --force-yes
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Run Code Online (Sandbox Code Playgroud)
然后尝试建议为:
sudo apt-get dist-upgrade -qq --allow
E: Command line option --allow is not understood in combination with the other options
Run Code Online (Sandbox Code Playgroud)
那么如何使用上面的命令呢?