Trying to Download Minecraft on Elementary OS [on hold]
I have it downloaded already as Minecraft.deb. When i do sudo apt install Minecraft.deb it says
E: Unable to locate package minecraft.deb
E: Couldn't find any package by glob 'minecraft.deb'
E: Couldn't find any package by regex 'minecraft.deb'
What should I do
PS. I don't know anything about ubuntu and barely anything in the terminal, only copy and paste
deb minecraft elementary
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by guiverc, Pilot6, N0rbert, Charles Green, pomsky 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, Pilot6, N0rbert, Charles Green, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have it downloaded already as Minecraft.deb. When i do sudo apt install Minecraft.deb it says
E: Unable to locate package minecraft.deb
E: Couldn't find any package by glob 'minecraft.deb'
E: Couldn't find any package by regex 'minecraft.deb'
What should I do
PS. I don't know anything about ubuntu and barely anything in the terminal, only copy and paste
deb minecraft elementary
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by guiverc, Pilot6, N0rbert, Charles Green, pomsky 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, Pilot6, N0rbert, Charles Green, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
Possible off-topic question. Elementary is not Ubuntu, nor an official flavor of Ubuntu, thus off-topic on this site. Refer askubuntu.com/help/on-topic
– guiverc
3 hours ago
elementaryos.stackexchange.com/questions/7542/…
– JerareYoshi
2 hours ago
add a comment |
I have it downloaded already as Minecraft.deb. When i do sudo apt install Minecraft.deb it says
E: Unable to locate package minecraft.deb
E: Couldn't find any package by glob 'minecraft.deb'
E: Couldn't find any package by regex 'minecraft.deb'
What should I do
PS. I don't know anything about ubuntu and barely anything in the terminal, only copy and paste
deb minecraft elementary
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have it downloaded already as Minecraft.deb. When i do sudo apt install Minecraft.deb it says
E: Unable to locate package minecraft.deb
E: Couldn't find any package by glob 'minecraft.deb'
E: Couldn't find any package by regex 'minecraft.deb'
What should I do
PS. I don't know anything about ubuntu and barely anything in the terminal, only copy and paste
deb minecraft elementary
deb minecraft elementary
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
R A R
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
R A RR A R
11
11
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
R A R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by guiverc, Pilot6, N0rbert, Charles Green, pomsky 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, Pilot6, N0rbert, Charles Green, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by guiverc, Pilot6, N0rbert, Charles Green, pomsky 1 hour ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – guiverc, Pilot6, N0rbert, Charles Green, pomsky
If this question can be reworded to fit the rules in the help center, please edit the question.
Possible off-topic question. Elementary is not Ubuntu, nor an official flavor of Ubuntu, thus off-topic on this site. Refer askubuntu.com/help/on-topic
– guiverc
3 hours ago
elementaryos.stackexchange.com/questions/7542/…
– JerareYoshi
2 hours ago
add a comment |
Possible off-topic question. Elementary is not Ubuntu, nor an official flavor of Ubuntu, thus off-topic on this site. Refer askubuntu.com/help/on-topic
– guiverc
3 hours ago
elementaryos.stackexchange.com/questions/7542/…
– JerareYoshi
2 hours ago
Possible off-topic question. Elementary is not Ubuntu, nor an official flavor of Ubuntu, thus off-topic on this site. Refer askubuntu.com/help/on-topic
– guiverc
3 hours ago
Possible off-topic question. Elementary is not Ubuntu, nor an official flavor of Ubuntu, thus off-topic on this site. Refer askubuntu.com/help/on-topic
– guiverc
3 hours ago
elementaryos.stackexchange.com/questions/7542/…
– JerareYoshi
2 hours ago
elementaryos.stackexchange.com/questions/7542/…
– JerareYoshi
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Open a terminal in the location of the package then type:
sudo dpkg -i minecraft.deb
You can also install a graphical application called Gdebi
sudo apt install gdebi
When I do this it says sudo: dkpg: command not found And when I use gdebi everything seems to be going correctly and when I click install package it just closes
– R A R
2 hours ago
sudo apt install dpkg
– JerareYoshi
2 hours ago
it says E: Unable to locate package dkpg
– R A R
2 hours ago
sudo gdebi minecraft.deb
– JerareYoshi
2 hours ago
Then it says gdebi error, file not found: Minecraft.deb
– R A R
2 hours ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open a terminal in the location of the package then type:
sudo dpkg -i minecraft.deb
You can also install a graphical application called Gdebi
sudo apt install gdebi
When I do this it says sudo: dkpg: command not found And when I use gdebi everything seems to be going correctly and when I click install package it just closes
– R A R
2 hours ago
sudo apt install dpkg
– JerareYoshi
2 hours ago
it says E: Unable to locate package dkpg
– R A R
2 hours ago
sudo gdebi minecraft.deb
– JerareYoshi
2 hours ago
Then it says gdebi error, file not found: Minecraft.deb
– R A R
2 hours ago
|
show 1 more comment
Open a terminal in the location of the package then type:
sudo dpkg -i minecraft.deb
You can also install a graphical application called Gdebi
sudo apt install gdebi
When I do this it says sudo: dkpg: command not found And when I use gdebi everything seems to be going correctly and when I click install package it just closes
– R A R
2 hours ago
sudo apt install dpkg
– JerareYoshi
2 hours ago
it says E: Unable to locate package dkpg
– R A R
2 hours ago
sudo gdebi minecraft.deb
– JerareYoshi
2 hours ago
Then it says gdebi error, file not found: Minecraft.deb
– R A R
2 hours ago
|
show 1 more comment
Open a terminal in the location of the package then type:
sudo dpkg -i minecraft.deb
You can also install a graphical application called Gdebi
sudo apt install gdebi
Open a terminal in the location of the package then type:
sudo dpkg -i minecraft.deb
You can also install a graphical application called Gdebi
sudo apt install gdebi
edited 3 hours ago
answered 3 hours ago
JerareYoshiJerareYoshi
1345
1345
When I do this it says sudo: dkpg: command not found And when I use gdebi everything seems to be going correctly and when I click install package it just closes
– R A R
2 hours ago
sudo apt install dpkg
– JerareYoshi
2 hours ago
it says E: Unable to locate package dkpg
– R A R
2 hours ago
sudo gdebi minecraft.deb
– JerareYoshi
2 hours ago
Then it says gdebi error, file not found: Minecraft.deb
– R A R
2 hours ago
|
show 1 more comment
When I do this it says sudo: dkpg: command not found And when I use gdebi everything seems to be going correctly and when I click install package it just closes
– R A R
2 hours ago
sudo apt install dpkg
– JerareYoshi
2 hours ago
it says E: Unable to locate package dkpg
– R A R
2 hours ago
sudo gdebi minecraft.deb
– JerareYoshi
2 hours ago
Then it says gdebi error, file not found: Minecraft.deb
– R A R
2 hours ago
When I do this it says sudo: dkpg: command not found And when I use gdebi everything seems to be going correctly and when I click install package it just closes
– R A R
2 hours ago
When I do this it says sudo: dkpg: command not found And when I use gdebi everything seems to be going correctly and when I click install package it just closes
– R A R
2 hours ago
sudo apt install dpkg
– JerareYoshi
2 hours ago
sudo apt install dpkg
– JerareYoshi
2 hours ago
it says E: Unable to locate package dkpg
– R A R
2 hours ago
it says E: Unable to locate package dkpg
– R A R
2 hours ago
sudo gdebi minecraft.deb
– JerareYoshi
2 hours ago
sudo gdebi minecraft.deb
– JerareYoshi
2 hours ago
Then it says gdebi error, file not found: Minecraft.deb
– R A R
2 hours ago
Then it says gdebi error, file not found: Minecraft.deb
– R A R
2 hours ago
|
show 1 more comment
Possible off-topic question. Elementary is not Ubuntu, nor an official flavor of Ubuntu, thus off-topic on this site. Refer askubuntu.com/help/on-topic
– guiverc
3 hours ago
elementaryos.stackexchange.com/questions/7542/…
– JerareYoshi
2 hours ago