As pointed out in how to install steam one is supposed to run:
sudo apt-get install steam
Yet I get the error output that I declined Steam License Agreement:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
steam:i386
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/874 kB of archives.
After this operation, 2.662 kB of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 718351 files and directories currently installed.)
Preparing to unpack .../steam_1%3a1.0.0.48-1ubuntu3_i386.deb ...
dpkg: error processing archive /var/cache/apt/archives/steam_1%3a1.0.0.48-1ubuntu3_i386.deb (--unpack):
subprocess new pre-installation script returned error exit status 30
Installation terminated: Steam License Agreement was DECLINED.
Errors were encountered while processing:
/var/cache/apt/archives/steam_1%3a1.0.0.48-1ubuntu3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
How to accept the steam license and install steam via apt-get install steam
? There was no popup information, no selection to make. It just defaults to declined.
I know I can download the deb file yet I want to use the repository.
sudo apt-get purge steam
followed bysudo apt-get purge steamcmd
and thensudo apt-get update
and thensudo apt-get install steam
and finallysudo apt-get install steamcmd
does it work then? – You'reAGitForNotUsingGit Nov 29 '16 at 15:44