LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2017, 02:53 PM   #1
oOBetaTestOo-Steve
LQ Newbie
 
Registered: Dec 2010
Posts: 11

Rep: Reputation: 0
Debian Stretch: webmin has no installation candidate


Hi
Iam running the latest Debian, stretch I belive, on a real proliant server.
Iam trying to follow various YouTube videos on how to install it(webmin) and have edited the source files list...

In both cases now it has come down to this"E: Package 'webmin' has no installation candidate"

I have installed debian with KDE, ssh web/print server ... the works hopefully someone here can help

Is there a instuction list to follow which will work on command line or gui better.

Iam fairly up on the linux command line and am operating as a root user.
https://www.youtube.com/watch?v=5_0L7hREK7Y
--
Steve

Last edited by oOBetaTestOo-Steve; 11-13-2017 at 02:54 PM.
 
Old 11-23-2017, 12:48 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,838

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
if you mean this: http://webmin.com/download.html
you can try to download it from that page and install with dpkg -i.
 
Old 11-23-2017, 11:15 PM   #3
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Or, you can try
Code:
$ apt-cache search webmin
to get the correct name of the package. But it looks like webmin is not part of stretch.

But try this: http://www.itzgeek.com/how-tos/linux...ntu-16-04.html

Last edited by AwesomeMachine; 11-23-2017 at 11:17 PM.
 
Old 11-24-2017, 12:42 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by oOBetaTestOo-Steve View Post
Iam running the latest Debian, stretch I belive, on a real proliant server.
Iam trying to follow various YouTube videos on how to install it(webmin) and have edited the source files list...
whoah, hold your horses!
there's much that needs clarification here.
  1. you should really know which debian version you're running (try 'cat /etc/*release*')
  2. how have you edited the sources, what exactly did you add
  3. did you run the compulsory 'apt update' afterwards
besides that, i feel it is really wrong to have KDE on a web server.
i understand that some people feel a need to have a GUI for everything, but why KDE, the heaviest and clunkiest of them all...
 
1 members found this post helpful.
Old 11-24-2017, 01:51 AM   #5
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
Quote:
Originally Posted by ondoho View Post
whoah, hold your horses!
there's much that needs clarification here.
  1. you should really know which debian version you're running (try 'cat /etc/*release*')
  2. how have you edited the sources, what exactly did you add
  3. did you run the compulsory 'apt update' afterwards
besides that, i feel it is really wrong to have KDE on a web server.
i understand that some people feel a need to have a GUI for everything, but why KDE, the heaviest and clunkiest of them all...
Agreed! It is very resource heavy and, in my experience, prone to memory leaks.

And knowing what you are installing and on what you are installing it, is important to keep track of, if you don't want to break your system.

Let's see your /etc/apt/sources.list

Last edited by TheEzekielProject; 11-24-2017 at 01:54 AM.
 
Old 11-24-2017, 08:37 AM   #6
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
It is strange, but a search on packages.debian.org for webmin (and virtualmin) doesn't produce results. I wonder if webmin is removed from the Debian repos, or it is a bug.

Anyway, you can either download the webmin package from wbemin itself, or add the webmin repos to your sources lists.

http://www.webmin.com/deb.html

Although usually it is best to use the Debian repos, there is nothing wring with installing a .deb package provided by the developers. It is just a different place you get it from.

jlinkels
 
Old 11-24-2017, 09:16 AM   #7
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,141

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Better answer. Learn to do things the right way. The command line is not scary, 100x faster than any point and click you can find. If something isn't in the official repos then there is probably a good reason. The second you step outside of the official repos, you are on your own for system problems. Sounds like a bad idea to me for a web server that needs to have 99% uptime guaranteed. Scrap the KDE as well. Just more things that can cause instability.
 
Old 11-24-2017, 10:20 AM   #8
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
my 2 cents:
Agreed that one doesn't need a GUI on a web server...any GUI, IMO. That said, I find webmin to be very useful for remote management, especially when I'm away from my well-configured desktop with PuTTY, etc. -- It's not cool to install those tools on my sister's mac , but certainly OK to use her browser to access webmin. Webmin can even be configured to use a mobile-friendly theme on a smart phone.

I've never had to tweak a webmin or usermin install. After installing, I use the tool itself to pick a non-standard port on which to listen, add an administrative user and delete the default root user. But then, it's in the CentOS distros.

This not to disagree with the advice to know what version you're running and what you're installing, and learn to use the command line. For me, webmin is an occasional convenience, not a necessity.

Last edited by scasey; 11-24-2017 at 10:22 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[debian stretch] postfix package installation try to autoremove ecryptfs-utils (???) ardabro Linux - Software 10 05-03-2017 02:59 PM
LXer: Debian Outs First Release Candidate of Debian GNU/Linux 9 "Stretch" Installer LXer Syndicated Linux News 0 01-17-2017 03:33 AM
LXer: Final stretch for openSUSE 12.2 with second release candidate LXer Syndicated Linux News 0 08-04-2012 01:40 AM
[SOLVED] Fail webmin install, E: Package webmin has no installation candidate cK` Linux - Newbie 10 04-07-2010 02:18 AM
Webmin Installation On Debian redsky Debian 2 12-25-2004 10:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration