Bug 51244 - Считает пакеты из репозитория за свои
Summary: Считает пакеты из репозитория за свои
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: eepm (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-22 14:43 MSK by Sergey V Turchin
Modified: 2024-08-22 14:43 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V Turchin 2024-08-22 14:43:50 MSK
eepm play устанавливал только chrome и vk

[play.d]# eepm play --list
Installed applications:
 # rpm -qa --queryformat %{name}\n
  chrome               - The popular and trusted web browser by Google (Stable Channel) from the official site
  steam                - Steam Launcher (from the repository if the package is there, or from the official site)
  pcsx2                - PCSX2 - free and open-source PlayStation 2 (PS2) emulator from the official site
  rpcs3                - RPCS3 - free and open-source PlayStation 3 emulator from the official site
  vk                   - VK Messenger from the official site
  wine                 - Wine 32/64 from the repo
  yandex-browser       - Yandex browser from the official site
[play.d]# eepm play --installed pcsx2
Package pcsx2 is already installed from ALT repository (use --force to override it).
[play.d]# eepm play --installed wine
Package wine is already installed from ALT repository (use --force to override it).
[play.d]# eepm play --installed yandex-browser
Package yandex-browser-stable is already installed from ALT repository (use --force to override it).
[play.d]# eepm play --installed chrome
[play.d]# eepm play --installed vk
[play.d]#