Installing Webmin on ubuntu?












1















When trying to install webmin on ubuntu I get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package webmin


I am using this guide https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04 and have tried it multiple times, any ideas? Oh I also have little to know understanding of things ubuntu. Thanks










share|improve this question


















  • 1





    Welcome to AskUbuntu. I had a look at the instructions, it said to add a repo to your sources; the repo was for Debian 3.1 (Sarge) [download.webmin.com/download/repository/dists/] which is really old. I liked webmin when I first found it, but lost interest in it [very quickly] when I realized it didn't respect the .conf file (it deleted all instructions/comments making it much harder to document & use anything else esp. modern features). Did you get any errors with prior commands (adding keys [apt-key], updating software-lists [apt-get update])?

    – guiverc
    Mar 4 '18 at 22:38








  • 1





    no I didn't just at the end

    – andrew davis
    Mar 5 '18 at 0:52






  • 1





    if you want/need it in a hurry; download.webmin.com/download/repository/pool/contrib/w/webmin is where the package is. you can wget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.deb then continue with later steps. This however doesn't fix your issue (why webmin wasn't found in repo's, and any updates to webmin won't be found so its no fix) [fyi: wget downloads the file, dpkg -i does the install step ('apt-get install' does both); the '&&' means dpkg is only run IF download was complete

    – guiverc
    Mar 5 '18 at 1:36








  • 1





    can you also please re-run sudo apt-get update and copy/paste (into the question) the lines around download.webmin.com/down... as I'm stuck at thinking that is the issue (I browsed the file structure quickly & nothing stood out as wrong). What Ubuntu are you using too please?

    – guiverc
    Mar 5 '18 at 1:47








  • 1





    The 16 server. lemme finish this in the morning or the afternoon since I have school early in the morning. Oh and little to no, my grammar is currently lacking. I added the download.webmin part to the end of the list. Then the two parts after that work fine.

    – andrew davis
    Mar 5 '18 at 2:41
















1















When trying to install webmin on ubuntu I get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package webmin


I am using this guide https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04 and have tried it multiple times, any ideas? Oh I also have little to know understanding of things ubuntu. Thanks










share|improve this question


















  • 1





    Welcome to AskUbuntu. I had a look at the instructions, it said to add a repo to your sources; the repo was for Debian 3.1 (Sarge) [download.webmin.com/download/repository/dists/] which is really old. I liked webmin when I first found it, but lost interest in it [very quickly] when I realized it didn't respect the .conf file (it deleted all instructions/comments making it much harder to document & use anything else esp. modern features). Did you get any errors with prior commands (adding keys [apt-key], updating software-lists [apt-get update])?

    – guiverc
    Mar 4 '18 at 22:38








  • 1





    no I didn't just at the end

    – andrew davis
    Mar 5 '18 at 0:52






  • 1





    if you want/need it in a hurry; download.webmin.com/download/repository/pool/contrib/w/webmin is where the package is. you can wget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.deb then continue with later steps. This however doesn't fix your issue (why webmin wasn't found in repo's, and any updates to webmin won't be found so its no fix) [fyi: wget downloads the file, dpkg -i does the install step ('apt-get install' does both); the '&&' means dpkg is only run IF download was complete

    – guiverc
    Mar 5 '18 at 1:36








  • 1





    can you also please re-run sudo apt-get update and copy/paste (into the question) the lines around download.webmin.com/down... as I'm stuck at thinking that is the issue (I browsed the file structure quickly & nothing stood out as wrong). What Ubuntu are you using too please?

    – guiverc
    Mar 5 '18 at 1:47








  • 1





    The 16 server. lemme finish this in the morning or the afternoon since I have school early in the morning. Oh and little to no, my grammar is currently lacking. I added the download.webmin part to the end of the list. Then the two parts after that work fine.

    – andrew davis
    Mar 5 '18 at 2:41














1












1








1








When trying to install webmin on ubuntu I get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package webmin


I am using this guide https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04 and have tried it multiple times, any ideas? Oh I also have little to know understanding of things ubuntu. Thanks










share|improve this question














When trying to install webmin on ubuntu I get



Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package webmin


I am using this guide https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04 and have tried it multiple times, any ideas? Oh I also have little to know understanding of things ubuntu. Thanks







server webmin






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 4 '18 at 21:40









andrew davisandrew davis

61




61








  • 1





    Welcome to AskUbuntu. I had a look at the instructions, it said to add a repo to your sources; the repo was for Debian 3.1 (Sarge) [download.webmin.com/download/repository/dists/] which is really old. I liked webmin when I first found it, but lost interest in it [very quickly] when I realized it didn't respect the .conf file (it deleted all instructions/comments making it much harder to document & use anything else esp. modern features). Did you get any errors with prior commands (adding keys [apt-key], updating software-lists [apt-get update])?

    – guiverc
    Mar 4 '18 at 22:38








  • 1





    no I didn't just at the end

    – andrew davis
    Mar 5 '18 at 0:52






  • 1





    if you want/need it in a hurry; download.webmin.com/download/repository/pool/contrib/w/webmin is where the package is. you can wget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.deb then continue with later steps. This however doesn't fix your issue (why webmin wasn't found in repo's, and any updates to webmin won't be found so its no fix) [fyi: wget downloads the file, dpkg -i does the install step ('apt-get install' does both); the '&&' means dpkg is only run IF download was complete

    – guiverc
    Mar 5 '18 at 1:36








  • 1





    can you also please re-run sudo apt-get update and copy/paste (into the question) the lines around download.webmin.com/down... as I'm stuck at thinking that is the issue (I browsed the file structure quickly & nothing stood out as wrong). What Ubuntu are you using too please?

    – guiverc
    Mar 5 '18 at 1:47








  • 1





    The 16 server. lemme finish this in the morning or the afternoon since I have school early in the morning. Oh and little to no, my grammar is currently lacking. I added the download.webmin part to the end of the list. Then the two parts after that work fine.

    – andrew davis
    Mar 5 '18 at 2:41














  • 1





    Welcome to AskUbuntu. I had a look at the instructions, it said to add a repo to your sources; the repo was for Debian 3.1 (Sarge) [download.webmin.com/download/repository/dists/] which is really old. I liked webmin when I first found it, but lost interest in it [very quickly] when I realized it didn't respect the .conf file (it deleted all instructions/comments making it much harder to document & use anything else esp. modern features). Did you get any errors with prior commands (adding keys [apt-key], updating software-lists [apt-get update])?

    – guiverc
    Mar 4 '18 at 22:38








  • 1





    no I didn't just at the end

    – andrew davis
    Mar 5 '18 at 0:52






  • 1





    if you want/need it in a hurry; download.webmin.com/download/repository/pool/contrib/w/webmin is where the package is. you can wget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.deb then continue with later steps. This however doesn't fix your issue (why webmin wasn't found in repo's, and any updates to webmin won't be found so its no fix) [fyi: wget downloads the file, dpkg -i does the install step ('apt-get install' does both); the '&&' means dpkg is only run IF download was complete

    – guiverc
    Mar 5 '18 at 1:36








  • 1





    can you also please re-run sudo apt-get update and copy/paste (into the question) the lines around download.webmin.com/down... as I'm stuck at thinking that is the issue (I browsed the file structure quickly & nothing stood out as wrong). What Ubuntu are you using too please?

    – guiverc
    Mar 5 '18 at 1:47








  • 1





    The 16 server. lemme finish this in the morning or the afternoon since I have school early in the morning. Oh and little to no, my grammar is currently lacking. I added the download.webmin part to the end of the list. Then the two parts after that work fine.

    – andrew davis
    Mar 5 '18 at 2:41








1




1





Welcome to AskUbuntu. I had a look at the instructions, it said to add a repo to your sources; the repo was for Debian 3.1 (Sarge) [download.webmin.com/download/repository/dists/] which is really old. I liked webmin when I first found it, but lost interest in it [very quickly] when I realized it didn't respect the .conf file (it deleted all instructions/comments making it much harder to document & use anything else esp. modern features). Did you get any errors with prior commands (adding keys [apt-key], updating software-lists [apt-get update])?

– guiverc
Mar 4 '18 at 22:38







Welcome to AskUbuntu. I had a look at the instructions, it said to add a repo to your sources; the repo was for Debian 3.1 (Sarge) [download.webmin.com/download/repository/dists/] which is really old. I liked webmin when I first found it, but lost interest in it [very quickly] when I realized it didn't respect the .conf file (it deleted all instructions/comments making it much harder to document & use anything else esp. modern features). Did you get any errors with prior commands (adding keys [apt-key], updating software-lists [apt-get update])?

– guiverc
Mar 4 '18 at 22:38






1




1





no I didn't just at the end

– andrew davis
Mar 5 '18 at 0:52





no I didn't just at the end

– andrew davis
Mar 5 '18 at 0:52




1




1





if you want/need it in a hurry; download.webmin.com/download/repository/pool/contrib/w/webmin is where the package is. you can wget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.deb then continue with later steps. This however doesn't fix your issue (why webmin wasn't found in repo's, and any updates to webmin won't be found so its no fix) [fyi: wget downloads the file, dpkg -i does the install step ('apt-get install' does both); the '&&' means dpkg is only run IF download was complete

– guiverc
Mar 5 '18 at 1:36







if you want/need it in a hurry; download.webmin.com/download/repository/pool/contrib/w/webmin is where the package is. you can wget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.deb then continue with later steps. This however doesn't fix your issue (why webmin wasn't found in repo's, and any updates to webmin won't be found so its no fix) [fyi: wget downloads the file, dpkg -i does the install step ('apt-get install' does both); the '&&' means dpkg is only run IF download was complete

– guiverc
Mar 5 '18 at 1:36






1




1





can you also please re-run sudo apt-get update and copy/paste (into the question) the lines around download.webmin.com/down... as I'm stuck at thinking that is the issue (I browsed the file structure quickly & nothing stood out as wrong). What Ubuntu are you using too please?

– guiverc
Mar 5 '18 at 1:47







can you also please re-run sudo apt-get update and copy/paste (into the question) the lines around download.webmin.com/down... as I'm stuck at thinking that is the issue (I browsed the file structure quickly & nothing stood out as wrong). What Ubuntu are you using too please?

– guiverc
Mar 5 '18 at 1:47






1




1





The 16 server. lemme finish this in the morning or the afternoon since I have school early in the morning. Oh and little to no, my grammar is currently lacking. I added the download.webmin part to the end of the list. Then the two parts after that work fine.

– andrew davis
Mar 5 '18 at 2:41





The 16 server. lemme finish this in the morning or the afternoon since I have school early in the morning. Oh and little to no, my grammar is currently lacking. I added the download.webmin part to the end of the list. Then the two parts after that work fine.

– andrew davis
Mar 5 '18 at 2:41










1 Answer
1






active

oldest

votes


















-1














Follow the following steps:



install wget package



$sudo apt install wget


install webmin



$ wget -qO- http://www.webmin.com/jcameron-key.asc | sudo apt-key add

$ sudo add-apt-repository "deb http://download.webmin.com/download/repository sarge contrib"

$ sudo apt update


now install webmin



$ sudo apt -y install webmin


installation complete.



now access with http://localhost:10000






share|improve this answer





















  • 1





    Please fix the formatting of your answer. Also, wget is default to any Ubuntu I know of. And you could add the source of your information --> webmin.com/deb.html. Also, if you read the instructions OP followed, you will see that it's basically the same information.

    – RoVo
    Sep 12 '18 at 6:58













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1011899%2finstalling-webmin-on-ubuntu%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









-1














Follow the following steps:



install wget package



$sudo apt install wget


install webmin



$ wget -qO- http://www.webmin.com/jcameron-key.asc | sudo apt-key add

$ sudo add-apt-repository "deb http://download.webmin.com/download/repository sarge contrib"

$ sudo apt update


now install webmin



$ sudo apt -y install webmin


installation complete.



now access with http://localhost:10000






share|improve this answer





















  • 1





    Please fix the formatting of your answer. Also, wget is default to any Ubuntu I know of. And you could add the source of your information --> webmin.com/deb.html. Also, if you read the instructions OP followed, you will see that it's basically the same information.

    – RoVo
    Sep 12 '18 at 6:58


















-1














Follow the following steps:



install wget package



$sudo apt install wget


install webmin



$ wget -qO- http://www.webmin.com/jcameron-key.asc | sudo apt-key add

$ sudo add-apt-repository "deb http://download.webmin.com/download/repository sarge contrib"

$ sudo apt update


now install webmin



$ sudo apt -y install webmin


installation complete.



now access with http://localhost:10000






share|improve this answer





















  • 1





    Please fix the formatting of your answer. Also, wget is default to any Ubuntu I know of. And you could add the source of your information --> webmin.com/deb.html. Also, if you read the instructions OP followed, you will see that it's basically the same information.

    – RoVo
    Sep 12 '18 at 6:58
















-1












-1








-1







Follow the following steps:



install wget package



$sudo apt install wget


install webmin



$ wget -qO- http://www.webmin.com/jcameron-key.asc | sudo apt-key add

$ sudo add-apt-repository "deb http://download.webmin.com/download/repository sarge contrib"

$ sudo apt update


now install webmin



$ sudo apt -y install webmin


installation complete.



now access with http://localhost:10000






share|improve this answer















Follow the following steps:



install wget package



$sudo apt install wget


install webmin



$ wget -qO- http://www.webmin.com/jcameron-key.asc | sudo apt-key add

$ sudo add-apt-repository "deb http://download.webmin.com/download/repository sarge contrib"

$ sudo apt update


now install webmin



$ sudo apt -y install webmin


installation complete.



now access with http://localhost:10000







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 3 at 11:08









abu-ahmed al-khatiri

985115




985115










answered Sep 12 '18 at 6:27









Mayur BhandareMayur Bhandare

41128




41128








  • 1





    Please fix the formatting of your answer. Also, wget is default to any Ubuntu I know of. And you could add the source of your information --> webmin.com/deb.html. Also, if you read the instructions OP followed, you will see that it's basically the same information.

    – RoVo
    Sep 12 '18 at 6:58
















  • 1





    Please fix the formatting of your answer. Also, wget is default to any Ubuntu I know of. And you could add the source of your information --> webmin.com/deb.html. Also, if you read the instructions OP followed, you will see that it's basically the same information.

    – RoVo
    Sep 12 '18 at 6:58










1




1





Please fix the formatting of your answer. Also, wget is default to any Ubuntu I know of. And you could add the source of your information --> webmin.com/deb.html. Also, if you read the instructions OP followed, you will see that it's basically the same information.

– RoVo
Sep 12 '18 at 6:58







Please fix the formatting of your answer. Also, wget is default to any Ubuntu I know of. And you could add the source of your information --> webmin.com/deb.html. Also, if you read the instructions OP followed, you will see that it's basically the same information.

– RoVo
Sep 12 '18 at 6:58




















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1011899%2finstalling-webmin-on-ubuntu%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Mouse cursor on multiple screens with different PPI

Agildo Ribeiro

Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”