I want to install steam for playing games

Kingrjd

New Member
Joined
Feb 10, 2026
Messages
2
Reaction score
0
Credits
19
I installed steam through Mozilla Firefox and then this shows and anyone help me to fix this, it says Evaluating dependencies, The packages cache seems to be out of date, Press return to update the list of available packages: and what I do next
1000340888.jpg
 


Open the terminal and run the following:

sudo apt update && sudo apt upgrade -y

Then try again. (I am figuring you've downloaded the .deb file and are trying to install from there.)
 
after you have run the update above you will find the distribution approved build of steam in the Mint software manager
Screenshot from 2026-02-10 19-48-04.png
 
Last edited:
Oh and welcome to the forums
 
What distro are you using? Apt is the package manager for Debian-based distros, but not every distro is based on Debian, and may use different package managers. Steam should be available in most distro repositories, and should be installed using the package manager. Most distros include a GUI package manager/software center, which can be used for installing Steam or other packages. Using Firefox for installing Steam or other packages is not the best idea in most cases.
 
In the future, just press enter. It will then ask your mint user password and get latest packages & install.:)
 
Thankyou
Oh and welcome to the forums
Also I'm willing to learn Linux commands I'm learning basic commands in labex.io website as I'm doing the practices of the commands I used the touch command to create a new file but it says permission denied help me to solve
 

Attachments

  • IMG_20260215_220155.jpg
    IMG_20260215_220155.jpg
    1.9 MB · Views: 56
Thankyou

Also I'm willing to learn Linux commands I'm learning basic commands in labex.io website as I'm doing the practices of the commands I used the touch command to create a new file but it says permission denied help me to solve
Hi, /home isn't the user home directory, try to cd into
Code:
cd /home/rjd11
touch newfile
 


Follow Linux.org

Members online


Latest posts

Top