Tagged Questions

0
votes
4answers
2k views

Installing a specific package version with yum

I have a Fedora system with Postgres version 8.3 and I want to downgrade to 8.2 because of a compatibility issue. I've been using yum for everything, but it's my first time with t …
1
vote
2answers
276 views

Ability to update texlive packages on ubuntu

I am using texlive on ubuntu and having issues with some packages used as they are too old. Downloading them from CTAN manually and installing fixes them but this is time consuming …
0
votes
6answers
182 views

What Linux Package Manager would you recommend

Can anyone suggest me a good and simple package management system on Linux? It's for my project study and I would prefer a package manager based on symbolic links.
1
vote
6answers
182 views

Brand new Mac, should I use Macports?

got a new mac, need to have it setup ready for development. I heard great things about macports, should i use it? Is it really easier than manually download and compile? anyone has …
3
votes
4answers
68 views

Is there a tool for finding out what packages provide a file?

For example, if ./configure or Make tells me I'm lacking libX11.so.6, and it's nowhere on my system, is there a tool or website into which I could type libX11.so.6 followed …
1
vote
1answer
21 views

Making a local package installer

I'm going to be building a package manager and installer for my home network, and I'm unsure of the technologies i should use. I was thinking WPF for the interface and SQL for actu …
18
votes
9answers
578 views

What do you expect from a package manager for Emacs

Although several hundred Emacs Lisp libraries exist GNU Emacs does not have an (internal) package manager. I guess that most users would agree that it is currently rather inconven …
2
votes
5answers
115 views

Distributing binary applications across linux distros

I've written an application which as of yet is not open source and I'd like to distribute the executable across various linux distros. What's the best way to do this, I've looked a …
1
vote
3answers
820 views

Installing Ruby 1.9.1 on Ubuntu?

I wonder about installing the latest version of Ruby on Ubuntu 9.04. Now I can run through the ./configure and make stuff fine, but what I wonder about: how to avoid conflicts with …
4
votes
7answers
383 views

Why do various Linux distros use different package managers?

Why do Linux distros have different package managers? I find this very strange because other software such as text editors, desktop environments and graphics software (Inkscape, B …
0
votes
1answer
166 views

Eclipse Configuration Problems

Lately, I am trying to use Eclipse more often, but so far I have shied away from it because I found it so difficult to install new packages. Whenever I find and try to install a ne …
0
votes
1answer
196 views

Can yum tell me which of my repositories provide a particular package?

Hopefully short version of the question: If I'm on a machine that has a particular package installed, is there a yum command that will tell me which of it's configured repositories …
2
votes
6answers
355 views

Import package or autoloading for PHP?

Hello, everyone. What solution would you recommend for including files in a PHP project? There aren't manual calls of require/include functions - everything loads through autolo …
2
votes
1answer
558 views

How do I upgrade PHP 5.1 to 5.2 on SUSE 10.1 using the yast command line only?

How do I upgrade PHP 5.1 to 5.2 from the SUSE 10.1 command line? Is there a package manager command to do it automatically? Actually I need JSON support to use the JavaScript-RTE …
2
votes
3answers
145 views

How to use libapt (or libept) in debian-like system to list packages and get their infos?

Somebody used libapt or libept to list packages and get informations about package in a debian-like system? Libapt is not well-documented at all, and i've found few examples and t …