Steam for Linux Beta Now Available


Recommended Posts

Steam for Linux Beta Now Available

Nov 6, 2012--Valve, creators of best-selling game franchises (such as Counter-Strike and Team Fortress) and leading technologies (such as Steam and Source), today announced the launch of a limited access beta for its new Steam for Linux client.

The Steam for Linux Beta client supports the free-to-play game Team Fortress 2. Approximately two dozen additional Steam titles are now also available for play on Linux systems. Additionally, the Steam for Linux Beta client includes Big Picture, the mode of Steam designed for use with a TV and controller, also currently in beta.

?This is a huge milestone in the development of PC gaming,? according to Gabe Newell, Valve President and co-founder. ?Steam users have been asking us to support gaming on Linux. We?re happy to bring rich forms of entertainment and our community of users to this open, customer-friendly platform.?

The Steam for Linux Beta client is currently available for installation on Ubuntu 12.04. ?An overwhelming majority of beta applicants have reported they?re running the Ubuntu distro of Linux,? according to Frank Crockett, a member of the Steam for Linux team, ?We intend to support additional popular distros in the future; we?ll prioritize development for these based on user feedback.?

Within its first week, Valve received over 60,000 responses to its request for participants in the Steam for Linux Beta. The first round of beta participants has been selected from this group of respondents.

The Steam for Linux Beta client will become available to a widening group of users over the course of the beta. Subsequent participants will be chosen among survey respondents, and once the team has seen a solid level of stability and performance across a variety of systems, the Steam for Linux client will become available to all users of Steam.

Steam is a leading platform for the delivery and management of PC and Mac games with over 50 million accounts around the world and over 2,000 titles offered.

More details regarding Steam for Linux, including community discussion, beta participants? feedback, official announcements and syndicated news can all be tracked on the new Steam for Linux Community Hub at http://steamcommunity.com/linux.

Source: Steam News

Link to comment
https://www.neowin.net/forum/topic/1117683-steam-for-linux-beta-now-available/
Share on other sites

I've just updated my beta request because I was never asked any survey questions. Turns out it was a bug on Valve's side which is annoying hence why this provide a link to update it.

I hope I get access on the next round.

idk about arch, but i'm on debian x64 and wont install even with dpkg --force-architecture .. some dependencies missing (but they cant be fixed :/ )

Well that's a pretty silly limitation, and hopefully one they will address.

idk about arch, but i'm on debian x64 and wont install even with dpkg --force-architecture .. some dependencies missing (but they cant be fixed :/ )

I've managed to install and get to the login screen on 64 Ubuntu without problems. I though Multiarch took care of this?

yeah i'm on debian, not ubuntu.. maybe because of that?

But Debian is the maintainer of Multiarch I believe. Can you install it maybe (I don't know anything about it really)?

Anyway, this is so annoying :p -

x5Mwfl.jpg

idk about arch, but i'm on debian x64 and wont install even with dpkg --force-architecture .. some dependencies missing (but they cant be fixed :/ )

I would be interested in exactly what problems dpkg is giving you installing the package. As a heavy Debian Wheezy (AMD64) user, I am planning on installing Steam on it once I get a copy. I have some experience in Debian packaging; maybe I can help if you post the error message.

Without any further information, it sounds like your problem may be related to the fact that you are invoking dpkg directly to install the package. Unlike apt-get or aptitude, dpkg can't resolve dependency issues by installing packages from the repository. Instead of using dpkg -i <package_name.deb> to install the package directly, try gdebi -n <package_name.deb>. Also, if you already forced the package to install with broken dependencies, you can fix those problems as follow:


# apt-get install -f
# apt-get autoremove
# apt-get autoclean
[/CODE]


guitmz@unix:~$ sudo dpkg --add-architecture i386
[sudo] password for guitmz:
guitmz@unix:~$ sudo dpkg -i steam.deb
dpkg: error processing steam.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
steam.deb
guitmz@unix:~$ sudo dpkg -i downloads/steam.deb
(Reading database ... 143984 files and directories currently installed.)
Preparing to replace steam 1.0.0.14 (using downloads/steam.deb) ...
Unpacking replacement steam ...
dpkg: dependency problems prevent configuration of steam:
steam depends on multiarch-support (>= 2.15-0ubuntu10.2); however:
Version of multiarch-support on system is 2.13-35.
steam depends on libjpeg-turbo8; however:
steam depends on libcurl3-gnutls (>= 7.16.2-1); however:
steam depends on libogg0 (>= 1.0rc3); however:
steam depends on libpixman-1-0 (>= 0.24.4-1); however:
steam depends on libsdl1.2debian (>= 1.2.10-1); however:
steam depends on libtheora0 (>= 1.0~beta1); however:
steam depends on libvorbis0a (>= 1.1.2); however:
steam depends on libvorbisenc2 (>= 1.1.2); however:
steam depends on libvorbisfile3 (>= 1.1.2); however:
steam depends on libasound2 (>= 1.0.23); however:
steam depends on libc6 (>= 2.15); however:
steam depends on libcairo2 (>= 1.6.0); however:
steam depends on libcups2 (>= 1.4.0); however:
steam depends on libdbus-1-3 (>= 1.2.14); however:
steam depends on libfontconfig1 (>= 2.8.0); however:
steam depends on libfreetype6 (>= 2.3.9); however:
steam depends on libgcc1
dpkg: error processing steam (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
steam
guitmz@unix:~$
[/CODE]

no luck :(

and also already tried apt-get install -f and autoclean and autoremove and gdebi wont let me install, wrong arch it says:

[CODE]
guitmz@unix:~/downloads$ gdebi -n steam.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Building data structures... Done
This package is uninstallable
Dependency is not satisfiable: multiarch-support (>= 2.15-0ubuntu10.2)
[/CODE]

it seems that debian users still does not have the needed version of multiarch and of some dependencies.. btw, im on wheezy as well

If you get a window about installing X SWAT PPA, then it deactivates the exclusive model on the "Unauthorised" window.

I'm now free roaming around the Steam Client however, they don't provide any games unless you have been granted access. Chat works well though.

yeah but i didnt though that wont work with x64 multiarch 2.13...

maybe someone with a x86 debian version can install it (as it seems to be multiarch issue - maybe those dependencies can be installed on x86) but i cant test here hehe

yeah but i didnt though that wont work with x64 multiarch 2.13...

maybe someone with a x86 debian version can install it (as it seems to be multiarch issue - maybe those dependencies can be installed on x86) but i cant test here hehe

According to the gdebi output you posted previously, multiarch is the only issue preventing installation. I though that it was a Debian project, so it doesn't make any sense that Ubuntu ships a later version than is available in unstable or experimental. I may have a solution for you though. I'm trying to work out the kinks at the moment so I can post a coherent procedure.

Sorry that I was gone so long, but it took a while to test everything and create a good, reliable guide for installing the current Steam for Linux beta on Debian 7.

Backporting multiarch

The reason that Ubuntu 12.04 has a later version of multiarch than Debian 7 is because multiarch is directly tied to the version of libc installed on the system. Debian 7 will ship with libc 2.13 while Ubuntu 12.04 shipped with libc 2.15. While it is extremely unlikely that Steam relies on anything in libc 2.15 that is not also in 2.13, since Steam is closed-source no one outside of Valve can recompile it from source against libc 2.13. Therefore our only alternative to get Steam running on Debian 7 is to upgrade Debian's libc to 2.15. Follow the instructions below to compile Ubuntu 12.04's libc for Debian 7.


# Install build dependencies for multiarch-support.
sudo apt-get install build-essential devscripts
sudo apt-get build-dep multiarch-support

# Create a build directory for the package.
mkdir ~/multiarch-backport
pushd ~/multiarch-backport

# Download the multiarch-support source package from the Ubuntu 12.04 repository.
wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15-0ubuntu10.2.dsc
wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15.orig.tar.gz
wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15-0ubuntu10.2.diff.gz

# Extract and build the Debianized source. (This may take a while... be patient.)
dpkg-source -x eglibc_2.15-0ubuntu10.2.dsc
cd eglibc-2.15
dpkg-buildpackage -us -uc
cd ..
rm -rf eglibc-2.15

# Install the packages you compiled.
sudo dpkg --force-overwrite -i libc6_2.15-*.deb libc6-dev_2.15-*.deb libc6-i386_2.15-*.deb libc6-dev-i386_2.15-*.deb libc-bin_2.15-*.deb libc-dev-bin_2.15-*.deb multiarch-support_2.15-*.deb nscd_2.15-*.deb

# Move out of the build directory and (optionally) delete it if you don't want to keep the packages.
popd
rm -rf ~/multiarch-backport
[/CODE]

[b]Installing Steam[/b]

Once you have your version of multiarch upgraded to 2.15, installing Steam is relatively easy. All other dependencies can be satisfied directly from the official Debian repository. However, you cannot install the Steam package directly using dpkg unless you already have all dependencies installed from the repository, which is unlikely. Instead, use the following procedure (assuming that the Steam package is located in the current directory and named [i]steam.deb[/i]).

[CODE]
sudo apt-get install gdebi
sudo gdebi -n steam.deb
[/CODE]

  • Like 4

I installed Steam on my Ubuntu 12.10 x64 fine. I used the DEB file. Only, it doesn't let me log in as it is a closed beta, and I don't have access to it.

This topic is now closed to further replies.
  • Posts

    • Firefox 152.0 by Razvan Serea Firefox is a fast, full-featured Web browser. It offers great security, privacy, and protection against viruses, spyware, malware, and it can also easily block pop-up windows. The key features that have made Firefox so popular are the simple and effective UI, browser speed and strong security capabilities. Firefox has complete features for browsing the Internet. It is very reliable and flexible due to its implemented security features, along with customization options. Firefox includes pop-up blocking, tab-browsing, integrated Google search, simplified privacy controls, a streamlined browser window that shows you more of the page than any other browser and a number of additional features that work with you to help you get the most out of your time online. Firefox key features Enhanced Tracking Protection (ETP) – Blocks trackers, cookies, cryptominers, and fingerprinters by default. Private Browsing Mode – Deletes history, cookies, and temporary files when closed. Lightweight & Fast Performance – Optimized memory usage with efficient page loading. Cross-Platform Sync – Sync bookmarks, passwords, history, and open tabs across devices. Customizable Interface – Toolbars, themes, and extensions can be tailored to user needs. Strong Privacy Controls – Options to manage cookies, permissions, and site data easily. Reader Mode – Strips away clutter for distraction-free reading. Pocket Integration – Save and read articles offline with Pocket built into Firefox. Picture-in-Picture (PiP) – Watch videos in a floating window while multitasking. Extensions & Add-ons – Vast library for productivity, security, and personalization. Built-in PDF Viewer – No need for external software to view PDFs. Firefox Monitor – Alerts users if their email is part of a known data breach. Multi-Account Containers – Isolate browsing sessions (e.g., work, personal, shopping). Performance & Resource Efficiency – Uses fewer system resources than some competitors. Open Source & Community-Driven – Transparent development with global contributions. Download: Firefox 64-bit | Firefox 32-bit | ARM64 | ~70.0 MB (Freeware) Download: Firefox for MacOS | 145.0 MB View: Firefox Home Page | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Visio 2024 Professional for Windows is still at 90% off by Steven Parker Created by ChatGPT Today's highlighted Neowin Deal comes from our Apps & Software section of the Neowin Deals store, where you can save 90% on Microsoft Visio 2024 Professional for Windows [Digital License]. Microsoft Visio: Turn Complex Ideas into Clear Visuals Microsoft Visio 2024 is a robust diagramming software designed to empower individuals and businesses to visually represent complex data, processes, and workflows. With a host of advanced features, it caters to professionals from various industries, including IT, engineering, business, and architecture. Visio 2024 makes it easy for individuals and teams to create and share clear, professional diagrams that simplify complex information. It offers updated shapes, templates, and styles, along with a new search bar to improve your experience. Visio 2024 also has a fresh design that matches other Office apps you use. Create stunning diagrams Extensive Diagramming Capabilities: Visio 2024 offers a wide array of diagram types, including flowcharts, process maps, floor plans, network diagrams, and organizational charts. The software comes with a comprehensive set of pre-built templates and shapes, making it easier to get started on projects quickly. Professional Templates and Shapes: The software includes over 250,000 shapes across multiple diagram types, ensuring that users from any field-whether creating a simple flowchart or a complex engineering design-have the tools they need to represent their ideas visually. Data-Linked Diagrams: One of the most powerful features of Visio 2024 is its ability to link data to diagrams, allowing users to visualize real-time data directly within their diagrams. Whether you're pulling data from Excel, SQL Server, or other databases, the software ensures that your diagrams are automatically updated as data changes, giving users better insights and control. Advanced Formatting Options: Visio 2024 comes equipped with a range of formatting tools to create highly customized diagrams. These include shape formatting, text adjustments, and the ability to apply various themes, ensuring diagrams not only serve their functional purpose but also look professional. Enhanced Visual Styles: This version of Visio includes new visual styles and layouts that make complex diagrams easier to interpret. Whether you're designing an IT network, a business process flow, or a floor plan, the enhanced visual options improve clarity and presentation quality. Easy, secure collaboration Real-Time Collaboration: With Visio 2024's improved collaboration tools, multiple users can work on the same diagram simultaneously from anywhere, with changes being tracked in real-time. This makes it a highly efficient tool for teams working remotely or across different locations. Mobile and Cloud Access: Users can view and edit diagrams on the go with the Visio web app. This ensures that even when you're away from your desktop, you can access and make critical changes to diagrams via mobile devices. Integration with Microsoft 365: Visio 2024 integrates seamlessly with the Microsoft 365 suite, allowing users to easily embed diagrams into PowerPoint presentations, Word documents, or Teams chats. You can also store diagrams in OneDrive or SharePoint for easy sharing and access from any device. Security and Compliance: Built with enterprise-grade security, Visio 2024 ensures that your diagrams are protected. Microsoft's trusted cloud infrastructure means that your data is encrypted and safeguarded, with compliance with international standards. Good to know Length of access: lifetime Redemption deadline: redeem your code within 7 days of purchase Access options: desktop Bound to account - Limited to one device activation at a time Only available to existing and new users Version: 2024 Updates included Click here to verify Microsoft partnership Microsoft Visio 2024 Professional for Windows normally costs $579.99, but it can be yours for just $39.97 for a limited time, that's a saving of $520 (90%). For terms, specifications, and license info please click the link below. Microsoft Visio 2024 Professional for Windows for $54.97 (was $579.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • I totally disagree. Very little good comes out of governments all around the world manipulating everything they can and usually the people are not the benefactors. What you say about being restricted and expensive sounds almost like the arguments against firearms and why banning them will protect people as if making something illegal somehow will prevent the criminals from having and using them. AI being far less mainstream could simply mean the average person will not benefit, but "big brother" and the corporations will benefit, which is almost for sure NOT a good thing.
    • I do apologize to the author Mr. Sen for my rude comment, questioning his knowledge of the subject. It is I whom lacked knowledge of the subject. Sorry!
    • Hello All Have a MSI Pro B650 VC Wifi Rev 1.0 motherboard Ryzen 7 7700X Radeon 7800XT OC 16GB 32GB Teamgroup DDR 5 5600mhz Samsung 990 Pro 1TB Boot NVMe Samsung 990 Pro 2TB Game NVMe Lian Li Lancool Black ARGB 216 Case Seasonic Focus GX 750 Watt Power supply   Wondering today what is best spot to plug in the following items on system for performance and not bottle neck anything if i can help it Creative Pebble Pro USB C or A Speakers, ((Powered by External USB C to C PD Adapter)  Logitech G513 USB Gaming Keyboard Logitech G502X Wired Gaming Mouse Cyberpower UPS USB Cable for UPS Power Management/System shutdown External drives connected occasionally are as follows---WD My Book 8TB (primary backup drive)   Seagate 8TB in External USB 3.0 Enclosure,  Seagate Portable 1TB USB 3.0 drive,   WD My Passport (Blue) 2TB, and WD My Passport (Red) 2TB,    WD Elements 500GB USB 2.0 External (Oldest one, Christmas 2003)       **Do have a 7 Port Powered  USB Hub as well, but when i use that--that leaves only the USB Flash spot for something to directly connect to system if needed.    Rear USB C 2x2 unused right now as moved the Creative speakers off it to USB A port next to it, with a USB C to A Cable, as figured speakers didn't near audio from USB C port and tie up the high speed port**   Front Ports trying to limit use of, so i don't have Front I/O port go bad again, already had it replaced once by Lian Li support all the way from Taiwan over night ((Do get extra nervous at times on things,  so i might just be extra nervous for nothing lol))
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      497
    2. 2
      +Edouard
      201
    3. 3
      PsYcHoKiLLa
      127
    4. 4
      Steven P.
      82
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!