The package-management tag has no wiki summary.
0
votes
0answers
6 views
Building gstreamer_ndk_bundle
I'm trying to build gstreamer_ndk_bundle under Ubuntu 12.4 and I'm failing miserably! I have installed all "glib-dev" packages (packages that in their name have glib and dev), and also I have tried to ...
1
vote
1answer
63 views
Package .exe application to run on a Mac
I have an application in the windows .exe format. It also uses a bunch of other dlls etc.
I want to hand it over to someone non technical who uses a mac and have him able to use the application.
...
1
vote
2answers
66 views
Test if a package is installed in APT
I want a shell script method to test/report if a package is installed. I don't need details, only boolean return to set logic flow. I looked at Find if a package is installed, but dpkg returns complex ...
1
vote
1answer
37 views
How does ArchLinux handle dependency conflicts?
In the traditional release model, all packages in a release are compiled with the same version of the compiler against the same versions of libraries, and the release team carefully pick software ...
0
votes
0answers
52 views
How to add apt-mirror in Synaptics Package Manager (Linux Mint Debian Edition or Ubuntu)?
First, I am not asking on how to add third-party repositories.
My question is: How do I add a new mirror such that it will appear in the Download from: drop-down of Synaptic Package Manager?
0
votes
2answers
87 views
How to tell apt that dependencies are resolved manually?
Let's say there is a software I don't want to install through apt, but manually. (TeXLive, because I want to use the 2011 release and apt only has the 2009 version.)
Let's say there is another ...
0
votes
1answer
30 views
“developer-stable” packages in debian?
I'm pretty new at debian, so bare with me. Some of the packages are pretty old in debian stable. For example, the version of iceweasel (firefox) included is 3.5.
But I don't want the version of ...
2
votes
1answer
55 views
Is it possible to have two package management systems (.deb and .rpm) on one system?
I was just wondering is it possible to have more than one Package Management system on one system. Example: RPM, deb and .txz on the same partition of ubuntu, and if not, why?
thanks in advance...
3
votes
4answers
97 views
How do I get a list of available (i.e. uninstalled) packages in Debian?
Essentially what I'm looking for is the Debian equivalent of:
yum list available
to show me which packages are available (though not currently installed). I'd prefer something that can be run from ...
0
votes
2answers
54 views
Linux and rpms and apps best practices?
I have an application to be delivered as an RPM.
I don't know very good Linux.
What is best. Should the application start automatically on RPM installation or should the user manually start it from ...
0
votes
2answers
24 views
Rpm spec confusion on rights and attributes
What is the difference between %attr and %defattr and are the rights applied recursively to a file structure delivered by an rpm?
0
votes
0answers
18 views
package updates after changing code
I'm running Arch Linux.
So, what I did was I wanted to change the behavior of the synaptics driver, so I edited the code, complied to a package and then installed the package.
Then, the new update for ...
1
vote
2answers
50 views
How to find out which versions of a package can I install on APT
Using APT, you can install a specific version of a package using:
apt-get install package=1.0
But you can't do
apt-get install package=1.*
So, how can I find out which versions are avaliable for ...
0
votes
2answers
81 views
Is there a package manager for Linux that is similar to Homebrew for Mac? [closed]
Is there a package manager for Linux that is similar to Homebrew for Mac?
I know a tool named yum, but this tool's dependency package is not the latest version. Some code does not work.
1
vote
1answer
144 views
“Broken packages” installation error in Ubuntu
When I'm trying to install subversion on a Ubuntu machine using command sudo apt-get install subversion, it's throwing the follwoing error.
~$ sudo apt-get install subversion
[sudo] password for ...
2
votes
1answer
96 views
Ubuntu 10.04.4 LTS - Reverting an updated package - how?
I have Ubuntu 10.04.4 LTS and an automated security update updated apache2 from 2.2.14-5ubuntu8.7 to 2.2.14-5ubuntu8.8, how can I revert back to 8.7?
ls /var/cache/apt/archives shows that there is ...
-2
votes
2answers
125 views
How to switch to this package vendor?
I want to switch over to this patch vendor:
https://launchpad.net/~no1wantdthisname/+archive/ppa
It promises a "better" font rendering with infinality, so I'd like to know how do I set up my ...
1
vote
1answer
30 views
Install a software package for Ubuntu version X on the Ubuntu version Y
Unfortunately I am a total newbie when it comes to Ubuntu package installation and dependencies.
I wonder: Can I install a certain version of a pre-compiled software package in Ubuntu version Y, if ...
0
votes
1answer
88 views
Getting error GTK when compiling although GTK is already Installed
I'm a linux newbie and trying to compile a software but getting an error;
it is telling me that GTK is not installed
checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.0.0) ...
1
vote
1answer
50 views
Is there a way to extract the source code from deb or rpm packages?
I find that this would be very useful in certain situations in which I want to install software in a different way, or change flags, or not let the software manager know the program has been installed ...
0
votes
1answer
235 views
apt and fixing incorect dependencies
I generally compile whatever I need but I am trying to standardize my development platform. I am running a development schroot on ubuntu (base 11.10 : development 12.whatever).
I have installed ...
0
votes
2answers
105 views
ArchLinux - yaourt: save updatelog?
When I do yaourt -Syu sometimes there is such a long log in the console so that the buffer gets full and some information is lost. As the information is important sometimes I´d like to save everything ...
0
votes
1answer
37 views
How to install package from newer distribution?
I have Ubuntu 10.04 server and want to update a package to newer version (update rrdtool from 1.3.8 to current 1.4.5). What should I do? Download and build sources or get package from newer ...
0
votes
1answer
53 views
How to fully reinstall a package on debian
i accidentally removed the /etc/init.d/nginx file and the /etc/nginx folder.
how can i fully reinstall nginx with reverting all confs to defaults?
0
votes
1answer
129 views
pkg-config search path problems
This shell session says it all for me:
root@debianvm:/home/matt# echo $PKG_CONFIG_PATH
/usr/lib/pkgconfig
root@debianvm:/home/matt# ls $PKG_CONFIG_PATH | grep libusb-1.0
libusb-1.0.pc
...
1
vote
2answers
424 views
How to download all of package's dependencies offline
I have a quagmire of a situation that would be so easily circumvented if even one factor could change...but I'm stuck with what I've got.
I have a Windows laptop that I can bring to areas where wi-fi ...
2
votes
2answers
109 views
Custom Linux: advice for maintenance, best practices, general
Context:
We have custom versions of GCC, Kernel, utilities ...etc., we'd like to integrate
easily into a installable easily maintainable Linux Distro ...package-management
etc.. This is for a ...
1
vote
0answers
66 views
Windows package manager for local repository?
I have a bunch of scripts that are used internally at my work. To distribute these I created a sort of repository and a front end script for it. It has worked okay for now, but I began to think there ...
0
votes
0answers
134 views
apt-get for a package with when “contrib/source/Sources” is not found correctly
I tried to install Webmin on Ubuntu by following the instructions on http://www.webmin.com/deb.html. Using the Update Manager GUI I added the repositories and the key
deb ...
1
vote
1answer
174 views
Any suggestions for non-root access package management?
I've been a long time user of Ubuntu on my personal and work computers, but I've recently starting working on a CentOS system. There are many packages that I would like to install via my familiar ...
1
vote
1answer
167 views
How to resolve conflict between portage and entropy
I have recently installed a fresh Sabayon 7 + KDE distribution. Now I am installing some software using portage. I have typed "emerge thunderbird", however the installation failed because of conflict. ...
0
votes
0answers
36 views
How to remove package which is dependency of gnome?
I wanna remove some applications that are auto-installed with gnome without removing the gnome package. Like epiphany instead of i use another browser.
Hide the icon it the menu isn't answer. Because ...
2
votes
1answer
71 views
How to do compile make make install as permanent install so that it does not give this error?
I was building from source to test one bug i was facing, and I did apt-get remove gstreamer once. Since then when I do gst-launch it throws following:
$ gst-launch --version
...
2
votes
1answer
1k views
SSH - dpkg: command not found?
I'm running Ubuntu and trying to install Ajax Push Engine:
This is everything I do since opening the terminal to getting the error:
lisandrov@lisandrov-Satellite-L655:~/Desktop$ ssh ...
-1
votes
1answer
97 views
Rename installed .deb with dpkg
Is there a way to rename an installed .deb package with dpkg?
Context: I have installed a library compiled for debug using checkinstall, now I wish to install the library compiled for release, for ...
1
vote
3answers
142 views
Why does OS X not have a default package manager? [closed]
Debian has APT. Red Hat has RPM. FreeBSD has Ports. NetBSD has pkgsrc. Mac OS X has MacPorts, Fink, and Homebrew, but those are all third-party package managers. Why does OS X not have a default ...
0
votes
2answers
35 views
What do you use to easily set up your environment? [closed]
What do you use to easily set up your environment?
Do you use something like chef or puppet to do this?
For example when you get new PC and want to bootstrap it with your preferred applications and ...
2
votes
2answers
81 views
Why can I still run Vim in the Terminal if I removed it?
I'm on Ubuntu 11.04. I removed Vim (7.3) using Software Center, so why can I still it?
If I type vim in the Terminal, then Vim starts running. The executables in /usr/local/bin weren't deleted.
0
votes
3answers
1k views
“Packages can't be authenticated” during apt-get install on Ubuntu 9.04
I am trying to download gcc using apt-get install on Ubuntu 9.04 Jaunty, but when apt-get is trying to download the file I receive an error:
WARNING: The following packages cannot be authenticated! ...
1
vote
4answers
569 views
How to install a single package from Debian sid?
Take ibus-sunpinyin for example, which isn't existed in the squeeze release. I'm not going to switch the whole system to the sid branch, so, I want to download the single package from sid repository ...
3
votes
2answers
77 views
How do I install a package and its depencies with dpkg?
dpkg -i package.deb
Doesn't install package if it has not-installed dependencies.
What parameters do I miss to install that package with its dependencies from repository?
1
vote
1answer
114 views
CentOS - How do I find out which repository a package was installed from?
When you use yum info to find details for a selected package, it lists the repo as "installed". That's all well and good, but for installed packages, I want to know which repository it is installed ...
0
votes
0answers
83 views
how to create debuginfo package for Debian/Ubuntu?
I have created rpm packages for a software along with debuginfo.
For Ubuntu/Debian , I have only the software packaged as .deb but don't know how to create debuginfo for them. Please let me know how ...
2
votes
3answers
134 views
Where do packages get installed in debian systems?
I recently installed expect on my Ubuntu system and cannot find the example code that is supposed to come with it. I searched /usr/lib /usr/bin/lib /lib...no luck. I guess it's about time I learned ...
1
vote
1answer
214 views
Is there a License Manager?
I work at an architectural firm, and our users use a lot of Adobe products or AutoCAD products.
We deploy most software through SCCM, and we have a finite amount of licenses to use.
We need to ...
1
vote
1answer
274 views
Problem while installing tzdata-java package (unmet dependencies)
I got a Debian 6.0 at home, upgrade from Lenny. I need to install the tzdata-java package but when I do an apt-get install I receive this message:
The following packages have unmet dependencies:
...
0
votes
1answer
249 views
Solaris Express: is there a command line version of Package Manager?
From documentation I can find (e.g. here http://download.oracle.com/docs/cd/E19963-01/html/820-7799/new-user.html), package manager seems to be only available as a GUI tool (as opposed to a command ...
0
votes
2answers
201 views
Reinstall debian while keeping installed packages and data
I am having some trouble with an installed debian on a machine. While I have all data backed up, the configuration of installed packages is also critical to me. Does anybody know a way to either ...
1
vote
1answer
143 views
Alternatives to Gentoo Prefix?
Are there any package managers that:
work without root privileges, and
install packages at a custom location (similar to ./configure --prefix), and
install stable packages (unlike Gentoo Prefix ...
0
votes
2answers
85 views
What is a good strategy to maintain a set of binaries for Gentoo?
There is the world favourites file in which you can record your favourite packages, then there is the where you can record packages and compile whenever. Also there is http://paludis.pioto.org/.
...