LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-10-2013, 06:04 PM   #1
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Rep: Reputation: Disabled
Question Steam on Lubuntu?


Hello,

I was reading how valve realeasted stean on linux and wanted to get it so it sayed to go to the usc and search "Steam" and I did on lsc but it was not there so i was wondering if it was posible.


thanks ahead of time,



Lukas Crockett
 
Old 11-10-2013, 07:27 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

the following page provides a number of alternative methods for installing steam.

https://wiki.ubuntu.com/Valve

Evo2.
 
Old 11-11-2013, 05:30 PM   #3
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Original Poster
Rep: Reputation: Disabled
so i have it installed but, when i click it nothing comes up
 
Old 11-11-2013, 05:34 PM   #4
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Original Poster
Rep: Reputation: Disabled
ok now it just plain wont work i ran apt-get install -f and it deleted steam-launcher
 
Old 11-11-2013, 05:40 PM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

install it again. If you have further problems, please supply the exact error messages (eg from the terminal or ~/.xsession-errors) and tell us exactly what you did and then we might be able to help.

Evo2.
 
Old 11-11-2013, 05:43 PM   #6
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Original Poster
Rep: Reputation: Disabled
this is whhat i did





# sudo dpkg -i steam.deb
Selecting previously unselected package steam-launcher.
(Reading database ... 120085 files and directories currently installed.)
Unpacking steam-launcher (from steam.deb) ...
dpkg: dependency problems prevent configuration of steam-launcher:
steam-launcher depends on curl; however:
Package curl is not installed.

dpkg: error processing steam-launcher (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for mime-support ...
Errors were encountered while processing:
steam-launcher
# dpkg -i steam.deb
(Reading database ... 120105 files and directories currently installed.)
Preparing to replace steam-launcher 1.0.0.43 (using steam.deb) ...
Unpacking replacement steam-launcher ...
dpkg: dependency problems prevent configuration of steam-launcher:
steam-launcher depends on curl; however:
Package curl is not installed.

dpkg: error processing steam-launcher (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for mime-support ...
Errors were encountered while processing:
steam-launcher
# sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
steam-launcher
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 2,202 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 120105 files and directories currently installed.)
Removing steam-launcher ...
Processing triggers for desktop-file-utils ...
Processing triggers for mime-support ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for man-db ...
# sudo dpkg -i steam.deb
Selecting previously unselected package steam-launcher.
(Reading database ... 120085 files and directories currently installed.)
Unpacking steam-launcher (from steam.deb) ...
dpkg: dependency problems prevent configuration of steam-launcher:
steam-launcher depends on curl; however:
Package curl is not installed.

dpkg: error processing steam-launcher (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for mime-support ...
Errors were encountered while processing:
steam-launcher
 
Old 11-11-2013, 09:01 PM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

have you tried installing curl? Eg
Code:
sudo apt-get install curl
sudo dpkg -i steam.deb
If that doesn't work, please post the errors reported and the output of:
Code:
lsb_release --all
Also can you please confirm where you got the .deb file? Eg is it from valve or is it from https://apps.ubuntu.com/cat/applicat...team-launcher/?
The output of the following might help
Code:
dpkg -I steam.deb
Evo2.
 
Old 11-12-2013, 04:42 PM   #8
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Original Poster
Rep: Reputation: Disabled
here you go


# sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package curl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'curl' has no installation candidate
# sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package curl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'curl' has no installation candidate
# lsb_release --all
dpkg: error processing steam.deblsb_release (--install):
cannot access archive: No such file or directory
dpkg: error processing --all (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
steam.deblsb_release
--all
 
Old 11-12-2013, 07:54 PM   #9
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

please run "lsb_release --all" again and make sure you post its output on the forum. Also please answer my question about where the steam.deb came from and run "dpkg -I steam.deb" and post the output I requested. I'm not asking you to do this for fun, I'm asking because I need the information.

Evo2.
 
Old 11-12-2013, 09:09 PM   #10
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Original Poster
Rep: Reputation: Disabled
Ok i got the steam.deb from https://wiki.ubuntu.com/Valve#Altern...lation_Methods and here is the out put of lsb_release --all:
# lsb_release --al
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy


Here is the output of dpkg -I steam.deb:

# dpkg -I steam.deb
new debian package, version 2.0.
size 2057108 bytes: control archive=1601 bytes.
68 bytes, 2 lines conffiles
691 bytes, 18 lines control
1226 bytes, 17 lines md5sums
614 bytes, 23 lines * postinst
Package: steam-launcher
Source: steam
Version: 1.0.0.43
Architecture: all
Maintainer: Valve Corporation <linux@steampowered.com>
Installed-Size: 2150
Depends: python, curl, libc6 (>= 2.15), python-apt, xterm | gnome-terminal | konsole, xz-utils, zenity
Recommends: jockey-common
Breaks: steam64
Replaces: steam, steam64
Section: games
Priority: optional
Multi-Arch: foreign
Homepage: http://www.steampowered.com/
Description: Launcher for the Steam software distribution service
Steam is a software distribution service with an online store, automated
installation, automatic updates, achievements, SteamCloud synchronized
savegame and screenshot functionality, and many social features.
 
Old 11-12-2013, 09:13 PM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by sycho123321 View Post
# sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package curl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'curl' has no installation candidate
This indicates that your package manager is not configured correctly. Please post the content of /etc/apt/sources.list (and please use code-tags for that, see my signature if you need an explanation).
 
1 members found this post helpful.
Old 11-12-2013, 09:22 PM   #12
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Original Poster
Rep: Reputation: Disabled
here is my sources list

Code:
# deb cdrom:[Lubuntu 13.10 _Saucy Salamander_ - Release i386 (20131016.1)]/ saucy main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ saucy restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ saucy-updates restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy-updates restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy universe
deb http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
"/etc/apt/sources.list" 56 lines, 3064 characters
 
Old 11-12-2013, 09:56 PM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You miss the main repositories of Ubuntu. Open that file in a text editor as root, for example with
Code:
sudo gedit /etc/apt/sources.list
and add the word main after the word restricted in lines 5 and 6.
After that run
Code:
apt-get update
and then try to install Steam again with
Code:
sudo dpkg -i steam.deb
sudo apt-get -f install
 
1 members found this post helpful.
Old 11-14-2013, 08:11 AM   #14
sycho123321
Member
 
Registered: Apr 2012
Distribution: Debian, LFS!, Linux Mint
Posts: 208

Original Poster
Rep: Reputation: Disabled
Can I use vim because dont have gedit and apt-get install sayys it does not have an installation candiate
 
Old 11-14-2013, 09:27 AM   #15
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You can use any text editor you want, it doesn't matter .
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Valve Steam Machines, Steam Controller, and SteamOS: Visionary or Vapor? LXer Syndicated Linux News 0 10-10-2013 08:32 PM
LXer: Steam OS, Steam Machines and Valve Software’s “multiple partners” LXer Syndicated Linux News 0 10-02-2013 12:20 AM
LXer: Valve's Linux-powered Steam Machines gather steam LXer Syndicated Linux News 0 09-26-2013 04:00 AM
LXer: iBomber games coming to Steam for Linux! Steam also expands their Beta! LXer Syndicated Linux News 0 12-06-2012 09:50 PM
Steam on Wine, cannot login,"Steam is having trouble connecting to the Steam servers" cantab Linux - Games 1 06-19-2010 06:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration