最近坑坏了,给我一些不能联通外网的Ubunbu让我来装软件包。好在我用一台当跳板,先把包给装了。然后发现apt-get 安装的包其实都有保存的。
保存目录如下:
经过两次scp 拷贝过去。下面记录下Ubuntu的一些命令
-
dpkg --contents cpp-4.9_4.9.2-10ubuntu13_ppc64el.deb
-
dpkg --info cpp-4.9_4.9.2-10ubuntu13_ppc64el.deb
-
dpkg -i #install
-
dpkg -r #remove
-
dpkg -P #remove
-
dpkg -L
-b|--build <directory> [<deb>] Build an archive.
-c|--contents <deb> List contents.
-I|--info <deb> [<cfile> ...] Show info to stdout.
-W|--show <deb> Show information on package(s)
-f|--field <deb> [<cfield> ...] Show field(s) to stdout.
-e|--control <deb> [<directory>] Extract control info.
-x|--extract <deb> <directory> Extract files.
-X|--vextract <deb> <directory> Extract & list files.
-R|--raw-extract <deb> <directory>
Extract control info and files.
--ctrl-tarfile <deb> Output control tarfile.
--fsys-tarfile <deb> Output filesystem tarfile.
-?, --help Show this help message.
--version Show the version.
阅读(1070) | 评论(0) | 转发(0) |