• 67 Posts
  • 1.21K Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle













  • At this point, with all the charts and videos dedicated trying to explain what Game Pass is and deals exist, I really think a DLC approach would have been better. Like with pizza, you would have your Game Pass + any number of DLCs to enable additional features. So everyone could have their own Game Pass setup and pay only what they are interested into. In example:

    $10 Game Pass Base
    + $8 Day One First Party 
       (exclusives for a month, and added to Base after a year)
    + $8 Premium Streaming
       (shortest wait times, highest quality)
    + $5 Additional Library
      (EA Play & Ubisoft+ Classics)
    + $4 Loyalty Benefits
      (Rewards program, game specific benefits, icons, walllpapers, soundtracks, stickers etc)
    
    Note: Online Console Play is always included.
    

    I just made up price numbers, so don’t quote me on that as being bad or so. At least from marketing standpoint it would be easier to market, and nobody pays extra for stuff they won’t use such as some vbucks for free to play games.





  • We can install a new package if it wasn’t installed with pacman -S firefox. That is not a partial upgrade of the system. Right? What i don’t understand is, when I uninstall with pacman -Rs firefox, delete the cached firefox package (only that file), then the system is in the same state as before I installed it. Then -S firefox should be okay, right? And it even looks up the new version. This is my question, if that would work correctly.

    IF no dependency tries to update too. Off course in that case I would stop. Without pacman -Sy, I never do that anyway, only -Syu.


  • But I’m not doing pacman -Sy package. That is not what I am talking about. I am only talking about pacman -S package, which is not updating the system partially. IF the package depends on something else to update, then the system would need to be updated. But that is not what I was asking, because I only talk about the package with -S package. I just chose firefox as an example, it could have been any other package.

    To make it clear, when I say -S firefox, then I mean really that without updating a dependency like libssl. The idea is to install only new packages without updating anything on the system. I guess as you say it depends on the dependencies of the package, if this is feasible.


  • No, pacman -S package is safe. Because the package list is not updated this way, and therefore the system is not updated and nothing else is affected. New packages can be installed with this command, perfectly okay. That is in the spirit of Archlinux.

    I think my idea would not work because the nature of the command -S package, as no new version would be synced. This is not a partial upgrade and it does not need to be discouraged.