Bug 51244

Summary: Считает пакеты из репозитория за свои
Product: Sisyphus Reporter: Sergey V Turchin <zerg>
Component: eepmAssignee: Vitaly Lipatov <lav>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: lav
Version: unstable   
Hardware: x86_64   
OS: Linux   

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]#