The package-management tag has no wiki summary.
1
vote
0answers
17 views
'pip install carbon' looks like it works, but pip disagrees afterward
I'm trying to use pip to install the package carbon, a package related to statistics collection. When I run pip install carbon, it looks like everything works. However, pip is unconvinced that the ...
0
votes
0answers
9 views
Can you reconfigure roles specified during installation in CentOS?
During installation of a couple of CentOS servers I selected the "Server" option in the package configuration screen at the end of the installation process.
It turns out that I only needed a clean ...
2
votes
1answer
34 views
How can I privately distribute an Ubuntu (Debian) package that overrides any official release?
I occasionally need to make minor source modifications to standard Ubuntu packages for use on a collection of servers that I manage. I would like to publish these on a PPA (such as launchpad.net) so ...
1
vote
1answer
25 views
OpenSSH 5.9p1 on Ubuntu 11.10
I want to build a deb package with the latest version of openssh from source. Then I want to install it on my machine.
I am running:
Linux Ubuntu-1110-oneiric-64-minimal 3.0.0-12-server #20-Ubuntu ...
1
vote
2answers
94 views
How to install mcrypt for PHP 5.3.3 on CentOS 5.7 64 bit?
I installed php 5.3 and some modules using
yum install php53-{module-name}
But mcrypt did not work.
I searched like this:
yum list php* | grep mcry
The only package that came up was
...
3
votes
3answers
93 views
Will removing a debian package remove the data?
I cannot find definite information about how a debian package should behave whilst being removed. Should it remove the data? E.g. for mysql I read data is kept which sounds logical to me (using purge ...
1
vote
0answers
12 views
List of obsolete packages in Ubuntu [migrated]
I'm trying to figure out a way to get a list of the packages that are no longer available in the repositories that I have enabled. This workstation has been through quite a few versions of Ubuntu and ...
0
votes
1answer
25 views
Add dpkg .symbols or.shlibs to package made using checkinstall
I have created a simple package using checkinstall of the Oracle Instantclient client libraries, the package installs without problem and is seen in the system.
Problem is, that checkinstall doesn't ...
8
votes
2answers
216 views
Odd behavior of apt-get with post-inst instructions, and .desktop files
We have a number of hand-built (with fpm and jenkins) .deb files in a local Apt repository (reprepro).
These .debs contain a .desktop file that will be picked up by xdg-desktop in a post-inst script.
...
1
vote
0answers
25 views
Dedicated Debian Package Server
We've got a series of debs for different projects and different environments to install them in: dev, build/test qa (less formal), qa (formal), and production.
I would really like to create a system ...
4
votes
2answers
103 views
Puppet - get list of packages and versions
Is it possible to tell puppet to compile a catalog for one (or all) node(s) and save that particular data somewhere?
I'm specifically interested in getting all needed packages and their versions per ...
2
votes
3answers
57 views
Installing some packages on Ubuntu using apt-get install without root privileges
At work, we have a Ubuntu server to which people connect from intranet for using certain tools installed there. If certain user wants to install a particular software on Ubuntu but does not have root ...
0
votes
2answers
50 views
How to update my grep utility on CentOS 5.6?
I'm using a CentOS 5.6 system. Since there is a bug in my version of grep. I want to upgrade to a new version. I tried to use yum to update(upgrade) it, but failed.
[root@localhost ~]# cat ...
4
votes
3answers
85 views
Compute a list of difference between packages installed on two hosts
I just add some problems with my Debian virtual servers and I add to reinstall all of them from scratch. However, I still had access to the old version and I could retrieve the list of installed ...
0
votes
1answer
20 views
Getting dependencies for a python package for installation to offline host
I need to install some python packages to an offline host. Normally, when you do a python setup.py install on one of these packages, if it can't find the dependencies needed it will try to download ...
0
votes
1answer
22 views
How to include a mysql script in an install script/package
I am trying to wrap up one of our projects in Ubuntu/CentOS packages. The project is a typical web framework which requires to deploy a tomcat war file, create some directories and run a mysql script ...
1
vote
1answer
318 views
How to completely remove and re-install python (without yum)?
I have a corrupted / missing installation of Python on a CentOS 5 server, and yum won't help me reinstall because python is a dependency. When I try installing python-2.4.3-44.el5.x86_64 from the rpm, ...
0
votes
1answer
81 views
apt-cacher/approx equivalent for Centos
I am looking at setting up several Centos machines in my network and would like to have them update from a centralised server on the network. I am hoping to save bandwidth by not having to update each ...
1
vote
2answers
100 views
Debian: How to use “apt-get install” without upgrading dependencies? [closed]
Possible Duplicate:
How do I get apt-get to ignore some dependencies?
I need to install some packages.
The package A has the package B as a dependency and requires to be (>2.0).
I have ...
0
votes
0answers
21 views
Debian packaging with different dependencies against different distributions
I have an application that I package as a native Debian package. When I build the package against stable I need to include a dependency on Debian package A. However, in unstable that package has been ...
0
votes
0answers
129 views
Setting up Debian and nginx for Ruby on Rails applications
I'm in the process of setting up a Debian and nginx VPS at the moment intended solely for Ruby on Rails applications. I've done a few steps, but now have a query as I'm very new to the Ruby/RoR ...
0
votes
1answer
64 views
What does “Provides:” mean in the output of apt-cache showpkg?
man apt-cache has this to say on the matter:
showpkg displays information about the packages listed on the command line. Remaining arguments are package names. The available versions and reverse ...
0
votes
0answers
39 views
Unable to start Solaris Repository Server Service
I am trying to set up a Solaris repository server with a Solaris 11 Express Server. My problem is that the service does not start. Service status is below.
indika@CDR:~# svcs -xv ...
0
votes
2answers
345 views
Why do I get dependency warnings/errors while removing nginx from Ubuntu?
root@ubuntus:~# apt-get remove nginx-light
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nginx-light is not installed, so not removed
You ...
2
votes
1answer
77 views
Debian aptitude: determine which repository a package is coming from? [closed]
In Aptitude, how can I tell where a package is coming from? I've set up my apt sources.list and preferences files for pinning, but I just want to make sure I'm not unknowingly upgrading to packages ...
0
votes
2answers
65 views
MSI package different configuration
How can we have single MSI file with different configuration for each user.
So when I push it, the configuration will be according to the username.
This is for a custom utility application.
6
votes
2answers
66 views
What is the most easiest way to create a virtual package in debian?
1.) What is the most easiest way to create a "virtual package" in debian?
My problem: I have compiled/installed mysql from source and now need to tell other packages that mysql is already installed ...
4
votes
1answer
56 views
Managing myriad package repositories
On testing, development, and some other server and workstation environments, I use a variety of package repositories (with CentOS, for example, these include: remi, epel, rpmforge, jpackage, and ...
3
votes
3answers
327 views
Using Puppet to install software “bundles”
We're in the process of researching a configuration/systems management implementation and we've done quite a lot of demoing of Puppet. Puppet seems to excel at the somewhat simple "ensure this ...
0
votes
2answers
322 views
How to get httrack to work with SSL on mac os x? (libssl.so not found)
I'm trying to use httrack website copier but the program is running and reporting "no-ssl" (ie: it does not have the capability to copy secure sites).
From looking over this thread, it seems that ...
0
votes
2answers
212 views
How to install packages on Linux or Solaris on non-default paths?
By "default path", I mean "/usr/local", or other paths managed by root ("system paths").
I have to install many application packages (by that, I mean: svn, httpd, git, perl, python, ...) on a few ...
4
votes
1answer
452 views
Installing open-vm-tools in Ubuntu via Puppet; what's the lesser evil?
In an ideal world, configuring puppet to install the open-vm-tools should be as simple as this:
class vm-tools {
package { 'open-vm-tools':
ensure => installed
}
package { ...
1
vote
1answer
94 views
How to use dpkg-divert to temporarily remove/replace symlink when package is installed?
The default nginx package creates a symlink named default in the sites-enabled dir, which points to a default config file in sites-available. I'm currently creating a package for an app that sits on ...
2
votes
1answer
90 views
Is “yum groupinstall” compatible with Red Hat Network?
On CentOS 5, I run yum groupinstall "Development Libraries" to install the commonly used development libraries. Can I use the same command on a RHEL5 server with RHN? Is the "Development Libraries" ...
0
votes
1answer
12 views
Can rpm upgrades and rpm erases be mixed in the same command (transaction)
I would like to upgrade package A and at the same time erase package B.
There are dependencies between the packages so I would like to do both operations as one transaction.
This can be done with 2 ...
1
vote
3answers
132 views
Debian: How do I check the last time package upgrades/updates were run?
I want to know when we last ran the package upgrades/updates on our Debian server.
1
vote
2answers
48 views
How to get the Ubuntu package description and only that from the metadata database?
To just get the package description and/or "long description" of a Mac port, I can do this:
port info --description --long_description vim
and filter out information I don't need.
How can I do so ...
4
votes
1answer
91 views
How do I securly update a *BSD system?
Security is a major concern. Every major Linux distribution uses signed packages. But the FreeBSD systems in the office downloading unsigned packages/ports via FTP.
Is there a solution that would ...
1
vote
3answers
115 views
Is there a good package manager for Windows?
I need to maintenance some computer and I want to see which software is outdated. Ideally it update the software automatically. I have look for a package manager for Windows. I found a large list.
...
0
votes
1answer
119 views
How to install section 3 manpages for CentOS
I'm trying to read the manpage for read(3) on my CentOS system:
$ man read 3
No manual entry for 3
What/Which package do I have to install to get these manpages?
(glibc* packages are installed on ...
2
votes
1answer
203 views
ubuntu server: SSH banner telling to update packages but nothing to update
When I connect to my Ubuntu 10.04.2 LTS server I get the following banner:
25 packages can be updated.
15 updates are security updates.
However if I run package upgrades/updates nothing comes up:
...
0
votes
3answers
138 views
Why is Linux Package Management So Complicated? [closed]
On Windows, simple programs can often be installed by unzipping a zip file into an arbitrary directory. IMHO this is a great example of keeping things simple. For example, it allows installing ...
0
votes
3answers
83 views
package won't install correctly using apt-get
Hey there, I'm currently having problems installing proftpd correctly.
At some point the pakage was already installed but when I try to install don't get a selection screen to preconfigure the server ...
3
votes
1answer
204 views
XAMPP or LAMP Installation Without Root Permission Under a Normal User Account on Linux
Has anyone installed XAMPP under a normal Linux user account without root permission? Or alternatively install Apache, MySql, Php one by one?
The purpose is to leave nothing in the main Linux system ...
1
vote
1answer
151 views
What are the best practices or pitfalls when managing web app deployment using OS package management (deb, rpm)?
I heard about this at a talk over the weekend and it sounded like a great idea for a few reasons I can think of:
ensures dependencies are met and not broken (e.g. web app requires specific version ...
1
vote
3answers
220 views
Moving away from Dreamhost's Debian archive to Debian proper
This is currently the sources.list file with a hosted Dreamhost account running Debian
# Generated by ndn-autoupdate
deb http://debian.di.newdream.net/ lenny ndn
deb http://debian.newdream.net/ ...
1
vote
1answer
79 views
Why doesn't openSUSE Linux upgrade itself through its software repositories?
openSUSE - fast becoming my favourite Linux distro on the client - doesn't seem to upgrade itself through its own configured software repositories.
Do we know why this is the case? Is it a ...
0
votes
4answers
64 views
Linux server distro where default server packages customized the least?
I'm using Ubuntu server right now (for local development) and noticed that some Ubuntu packages like apache have their config files... um... scattered.
While official Apache docs primarily refer to ...
0
votes
1answer
178 views
Reinstalling a package on Solaris 11
I installed gcc 4 on Solaris 11 using
pkg-get gcc4g++
near the end of the installation process it showed a warning that some script didn't run succesfully (which I didn't write down unfortunately). ...
0
votes
1answer
70 views
CentOS 5.5 Package documentation
Usually when I install a common package like PostgreSQL or MySQL or Python etc using Yum it installs the files held within those packages into locations specific to CentOS itself. It may also install ...