Game installation through terminal
up vote
0
down vote
favorite
I am a little bit new to ubuntu, how do I install any kind of game to my PC through a command line? I have tried but it gives me an error message.
software-installation
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I am a little bit new to ubuntu, how do I install any kind of game to my PC through a command line? I have tried but it gives me an error message.
software-installation
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Please update question with error you get while installation.
– Ketan Patel
Nov 15 at 18:23
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am a little bit new to ubuntu, how do I install any kind of game to my PC through a command line? I have tried but it gives me an error message.
software-installation
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am a little bit new to ubuntu, how do I install any kind of game to my PC through a command line? I have tried but it gives me an error message.
software-installation
software-installation
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 15 at 18:20
waltinator
21.6k74169
21.6k74169
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 15 at 18:13
D. Abuga
1
1
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
D. Abuga is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Please update question with error you get while installation.
– Ketan Patel
Nov 15 at 18:23
add a comment |
2
Please update question with error you get while installation.
– Ketan Patel
Nov 15 at 18:23
2
2
Please update question with error you get while installation.
– Ketan Patel
Nov 15 at 18:23
Please update question with error you get while installation.
– Ketan Patel
Nov 15 at 18:23
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Open up terminal and type following commands:
sudo apt update
Hit enter and enter your root password.
sudo apt install bastet
Hit enter after the second command.
Run the game:
bastet
Hit enter.
Reference: https://itsfoss.com/best-command-line-games-linux/
If you like GUI games then
sudo apt install 0ad
Hit enter.
After installing you will find the 0ad game in the Applications menu.
Reference: https://play0ad.com/
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Open up terminal and type following commands:
sudo apt update
Hit enter and enter your root password.
sudo apt install bastet
Hit enter after the second command.
Run the game:
bastet
Hit enter.
Reference: https://itsfoss.com/best-command-line-games-linux/
If you like GUI games then
sudo apt install 0ad
Hit enter.
After installing you will find the 0ad game in the Applications menu.
Reference: https://play0ad.com/
add a comment |
up vote
0
down vote
Open up terminal and type following commands:
sudo apt update
Hit enter and enter your root password.
sudo apt install bastet
Hit enter after the second command.
Run the game:
bastet
Hit enter.
Reference: https://itsfoss.com/best-command-line-games-linux/
If you like GUI games then
sudo apt install 0ad
Hit enter.
After installing you will find the 0ad game in the Applications menu.
Reference: https://play0ad.com/
add a comment |
up vote
0
down vote
up vote
0
down vote
Open up terminal and type following commands:
sudo apt update
Hit enter and enter your root password.
sudo apt install bastet
Hit enter after the second command.
Run the game:
bastet
Hit enter.
Reference: https://itsfoss.com/best-command-line-games-linux/
If you like GUI games then
sudo apt install 0ad
Hit enter.
After installing you will find the 0ad game in the Applications menu.
Reference: https://play0ad.com/
Open up terminal and type following commands:
sudo apt update
Hit enter and enter your root password.
sudo apt install bastet
Hit enter after the second command.
Run the game:
bastet
Hit enter.
Reference: https://itsfoss.com/best-command-line-games-linux/
If you like GUI games then
sudo apt install 0ad
Hit enter.
After installing you will find the 0ad game in the Applications menu.
Reference: https://play0ad.com/
answered Nov 15 at 18:18
kukulo
1,235417
1,235417
add a comment |
add a comment |
D. Abuga is a new contributor. Be nice, and check out our Code of Conduct.
D. Abuga is a new contributor. Be nice, and check out our Code of Conduct.
D. Abuga is a new contributor. Be nice, and check out our Code of Conduct.
D. Abuga is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093252%2fgame-installation-through-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Please update question with error you get while installation.
– Ketan Patel
Nov 15 at 18:23