Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 4443  / 1 Year ago, fri, february 10, 2023, 4:59:50

I am trying to host a minecraft server and I found a pdf which tells me to do this:



enter image description here



So I followed these commands but when I tried the command:



gdebi-core webmin_1.620_all.deb



I get the message:



gdebi-core:command not found


When I try :



sudo dpkg -i webmin_1.620_all.deb


I get this:



enter image description here



What am I doing wrong here?


More From » minecraft

 Answers
6

you have to install gdebi-core . you can install it with



sudo apt-get install gdebi-core and then type as



sudo gdebi webmin_1.620_all.deb


( Or )
Direct way



sudo dpkg -i webmin_1.620_all.deb


this is also used to install .deb files in Ubuntu.


[#28473] Saturday, February 11, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sconhoney

Total Points: 403
Total Questions: 118
Total Answers: 109

Location: Andorra
Member since Mon, Jan 9, 2023
1 Year ago
sconhoney questions
;