Installing Webmin on ubuntu?
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
|
show 4 more comments
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
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 canwget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.debthen 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 -idoes 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-runsudo apt-get updateand 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
|
show 4 more comments
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
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
server webmin
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 canwget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.debthen 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 -idoes 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-runsudo apt-get updateand 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
|
show 4 more comments
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 canwget http://download.webmin.com/download/repository/pool/contrib/w/webmin/webmin_1.880_all.deb && sudo dpkg -i webmin_1.880_all.debthen 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 -idoes 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-runsudo apt-get updateand 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
|
show 4 more comments
1 Answer
1
active
oldest
votes
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
1
Please fix the formatting of your answer. Also,wgetis 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
add a comment |
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
});
}
});
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%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
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
1
Please fix the formatting of your answer. Also,wgetis 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
add a comment |
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
1
Please fix the formatting of your answer. Also,wgetis 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
add a comment |
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
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
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,wgetis 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
add a comment |
1
Please fix the formatting of your answer. Also,wgetis 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
add a comment |
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.
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%2f1011899%2finstalling-webmin-on-ubuntu%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
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.debthen 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 -idoes 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 updateand 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