gll89的个人博客分享 http://blog.sciencenet.cn/u/gll89

博文

Ubuntu install apt-get

已有 3418 次阅读 2017-9-9 00:10 |个人分类:Linux|系统分类:科研笔记

Input the command of "ls /usr/bin/apt-get". The output is "ls -al /usr/bin/apt-get
ls: cannot access /usr/bin/apt-get: No such file or directory", which indicates apt-get is not installed in the computer.

To install apt-get, execute the following commands:

  1. grab the package from the web

    wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.0.1ubuntu2.17_amd64.deb -O apt.deb
  2. install it with dpkg

    sudo dpkg -i apt.deb




https://blog.sciencenet.cn/blog-1969089-1074993.html

上一篇:new functions learned in python--Sep. 6, 2017
下一篇:TensorFlow configure problem
收藏 IP: 128.227.194.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-19 00:48

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部