導航:首頁 > 程序命令 > 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找不到命令相關的資料

熱點內容
spwm軟體演算法 瀏覽:184
70多歲單身程序員 瀏覽:221
高考考前解壓拓展訓練 瀏覽:217
用紙做解壓玩具不用澆水 瀏覽:584
谷輪壓縮機序列號 瀏覽:736
牛頓插值法編程 瀏覽:366
php多用戶留言系統 瀏覽:729
安卓和蘋果如何切換流量 瀏覽:703
怎麼知道dns伺服器是多少 瀏覽:976
5995用什麼簡便演算法脫式計算 瀏覽:918
電腦上如何上小米雲伺服器地址 瀏覽:921
手機資料解壓密碼 瀏覽:444
44引腳貼片單片機有哪些 瀏覽:692
阿里程序員腦圖 瀏覽:189
廣東編程貓學習班 瀏覽:708
上海數控編程培訓學校 瀏覽:313
怎麼下載我的解壓神器 瀏覽:634
lib文件無用代碼會編譯嗎 瀏覽:28
我的世界嗨皮咳嗽伺服器怎麼下 瀏覽:1003
mvn命令順序 瀏覽:978