创建安装脚本 cd home/ madir scripts cd scripts 创建脚本前,需要确认Linux版本。不同的版本对应着不同的运行脚本。 lsb_release -a 查看Linux版本 可以看到,我的Ubuntu版本是22.04。 在这里找到对应的脚本复制。 创建脚本文件: cat > RabbitMQ_install.sh 或 vim RabbitMQ
昨天我安装chrome浏览器时,最后源出了点问题,导致apt-get update不能使用了,报错如下: ```neal@ubuntu:~$ apt-get updateE: Malformed line 1 in source list /etc/apt/sources.list.d/google-chrome.list (type)E: The list of sources could
Package libpcre3-dev is not available, but is referred to by another package 这个问题的原因是ubuntu的/etc/apt/source.list中的源比较旧了,需要更新一下,更新方法: $ sudo apt-get -y update 更新完毕之后,在使用apt-get就没有问题了。
Ubuntu 14.04下,apt-get update出现错误:some index files failed to download. they have been ignored, or old used instead. 经过“骨骼”查询各种资料后发现,镜像源的问题。在software&update -> other software 中,把镜像源的网址换为:http://us.arch