亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Home Computer Tutorials Computer Knowledge How to install Steam on Debian 12

How to install Steam on Debian 12

Mar 21, 2024 pm 10:10 PM
steam debian mobile application python package

STEAM is a popular gaming platform developed by Valve Corporation that allows you to purchase, download, install and play games. It provides features such as automatic updates, matchmaking, and a community forum to resolve software-related issues. In addition to this, you can also use Steam to interact with other players and developers as it has extensive community support.

In this guide you will learn:

  • How to install Steam on Debian 12
  • How to run Steam on Debian 12
  • How to remove Steam from Debian 12
  • in conclusion

How to install Steam on Debian 12

You can install Steam on Debian 12:

  • Debian official database
  • deb package
  • Steam Warehouse
  • snap store
  • Flatpak

Before installing Steam on Debian 12, you need to add the i386 architecture to support both 32-bit and 64-bit Steam games on the system. In addition, you will need to install some dependencies to ensure that Steam can install and run properly.

How to add 32-bit support on Debian 12

To add 32-bit support to Debian 12, run the following command:

Sudo dpkg–add architecture i386

How to install Advertisements on Steam on Debian 12

To install the dependencies required to run Steam on Debian 12, use the following command:

sudo apt install libgl1—mesa—dri:i386 mesa—vulkan—drives:i386—y

如何在Debian 12上安裝Steam

How to install Steam on Debian Repository

You may find Steam packages in Debian 12 repositories that allow users to install applications through the apt command given below:

sudo apt install steam:i386—y

如何在Debian 12上安裝Steam

Or you can use steam instead of steam:i386 in the above command.

NOTE: This method may or may not work on your system as Debian 12 is constantly updating its repositories.

How to install Steam via Deb package on Debian 12

In addition to using the apt package manager to install Steam, you can also download a Deb package on a Debian system and install Steam through it. Follow these steps to install Steam on Debian 12 from Deb packages:

Step 1: Download Steam Deb Package on Debian

To download the Deb package on Debian, you must use the wget command and link to download the Steam Deb package as follows:

www.example.com

如何在Debian 12上安裝Steam

Step 2: Install Steam on Debian from Deb Package

To install Steam from a Deb package to Debian, use the apt install command with a dot slash and the -y flag after the file name to approve the installation:

Sudo apt install ./steam.deb-y

如何在Debian 12上安裝Steam

How to install Steam on Debian 12

You can also add the Steam repository in Debian 12 to install the latest version of Steam on your system, this can be done by following these steps:

Step 1: Add GPG Key to Debian

First, you must add the GPG key to Debian 12 using the following command to authenticate the external Steam repository:

Curl-S http://repo.steampowered.com/steam/archive/stable/steam.gpg|sudo tee/usr/Share/Keyring/steam.gpg>/dev/empty

Step 2: Add Steam Repository to Debian

After adding the GPG key, you can now add the Steam repository to Debian 12 using the following command:

Echo Deb[ARCH=AMD64,i386 Signed-by=/usr/Share/Keyring/steam.gpg]http://repo.steampowered.com/steam/stable-steam|sudo tee/etc/apt/Soures .list.d/steam.list

如何在Debian 12上安裝Steam

Step 3: Update the repository

You must update the Debian repository using the following command so that the newly added repository can be successfully added to the system:

sudo apt update

Step 4: Install Steam on Debian 12

After successfully adding the repository, you can use the following command to install Steam on Debian with the required packages:

Sudo apt install libgl1-Mesa-dri:amd64 libgl1-Mesa-dri:i386 libgl1-Mesa-glx:amd64 libgl1-Mesa-glx:i386 steam-launcher-y

如何在Debian 12上安裝Steam

How to run Steam on Debian 12

After completing the installation via any of the above methods, you can run Steam on Debian from the terminal using the following command:

steam

如何在Debian 12上安裝Steam

Alternatively, you can open Steam on Debian 12 from the application menu:

如何在Debian 12上安裝Steam

Log in to your Steam account, or create a free account if you don't have one. You can also scan the QR code from the Stream mobile app to connect your account:

如何在Debian 12上安裝Steam

When running Steam on Debian, you may see the following warning: "The package cache appears to be out of date". You must press Enter to update the list and start installing the packages that need to be upgraded:

如何在Debian 12上安裝Steam

How to fix unable to import apt, please install python3-apt or update steamdeps for your distribution

When running Steam on Debian 12, if you encounter the error "Cannot import apt, please install python3-apt or update steamdeps for your distribution":

如何在Debian 12上安裝Steam

You can fix it using the following steps:

Step 1: Install the package management plugin library on Debian

You must install the package management runtime library on your Debian system as a dependency for the method we will perform later:

sudo apt install libapt—pkg—dev

如何在Debian 12上安裝Steam

Step 2: Clone and navigate to the python-apt source directory

Now clone the python-apt source directory from GitHub using the following command:

Git clone https://salsa.debian.org/apt-team/python-apt&&cd python-apt

如何在Debian 12上安裝Steam

Note: You can install git on Debian with the following command:

sudo apt install git

Step 3: Install the installation tools on Debian

You must also install the setuptools module required to build Python packages on Debian, you can install it with the following command:

pip3 install setuptools

如何在Debian 12上安裝Steam

Step 4: Build Python package on Debian

Now, in the python-apt directory, you must run the www.example.com file using the python interpreter and the build command as follows:

python3 www.example.com build

如何在Debian 12上安裝Steam

Step 5: Install Python packages on Debian 12

After building these packages, you can run the following command to install the Python package on your Debian system:

python3 www.example.com installation

如何在Debian 12上安裝Steam

Step 6: Running Steam on Debian 12

You can then run the steam command again to launch the Steam application on your Debian system:

steam

如何在Debian 12上安裝Steam

Using the above command, the Steam dashboard will appear where you can log in with your account. However, the main Steam store may not open on your system after logging in.

如何在Debian 12上安裝Steam

If you encounter such an error, you can fix it by disabling the GPU option using the following command:

steam-cef-disable-gPU

如何在Debian 12上安裝Steam

How to remove Steam from Debian 12

You can completely remove Steam from Debian 12 installed via any of the above methods using the following command:

sudo apt auto --removal steam launcher --y

如何在Debian 12上安裝Steam

How to install Steam on Debian

To install Steam on Debian 12 from the Snap Store, use the following steps:

Step 1: Install Snap Daemon on Debian 12

First, make sure the Snap Daemon is installed on Debian, if not install it from the following command:

sudo apt install snapd—y

如何在Debian 12上安裝Steam

Step 2: Install Steam from the Snap Store

Then install Steam on Debian 12 from Snap Store using the command given below:

Sudoku snap installation STEAM

如何在Debian 12上安裝Steam

Step 3: Restart the system

After installing Steam via Snap Store, you must restart your Debian system in order for the application to appear in the system application menu. You can then run Steam on Debian from the Applications menu, as described above, or use the following command:

sudo snap run steam—cef—disable—gPU

How to Remove Steam from Snap Store

If you no longer need to install Steam via the Snap Store, you can delete it at any time using the following command:

sudo snap remove steam

How to install Steam on Debian 12 from Flatpak

Flatpak is another external package manager that you can install on Debian from the official repository and install Steam through it. Use the steps provided below to install Steam on Debian 12 from the Flatpak repository:

Step 1: Install Flatpak on Debian 12

You can install Flatpak on Debian 12 using the following apt command:

Sudo apt install flatpak-y

如何在Debian 12上安裝Steam

Step 2: Add FlatHub repository on Debian 12

You must also add the FlatHub repository on Debian using the following command as it will help you install the Flatpak application on your system:

flatpak remote—add—if—not—exists flathub www.example.com

如何在Debian 12上安裝Steam

Step 3: Install Steam to Debian 12 from Flatpak

Once the FlatHub repository is added, you can install Steam on Debian 12 with the following command:

Flathpak install flathub com.valvesoftware.Steam

如何在Debian 12上安裝Steam

如何在Debian 12上安裝Steam

Step 4: Run Steam on Debian 12 from Flatpak

After completing the installation of Steam through Flatpak, you can run the application on Debian from the command given below:

flatpak run com.valvesoftware.Steam

如何在Debian 12上安裝Steam

If you are unable to run Steam from Flatpak using the above command, you can try running it using the following command:

Platpak runs com.valvesoftware.STEam-cef-Disable-GPU

How to remove Steam from Debian 12 using Flatpak

To remove Steam from Debian 12 installed via Flatpak, you can use the following command:

Flatpak uninstall com.valvesoftware.STEam

如何在Debian 12上安裝Steam

in conclusion

STEAM is a popular video game digital distribution service that allows you to download, install and play games on your system. You can install Steam on Debian 12 from the source code repository, Deb package or by adding the Steam library. You can also install Steam on Debian 12 using an external package manager like Snap Store or Flatpak. This article describes how to install, run and remove Steam in Debian 12. You can choose any installation method and seamlessly download and install the game on your Debian system.

The above is the detailed content of How to install Steam on Debian 12. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1488
72
Csgo HD blockbusters enter_Csgo HD blockbusters online viewing address Csgo HD blockbusters enter_Csgo HD blockbusters online viewing address Jun 04, 2025 pm 05:15 PM

Entering CSGO HD blockbuster mode requires four steps: 1. Update the game client to the latest version; 2. Adjust the video settings to the highest parameters; 3. Start the game and enter high-definition mode; 4. Optimize performance and test adjustments. Through these steps, you can improve the gaming experience of CSGO and enjoy a clearer picture and a more immersive gaming environment.

Ranking of easy-to-use virtual currency trading apps What are the recommended virtual currency transactions in 2025 Ranking of easy-to-use virtual currency trading apps What are the recommended virtual currency transactions in 2025 May 30, 2025 pm 05:33 PM

Recommended virtual currency exchanges in 2025: 1. Binance, 2. OKX, 3. Huobi, 4. Coinbase, 5. Kraken, 6. KuCoin, 7. Bybit, 8. Bitfinex, 9. Gate.io, 10. CoinGecko, these software provide real-time market data and analysis tools to help users understand market dynamics in a timely manner.

Which digital currency trading app is easy to use in 2025? Ranking of the top ten digital currency exchanges Which digital currency trading app is easy to use in 2025? Ranking of the top ten digital currency exchanges Jun 06, 2025 am 09:51 AM

The top ten digital currency trading apps in 2025 are: 1. Binance, 2. OKX, 3. Huobi, 4. Coinbase, 5. Kraken, 6. Bittrex, 7. Bitfinex, 8. Gemini, 9. KuCoin, 10. Bybit. These exchanges have their own advantages and disadvantages and are suitable for different types of investors.

The latest ranking of the top ten virtual currency exchanges, the top ten virtual currency app trading software recommendations The latest ranking of the top ten virtual currency exchanges, the top ten virtual currency app trading software recommendations Jun 06, 2025 am 09:54 AM

The top ten virtual currency exchanges are: 1. Binance, 2. OKX, 3. Huobi, 4. Coinbase, 5. Kraken, 6. Bittrex, 7. Bitfinex, 8. Gemini, 9. KuCoin, 10. Bybit, these exchanges have their own advantages and disadvantages, suitable for different types of investors.

Bay Miner releases mobile applications for Bitcoin (BTC), Dogecoin (Doge) and Litecoin (LTC) cloud mining Bay Miner releases mobile applications for Bitcoin (BTC), Dogecoin (Doge) and Litecoin (LTC) cloud mining Jun 11, 2025 pm 04:57 PM

London, UK - BayMiner, an established cloud mining provider, has released a new mobile app that allows users to mine Bitcoin (BTC), Dogecoin (Doge) and Litecoin (LTC) for free - eliminating the need for physical mining equipment. London, UK - To democratize cryptocurrency mining, established cloud mining provider BayMiner has launched a new mobile app that allows users to mine Bitcoin (BTC), Dogecoin (Doge) and Litecoin (LTC) for free, eliminating the need for mining equipment. The app is available on Android and iOS, providing a simple and effective way to start mining

Bian Exchange Software Official Download-bian APP Official Download 2.97.10 Bian Exchange Software Official Download-bian APP Official Download 2.97.10 Jun 04, 2025 am 11:12 AM

The bian APP can be downloaded through the official website. The specific steps are as follows: 1. Visit the bian official website and click the "Download" button. 2. Select the operating system (iOS or Android) that suits the device and click the download link. Problems that may be encountered during the installation include the inability to download from the Google Play Store, the iOS device prompts that it cannot be installed, and the Android device prompts that it is installed from an unknown source. The corresponding solutions have also been listed.

Top 10 virtual currency exchange apps in the currency circle. Ranking of top 10 virtual currency trading platforms in the currency circle. 2025 Top 10 virtual currency exchange apps in the currency circle. Ranking of top 10 virtual currency trading platforms in the currency circle. 2025 Jun 17, 2025 pm 01:18 PM

When choosing a digital currency trading platform in 2025, you should consider comprehensively based on personal needs and risk tolerance. 1. Binance is known for its high security, rich currency and many innovative products, suitable for users who pursue comprehensive services; 2. OKX is popular for its strong trading engine, many derivatives and professional customer service, suitable for investors with different risk preferences; 3. Huobi is known for its stable operations, diverse products and good reputation, and provides comprehensive digital asset services; 4. Coinbase is known for its strong compliance, friendly interface, and suitable for beginners; 5. Kraken is trusted for its safety, reliability, good liquidity and professional functions; 6. Bitfinex is aimed at professional traders with high liquidity, advanced tools and diverse orders; 7. KuC

gate.io download tutorial gate.io latest version download gate.io download tutorial gate.io latest version download Jun 18, 2025 pm 07:18 PM

The latest version of Gate.io application can be downloaded and installed through the official channel. 1. Visit the official website gate.io and check the URL; 2. Click the "App Download" entrance on the home page or bottom; 3. Select the Android or iOS version according to the system; 4. Android users can directly download the APK file or install it through Google Play; 5. iOS users jump to the App Store and click "Get" to download; 6. You can also scan the QR code of the official website to download it directly. The first use requires security verification and real-name authentication, understanding transaction rules, paying attention to announcements and protecting account security.

See all articles