dpkg
Redirection operator is limiting columns
I am running the following command to list the packages installed on a server. $> dpkg -l This is fine but when I do this[详细]
2023-04-11 04:27 分类:问答Apt error: File on system created by you or by a script
I have a simple bash script that connects to a series of servers and updates a specific package, using a here-string to answer a prompt:[详细]
2023-03-30 14:32 分类:问答What's a good method to trigger apache restart after .deb installation?
I have several custom .debs that I\'ve built.They all depend on apache and after up开发者_运维问答grade of any package apache needs to be restarted.[详细]
2023-03-09 09:44 分类:问答Language-selector-common in Ubuntu 10.10
When I am trying to install various packages, for example gitk and ruby1.8-dev, I recieve the following output:[详细]
2023-02-28 14:23 分类:问答PHP running bash (.sh) script. dpkg --info works but not dpkg -i
Sample PHP Script looks like this: #!/usr/bin/php $file = \'/private/var/www/app/install.sh\'; if(is_file($file)){[详细]
2023-02-28 12:19 分类:问答Creating a .deb with Apache Ant and without dpkg
I\'m trying to create a buildfile for creating .deb installatio开发者_JAVA技巧n files. So far, so fine. My goal is to avoid dpkg, so that the build can be done from any plattform.[详细]
2023-02-22 11:38 分类:问答Poppler installation
I downloaded the new poppler 0.15 tarball and i built it from source successfully but when trying dpkg -l | grep poppler[详细]
2023-02-01 03:09 分类:问答How to automate linux kernel module compilation when installing a new kernel?
I am writing a Linux kernel module. It is released with all the source files (although the license is proprietary) to be compiled against the running kernel. Whe开发者_JAVA百科n installing my module ([详细]
2023-01-25 22:53 分类:问答how to define the "depends" for the running kernel
package A depends on package B-kmod and B-kmod has several variants. like B-kmod--{generic,pae-generic} etc. and 开发者_Go百科in turn B-kmod depends on linux-image of the same flavor.[详细]
2023-01-22 13:19 分类:问答How to create .deb packages on Mac OS X
I am trying to upload my app on Cydia and it requires .deb package. I am unable to figure out how to make .deb packages on mac. I am using 10.6.3 when I write this command on terminal[详细]
2023-01-20 15:25 分类:问答