导航:首页 > 程序命令 > aptitude找不到命令

aptitude找不到命令

发布时间:2022-06-13 22:50:27

A. 在虚拟机里装ylmf os后安装vmtools显示The path is not valid.

HI ,你可以参照此处,我本来也是搜索该问题的,但这个问题对我来说还是没有解决,因为我用的是Mandriva2009spring-64,因其里面没有aptitude命令
这是默认情况下,没有安装 gcc 以及内核头文件造成的,光安装 gcc 不行,安装完了即使在 /usr/bin/ 里可以看到 gcc,但仍然会看到上面的错误,解决办法:

引用
$sudo aptitude install gcc-4.3 linux-headers-`uname -r` -y

出自:http://www.groad.net/bbs/read.php?tid-3659.h

B. linux编译“sudo aptitude install libqt3-headers libqt3-mt-dev libqt3-compat-headers libqt3-mt”

提示的意思是没有识别aptitude这个命令,可以在安装后在执行,很简单的一个问题不会追问。

C. debian 的apt都有那些啊apt-get apt-cache apt-serup ...还有

有个命令,apropos apt,可以找到包含apt的所有命令。
这个命令等同于man -k apt。

对于别的记不太清的命令xxx,也可以apropos xxx。

还有一个命令,aptitude search xxx,也挺有用的,查看源中已经安装的或没有安装的所有工具。

有这两个命令,就不迷茫了。

$ apropos apt

1 apt (1) - annotation processing tool
2 apt (8) - Advanced Package Tool
3 apt-cache (8) - APT package handling utility - cache manipulator
4 apt-cdrom (8) - APT CDROM management utility
5 apt-config (8) - APT Configuration Query program
6 apt-extracttemplates (1) - Utility to extract DebConf config and templates fr...
7 apt-ftparchive (1) - Utility to generate index files
8 apt-get (8) - APT package handling utility - command-line interface
9 apt-key (8) - APT key management utility
10 apt-mark (8) - mark/unmark a package as being automatically-installed
11 apt-secure (8) - Archive authentication support for APT
12 apt-sortpkgs (1) - Utility to sort package index files
13 apt.conf (5) - Configuration file for APT
14 apt_preferences (5) - Preference control file for APT
15 aptitude (8) - high-level interface to the package manager
16 aptitude-create-state-bundle (1) - bundle the current aptitude state
17 aptitude-run-state-bundle (1) - unpack an aptitude state bundle and invoke ap...
18 captoinfo (1) - convert a termcap description into a terminfo description
19 DBI::ProfileDumper::Apache (3pm) - capture DBI profiling data from Apache/mod...
20 debconf-apt-progress (1) - install packages using debconf to display a progre...
21 gnome-screenshot (1) - capture screen or window and save the image to a file.
22 grep-aptavail (1) - grep Debian control files
23 import (1) - saves any visible window on an X server and outputs it...
24 IO::WrapTie (3pm) - wrap tieable objects in IO::Handle interface
25 Mail::Message::Construct::Text (3pm) - capture a Mail::Message as text
26 radeontool (7) - utility to control backlight on radeon based laptops
27 sources.list (5) - Package resource list for APT
28 synaptic (8) - graphical management of software packages
29 synaptics (5) - Synaptics touchpad driver for XOrg/XFree86.
30 sync-available (8) - sync dpkg's available database with apt's database
31 synclient (1) - query and modify Synaptics TouchPad driver for XOrg/XF...
32 XkbApplyCompatMapToKey (3) - Apply the new compatibility mapping to an indivi...
33 XkbSAPtrDfltValue (3) - Returns the valueXXX field of act converted to a sign...
34 xvinfo (1) - Print out X-Video extension adaptor information

D. aptitude的概述

aptitude
aptitude 是 Debian GNU/Linux 系统中, 非常神奇的的软件包管理器,基于大名鼎鼎的APT机制, 整合了 dselect 和 apt-get的所有功能, 并提供的更多特性,特别是在依赖关系处理上。
以下是一些常用 aptitude命令,仅供参考。 命令 作用 aptitude update 更新可用的包列表 aptitude safe-upgrade 执行一次安全的升级 aptitude full-upgrade 将系统升级到新的发行版 aptitude install pkgname 安装包 aptitude remove pkgname 删除包 aptitude purge pkgname 删除包及其配置文件 aptitude search string 搜索包 aptitude show pkgname 显示包的详细信息 aptitude clean 删除下载的包文件 aptitude autoclean 仅删除过期的包文件

E. 在命令行执行以下命令,启动aptitude

aptitude
aptitude提供了用户所需的大部分包管理功能,界面操作简单,可以使用鼠标和键盘打开菜单,执行各种动作。在命令行执行以下命令,启动aptitude,如图8.1所示。

wdl@UbuntuFisher:~$ sudo aptitude

aptitude的界面十分友好,用户可以在上方区域中的树形列表中选择软件包,同时,在窗口下方区域中显示相应的软件包描述信息。aptitude窗口具备功能强大的菜单以及丰富的联机帮助,可以指导用户很快地学会使用,而且操作起来也相当简便,例如按下【q】键就可退出aptitude窗口。

详细解释请进参考资料里面查看~

F. ubuntu12.04安装软件输入指令后显示指令不存在是为什么

先sudo apt-get install aptitude,再sudo aptitude install
你不安装aptitude当然command not found了

G. debian 下怎么找不到linux-vdso.so.1

有几个程序可以用来安装软件:apt-get, aptitude, synaptic.apt-get是命令行工具,aptitude是字符图形界面工具,synaptic是图形界面工具。
1. 配置安装源
/etc/apt/sources.list文件可以这样写
deb ftp://debian.ustc.e.cn/debian stable main non-free contrib
deb ftp://debian.ustc.e.cn/debian testing main non-free contrib
下面我们将以安装firefox浏览器来解释3个安装工具的用法。
2. 使用apt-get安装软件
在终端中输入su和密码后,以root身份运行apt-get update更新软件列表,然后运行apt-get install firefox就可以安装上firefox浏览器了。
3. 使用aptitude安装软件
用apt-get安装软件固然方便,但是,有时候你必须记住软件的全称和具体版本号,用aptitude就不需要了。
在终端中输入su和密码后,以root身份运行aptitude,用鼠标选择Actions菜单——Update package list更新软件列表或者你按"u"键。然后按"/"键,弹出搜索窗口。输入fire回车,将高亮显示第一个被搜索到的名字含有fire的软件。如果第一个不是firefox,按"n"(next)键继续搜索下一个。找到后按SHIFT+"+"选定,再按"g"(go)就安装上了。升级软件也是同样的方法。
4. 使用synaptic安装软件
你可以需要使用前面的两种方法中的一种安装synaptic.
从系统菜单中运行Synaptic Package Manager运行synaptic,输入root密码后就可以使用了。从Edit菜单中选择Reload Package Information更新软件列表。用鼠标点击任意一个软件,以激活软件列表框,然后直接按键盘输入的fire——搜索。按键盘上的向下箭头来搜索下一个。

H. LINUX apt-get install 提示 不能找到包的 疑问

请你耐心读一下README,里面肯定会有安装说明的,apt-get install是debian 或ubuntu等版本的linux,使用的安装命令,apt-get过程是从你设置的软件源里下载相应软件,然后再安装,如果源里面没有这个软件,当然会提示你找不到这个软件包了,一般tgz的解压包,安装方式不是要编译,就是直接运行安装,你可以试试在终端里中到驱动文件目录下输入
sudo ./iwlwifi-4965-2.ucode
祝你成功。

阅读全文

与aptitude找不到命令相关的资料

热点内容
1核2g的服务器能做什么腾讯云 浏览:735
怎么才能ipad和安卓手机同时登qq 浏览:940
国际服安卓手机登不进去怎么办 浏览:387
兄弟打印机编程 浏览:155
单片机改12t模式 浏览:904
abb机器人编程教材视频 浏览:928
skins的梯度压缩衣 浏览:976
电脑进入桌面文件夹就黑屏 浏览:945
新预算法推进 浏览:506
学移动客户端app编程费用 浏览:415
怎么远程链接云服务器 浏览:770
期货手机版指标源码 浏览:752
360压缩怎么修复 浏览:181
程序员钉钉的图片 浏览:549
德语的动词命令式 浏览:718
谷歌服务器通信出问题了怎么办 浏览:661
三国演义毛宗岗pdf 浏览:664
金庸群侠传x魔改版在哪个文件夹 浏览:709
安卓targz文件怎么解压 浏览:612
手机文件夹改成多媒体 浏览:247