sudo apt-cache search all
它会出来一堆软件的列表
如果你想要用apt-get 命令来安装一个软件,但是你只知道大概有几个字母,那么,你可以用下面的命令来进行查询,看下跟这个字母有关的软件都有哪些,它会给你把列表列出来:
sudo apt-cache search all | grep gcc
位置:/etc/apt/preferences
作用:用来标记每个源的优先级:1、100、500、900
使用man指令查看
原文:
priority 1
to the versions coming from archives which in their Release files
are marked as "NotAutomatic: yes" but not as "ButAutomaticUpgrades:
yes" like the Debian experimental archive
priority 100
to the version that is already installed (if any) and to the
versions coming from archives which in their Release files are
marked as "NotAutomatic: yes" and "ButAutomaticUpgrades: yes" like
the Debian backports archive since squeeze-backports(Debian backport 向后移植,即兼容低版本)
If the target release has not been specified then APT simply assigns
priority 100 to all installed package versions and priority 500 to all
uninstalled package versions, except versions coming from archives
which in their Release files are marked as "NotAutomatic: yes" - these
versions get the priority 1 or priority 100 if it is additionally
marked as "ButAutomaticUpgrades: yes"(翻译:installed--100,uninstall-500,软件档的版本被标记为"NotAutomatic: yes"标记为1或者100)
进入Cydia后有下面有5个选项,选从右数第2个,然后选中间那个,接着点右上角的按键,然后再点左上角的(估计翻译成“添加”),这时在d出的对话框里输入你要加的源就行了。由于你的是中文版,所以我只说按钮的位置,就不说名字了,免得翻译不一样你找不到,建议还是用英文版,就那几个单词,查查词典就会了。其实源就类似于网址,你把这个源填进去了就能下这个网站的软件了,基本就是这样。
那两个软件这个源上都有>
如果在使用Ubuntu或者类似系统时,执行命令 \"sudo nano /etc/apt/sourceslist\" 时提示 \"未发现该源\",那么可能有以下几种情况:
1 源地址输入错误:请确保输入的源地址是正确的,建议复制粘贴。
2 源已被删除:有些源会因为各种原因被删除,你可以尝试使用别的源来代替。
3 系统网络问题:如果你的网络连接不正常,也可能导致找不到源,可以检查一下网络设置或者尝试重启网络。
4 系统镜像问题:有些版本的Ubuntu系统可能没有默认的源地址,需要手动添加,你可以参考官方文档进行 *** 作。
如果以上方法都无法解决问题,你可以尝试搜索相关的技术论坛或者咨询专业人员来获取更详细的帮助
以上就是关于ubuntu 查看apt-get源里面相应软件全部的内容,包括:ubuntu 查看apt-get源里面相应软件、apt源优先级——preferences.d、apt.*.com源是什么 怎么 添加 MobileSubstrate,PreferenceLoader 在哪下 cydia里没有啊等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)