栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

The rookie mistakes installing octave into the ubuntu

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

The rookie mistakes installing octave into the ubuntu

The description of problem

The steps for installing

sudo apt-add-repository ppa:octave/stable
sudo apt-get update
sudo apt-get install octave

A solution for addressing the above-mentioned problem.

We could just use the command sudo apt-get clean to fix the problem mentioned above.

Then I just input the command sudo apt-get install octave and get the following results:()

I am sorry to hear that the above command cannot achieve my promising results. The I just find some clues that told me that the above problem is related about the proxy problem. Therefore, I just found this site.
sudo touch /etc/apt/apt.conf.d/proxy.conf

sudo vim /etc/apt/apt.conf.d/proxy.conf

Then just write the following content into the above file created recently.
Acquire {
  HTTP::proxy "http://127.0.0.1:8080";
  HTTPS::proxy "http://127.0.0.1:8080";
}

NOTE that the port needs to be replaced by your proxy port.
The following just show that the octave has been installed into my Ubuntu successfully.

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/867752.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号