Linux学习之软件包管理-脚本安装包

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zxllynu/article/details/84679940

脚本安装包安装:

1、脚本安装包是什么?

1)脚本安装包并不是独立的软件包类型,常见脚本安装方式安装时使用的是源码包。

2)是人为把安装的过程写成了自动安装的脚本,只要执行脚本,定义简单的参数,就可以完成安装

3)非常类似于Windows下软件的安装方式

主要用途:常见硬件驱动软件包,一般使用的都是脚本安装包

2、Webmin软件的作用

Webmin 是一个基于web的Linux系统管理界面。您就可以通过图形化的方式设置用户账号、Apache、dns、文件共享等服务

3、webmin 安装过程

下载软件:

》http://sourceforge.net/projects/webadmin/files/webmin/

点击进入:

》解压缩,并进入解压缩目录

[root@localhost 下载]# tar -zxvf webmin-1.610.tar.gz 
省略
webmin-1.610/majordomo/lang/nl.UTF-8
webmin-1.610/majordomo/lang/en.UTF-8
webmin-1.610/majordomo/lang/en
webmin-1.610/majordomo/lang/ru_RU
tar: 归档文件中异常的 EOF
tar: 归档文件中异常的 EOF
tar: Error is not recoverable: exiting now
[root@localhost 下载]# ls
CentOS-6.10-x86_64-bin-DVD1  httpd-2.4.37.tar.bz2  webmin-1.610.tar.gz
httpd-2.4.37                 webmin-1.610
[root@localhost 下载]# cd webmin-1.610
[root@localhost webmin-1.610]# ls
acl                     config-unixware    majordomo            spam
acl_security.pl         config-windows     maketemp.pl          squid
ajaxterm                copyconfig.pl      mime.types           sshd
apache                  cpan               miniserv.pem         status
at                      create-module.pl   module_chooser.cgi   switch_user.cgi
backup-config           defaulttheme       mon                  syslog
bandwidth               dhcpd              mscstyle3            syslog-ng
blue-theme              dovecot            mysql                system-status
bsdexports              entities_map.txt   net                  tcpwrappers
caldera                 exim               openslp              telnet
cfengine                fastrpc.cgi        os_list.txt          thirdparty.pl
change-user             favicon.ico        package-updates      time
chooser.cgi             feedback.cgi       pam                  tunnel
cluster-copy            fetchmail          pam_login.cgi        ui-lib.pl
cluster-software        file               pap                  updown
cluster-useradmin       filter             password_change.cgi  uptracker.cgi
cluster-usermin         firewall           password_form.cgi    useradmin
config-aix              format             perlpath.pl          user_chooser.cgi
config.cgi              gray-theme         phpini               version
config-coherent-linux   group_chooser.cgi  postfix              webalizer
config-debian-linux     help.cgi           postgresql           web-lib-funcs.pl
config-freebsd          idmapd             ppp-client           web-lib.pl
config-hpux             images             pptp-client          webmin
config-irix             inetd              pptp-server          Webmin
config-lib.pl           install-type       procmail             webmin-caldera-init
config-mandrake-linux   ipfilter           proftpd              WebminCore.pm
config-netbsd           iscsi-client       quota                webmincron
config-open-linux       iscsi-server       raid                 webmin-daemon
config-openmamba-linux  jabber             rbac                 webmin-debian-pam
config-openserver       lang_list.txt      run-postinstalls.pl  webmin-gentoo-init
config-pardus-linux     ldap-server        run-uninstalls.pl    webmin-init
config-redhat-linux     ldap-useradmin     sarg                 webminlog
config_save.cgi         LICENCE.ja         sentry               webmin-pam
config-slackware-linux  lilo               sgiexports           wuftpd
config-sol-linux        logrotate          shorewall6           xinetd
config-suse-linux       lpadmin            smf                  xmlrpc.cgi
config-united-linux     lvm                software
[root@localhost webmin-1.610]# 

》执行安装脚本

尴尬,竟然没有脚本安装文件,

本次查找下载安装包失误,下次再会

但是正常,只要找到一般的 install.sh文件,通过执行该shell文件即可安装。

如果遇到,可以试试

猜你喜欢

转载自blog.csdn.net/zxllynu/article/details/84679940