centos - "yum install tcltls"在 centOS 上给出错误 "No package tcltls available"

标签 centos tcl yum

[root@localhost/]# yum install tcltls
加载的插件:fastestmirror、refresh-packagekit、security
从缓存的主机文件加载镜像速度
* 基础:ftp.iitm.ac.in
* 附加:ftp.iitm.ac.in
* 更新:ftp.iitm.ac.in
设置安装过程
没有可用的包 tcltls。
错误:无事可做
[root@localhost/]#

并且浏览器不允许打开此网页

https://centos.pkgs.org/7/epel-x86_64/tcltls-1.6.7-2.el7.x86_64.rpm.html
https://centos.pkgs.org/7/epel-x86_64/tcltls-devel-1.6.7-2.el7.x86_64.rpm.html

最佳答案

tcltls通过 epel 提供 repo :

Available Packages
Name        : tcltls
Arch        : x86_64
Version     : 1.6.7
Release     : 2.el7
Size        : 35 k
Repo        : epel/x86_64
Summary     : OpenSSL extension for Tcl
URL         : http://tls.sourceforge.net/
Licence     : BSD
Description : A TLS OpenSSL extension for Tcl

看看/etc/yum.repos.d/epel.repo它可能只需要enabled=1被设置。如果您没有 .repo文件,然后您可以从 here 获取它作为 RPM。

使用 rpm -ivh <name or url> 安装记得设置enabled=1

关于centos - "yum install tcltls"在 centOS 上给出错误 "No package tcltls available",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53387753/

相关文章:

php - 未找到 pdo 驱动程序 odbc sqlsrv 驱动程序

对于非根用户的 CentOS 上的 SSL 连接,cURL 不起作用(错误 #77)

c - 如何找到哪个 C 函数正在调用特定的 TCL 过程?

regex - Expect - 如何在一个交互循环中执行多个正则表达式匹配?

php - 使用 PEAR 安装 phpDocumentor

postgresql - 将 CentOS Postgresql 数据库连接到 Apache Tomcat

tcp - Tcl 中的并发 TCP 服务器

linux - 在 chroot 环境中运行 yum groupupdate 时出现文件夹冲突

node.js - CentOS Yum 上的 NPM 依赖错误

linux - 检查已安装的软件包,如果没有找到则安装