apt-get install gcc g++ bcc iasl xsltproc uuid-dev zlib1g-dev libidl-dev \ libsdl1.2-dev libxcursor-dev libasound2-dev libstdc++5 \ libhal-dev libpulse-dev libxml2-dev libxslt1-dev \ python2.5-dev libqt4-dev qt4-dev-tools libcap-dev \ libxmu-dev mesa-common-dev libglu1-mesa-dev ...
libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18 libterm-readkey-perl mysql-client-5.6 mysql-client-core-5.6 mysql-common mysql-server-5.6 mysql-server-core-5.6 Suggested packages: libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl libipc-sharedcache-perl mailx...
libopts25 libuuid-perl linux-base Use 'apt-get autoremove' to remove them. The following extra packages will be installed: m4 Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool Recommended packages: automake automaken The following NEW packages will be installed: a...
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_pfp.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_0_3.bin for module amdgpu W: Possible missing firmwar...
After this I ran (copied fromhttps://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker): distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \ && curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/key...
uuid-dev libkeyutils-dev btrfs-tools 4 可能遇到错误 4.1 fuse: apt-get install fuse-devel 4.2 tcmalloc: wget https://gperftools.googlecode.com/files/gperftools-2.1.zip 安装google-perftools 4.3 libedit: apt-get install libedit-devel 4.4 no libatomic-ops found ...
sudo blkid UUID=<Your UUID> / ext4 noatime,commit=600,defaults,errors=remount-ro 0 1 UUID=<Your UUID> none swap sw,discard 0 0 Also you will need to update /etc/initramfs-tools/conf.d/resume On a clean install I needed to create the file resume RESUME=UUID=<Your UUID> Now re...
gyp javascript-common libjs-inherits libjs-jquery libjs-node-uuid libjs-underscore libssl-dev libssl-doc libuv1-dev python-pkg-resources zlib1g-dev 使用'sudo apt autoremove'来卸载它(它们)。 升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 3 个软件包未被升级。
2. Install a new package This is the most common command. The apt-get install command will install the package and pull in all necessary dependencies, that is other packages that are needed to run the current required package. Usage is again, very simple $ sudo apt-get install apache2 To...
tar一般都是源码打包的软件,需要自己解包,然后进行安装三部曲,./configure, make, make install. 来安装软件。 rpm是redhat公司的一种软件包管理机制,直接通过rpm命令进行安装删除等操作,最大的优点是自己内部自动处理了各种软件包可能的依赖关系。 --- *.rpm形式的二进制软件包[centos] 安装:rpm -ivh *.rpm ...