`

[Ubuntu]E: Unable to locate package - apt-get install error

 
阅读更多

 

E: Unable to locate package - apt-get install error

test@test-Veriton-S661:~$ sudo apt-get install git
Reading package lists... Done
Building dependency tree 
Reading state information... Done
E: Unable to locate package git

To fix this, you probably just need to update the apt-get list.


test@test-Veriton-S661:~$ sudo apt-get update
Get:1 http://au.archive.ubuntu.com maverick Release.gpg [198B]
Ign http://au.archive.ubuntu.com/ubuntu/ maverick/main Translation-en 
Get:2 http://au.archive.ubuntu.com/ubuntu/ maverick/main Translation-en_AU [1,813B]
Ign http://au.archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en 

载录地址:
http://qatechnotes.blogspot.com/2011/04/e-unable-to-locate-package-apt-get.html
分享到:
评论

相关推荐

    ubuntu下mingw32交叉编译环境搭建

    apt-get install mingw32 dpkg-dev pkg-config wget libglib2.0-dev unzip libtool automake autoconf m4 gettext cvs flex bison wine git-core subversion patch ``` #### 四、安装 64 位支持库 如果在 64 位的...

    linux gcc install

    在某些Linux发行版中,比如Red Hat系的系统,你也可以选择使用RPM包管理器(如yum或dnf)或DEB包管理器(如apt)来安装预编译的GCC二进制包,但这需要系统有可用的软件仓库。 总之,离线安装GCC虽然相对复杂,但...

    linux esential

    Linux基础知识概览 Linux操作系统是一种广泛使用的开源操作系统,其核心是基于Unix的内核。它最初由芬兰学生林纳斯·托瓦兹(Linus Torvalds)在1991年发布,至今已经成为了全球最受欢迎的操作系统之一,尤其是在...

    树莓派python3安装opencv遇到的问题总结

    安装环境: 1、 树莓派4B ...E: Package 'libcblas-base-dev' has no installation candidate 进行更新和升级 sudo apt-get update sudo apt-get upgrade 问题二 解决: sudo apt-get install libjaspe

    Ubuntu18.04安装opencv 3.2.0的解决方法

    下载opencv.zip 要提前安装依赖项。 先更新一下下载源。...errorE: unable to locate libjasper-dev 解决方法 sudo add-apt-repository “deb http://security.ubuntu.com/ubuntu xenial-security main” sudo a

    玩酷之家系统引导修复工具BootRepair.rar

    软件介绍:  如果你的系统因各种原因出现开机不能引导,引导文件损坏不能进系统,不需要重新系统,先使用本工具进行修复,将系统引导修复工具BootRepair放到带有PE启动的U盘中,使用U盘来引导系统,运行Boot...

    《python3网络爬虫开发实战》学习笔记::selenium——xpath:Unable to locate element

    selenium+firefox在定位时遇到selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: 由于是js加载页面,想确认是否是js的原因,随后进行多次调试时发现“//div”竟然也出现了...

    Ubuntu10.04 --32位系统下编译Android 4.0

    sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev libncurses5-dev x11proto-core-dev libx11-dev libreadline6-dev libgl1-mesa-dev tofrodos python-...

    ubuntu-22.04-preinstalled-server-arm64+raspi.img.xz

    ubuntu-22.04-preinstalled-server-arm64+raspi.img.xz http://cdimages.ubuntu.com/ubuntu/releases/22.04/release/

    解决Qt Serialbus 报错3.5char问题源码

    在使用Qt进行串行通信开发时,可能会遇到一个与Qt Serialbus模块相关的错误,提示“dropping older ADU fragments due to larger than 3.5 char”。这个错误通常出现在处理CAN(Controller Area Network)协议的数据...

    Ubuntu12.04 中NS2.3.5的安装

    1. 如果安装libx11-dev软件包时报错:E: Unable to locate package build-essential,解决办法是更新软件源:sudo apt-get update,然后再安装libx11-dev软件包。 2. 如果数据源更新失败,可以使用图形界面法更新...

    ubuntu中ssh服务的安装管理与登录

    sudo apt-get install openssh-server 默认安装后会自动自动SSH服务的,不需要进行额外的配置除非特殊需要。 2,配置SSH服务(可省略) 通过修改配置文件/etc/ssh/sshd_config可以对ssh服务进行配置,简单到配置...

    mysql数据库安装包

    MySQL数据库安装包是一个包含了安装MySQL所需的所有组件的集合,它为用户提供了一种便捷的方式来设置和管理数据库系统。MySQL是一个开源的关系型数据库管理系统(RDBMS),广泛应用于网站开发、数据分析、企业信息...

    glib2-devel

    `.rpm`是Red Hat Package Manager的文件扩展名,是用于RPM兼容的Linux发行版(如RHEL、Fedora、CentOS等)的一种软件包管理格式。x86_64是64位架构,而i386则代表32位架构。这意味着glib2-devel包提供了对两种不同...

    jetson系列jtop工具

    1. **更新系统**:确保你的Jetson设备系统是最新的,这可以通过运行`sudo apt update && sudo apt upgrade`命令完成。 2. **获取源码**:你可以通过GitHub仓库下载jtop的源代码。在这个例子中,压缩包文件名为`...

    [Linux通过Apt-Get安装Yum命令].md

    这通常会因为APT源中未包含Yum而导致安装失败,显示“E: Unable to locate package yum”。 2. **更新APT源** 当遇到找不到Yum包的情况时,首先需要更新APT源列表: ```bash sudo apt-get update ``` 更新...

    智能车仿真软件racecar-master

    sudo apt-get install ros-kinetic-controller-manager sudo apt-get install ros-kinetic-gazebo-ros-control sudo apt-get install ros-kinetic-effort-controllers sudo apt-get install ros-kinetic-joint-state...

    智能车仿真 代码使用参考教程:教程地址

    sudo apt-get install ros-kinetic-controller-manager sudo apt-get install ros-kinetic-gazebo-ros-control sudo apt-get install ros-kinetic-effort-controllers sudo apt-get install ros-kinetic-joint-state...

    智能车仿真 代码使用参考教程:教程地址 bug汇总

    sudo apt-get install ros-kinetic-controller-manager sudo apt-get install ros-kinetic-gazebo-ros-control sudo apt-get install ros-kinetic-effort-controllers sudo apt-get install ros-kinetic-joint-state...

Global site tag (gtag.js) - Google Analytics