Software :: Rpm - Remove The Source Package?
Jun 3, 2010
I have just installed ..src.rpm package. How do I uninstall it ? It's confusing to me because src and binary package share the same name ? (at least "rpm -qa" doesn't show any new src packages)
View 4 Replies
ADVERTISEMENT
Feb 21, 2011
So, there are these source packages i downloaded, which i want to build with slightly different configure options due to a bug in debian: hfd5-serial and hdf5-openmpi cannot coexist, yet some packages require the serial version of the lib , others require the openmpi.
I downloaded the sources, in order to build them, without the hdf5 thing...
I have already built this from source in Scientific Linux, and i know this can be done without hdf5.
Where do i hack into the debian source tree of a package to remove a configure option...?
./configure ... ... --without-hdf5 ...
View 9 Replies
View Related
Feb 19, 2010
installed the fedora 12, but dont know how to use the source dvd to install the source package.
View 3 Replies
View Related
Mar 3, 2010
Is there a guide on creating a package from PHP scripts or something? Example: if I've developed a system and I want to make it to a deb file to deploy to my friends and such. I've tried looking for one but I have not been lucky so far.
View 4 Replies
View Related
May 17, 2010
Makefile.in a file that is generated by tool, why it is in the source package? I am asking since , when I modified Makefile.am, I need to run automake to update the makefile.in, while I don't think this should be done manually.
View 2 Replies
View Related
Mar 3, 2011
Running 10.10 64bit
I tried installing the latest Mupen64Plus from source, and something went wrong, and now I get errors when trying to run it. How do I remove the link that was created from the source install?
This is what I get code...
View 2 Replies
View Related
Feb 28, 2011
I installed nagios program from tar.gz file (from source basically). I didn't use dpkg or apt-get, I used 'configure','make install' and then 'make' scripts. How can I remove this progrma from debian system ?
View 2 Replies
View Related
Jan 18, 2011
I just have a short simple question. I download yukon a opengl Video capture software and tried to install it and I got it installed but I can't get it to function right. So figured I would uninstall it and ran "make uninstall" in the source and it gave me an error that is has nothing to do.
So this is my questions
if I did
Code:
$whereis yukon
#rm -rf /etc/yukon /usr/bin/yukon (and the rest of the direcories listed)
Would that work fine? for removing it from my system.
View 9 Replies
View Related
Sep 3, 2010
I want to compile geki2 from source. I tried apt-get source geki2but I getReading package lists... Done
Building dependency tree Reading state information... Done E: Unable to find a source package for geki2I assume that /etc/apt/sources.list needs some additional entry. I run lenny.
Apart from that could someone explain to me what is the importance of files *.dsc , *.tar.gz and *.diff.gz in every package ? I assume *.tar.gz is the source. Is this independent from Debian ? I assume also that *.diff.gz is some patch you have to apply after you expand *.tar.gz in order to get a Debian specific version but how do you apply the patch ?
View 3 Replies
View Related
Mar 3, 2011
I was a die hard Ubuntu user for the last 2 years and decided to use something more advanced or different. My question (after searching the crap out of Google) is how can I view the source code of Fedora? I have found many sites explaining this but it is not written in terms that are easy for me to understand. I haven't been programming for years and using advanced features in Linux so most of these sites are not explaining out and most are explaining how to build and add on to the kernel.
View 4 Replies
View Related
Jun 2, 2011
I am trying to install an iso reader but no matter which package I choose they all return this error:The action would require the installation of packages from unauthenticated sources.These are all packages in the Ubuntu Software centre .
View 5 Replies
View Related
Mar 30, 2011
Kubuntu ships by default with a crippled K3b that won't rip DVDs to video files. Therefore I followed the instructions here to install it from source against libdvdread-dev. Now KPackageKit is continuously bugging me about 5 updates: k3b, k3b-dbg, libk3b-dev, libk3b6, and libk3b6-extracodecs. If I let those be "updated," I just get the binary versions of the same versions, without DVD ripping capabilities. Is there a way to get DVD ripping in k3b without APT continuously wanting to "update," it away?
View 4 Replies
View Related
Jun 12, 2010
[root@sharpblade ~]# yum repolist enabled
Loaded plugins: presto, refresh-packagekit
repo id repo name status
fedora Fedora 13 - x86_64 20,840
fedora-source Fedora 13 - Source 0
updates Fedora 13 - x86_64 - Updates 2,736
repolist: 23,576
why status of fedora-source is 0, dose this means there's no available packages in this repo? kernel-headers and kernel-devel have been installed, how can i install the kernel-source package?
View 1 Replies
View Related
Apr 15, 2010
I have this source.tar.gz, I unpack it and cd into it, then I
Code:
$mkdir build
$./configure --lots-of-options --prefix=$PWD/build
$make
$make install
So I have inside my build folder, 4 folders, usr, lib, man, share. How do I convert this into a binary rpm package...?
View 4 Replies
View Related
Jan 14, 2011
I'm building a debian source package to upload on my launchpad PPA. Does anyone know what file I should create or edit to make a menu entry for the app? Or a link to some *specific* doc? (The debian doc is quite overwhelming...)
View 2 Replies
View Related
Oct 15, 2010
I want to remove PHP-5.3. completely from my machine after make it from source.
how can this be done?
When I try make uninstall I get:
make: * No rule to make target `uninstall'. Stop.
View 1 Replies
View Related
Jan 23, 2011
i got a question about making a package from orginal wine source. I keep getting a error on the last part (will post the errro later in post )
What i do is this .
apt-get install devscripts cdbs dh-make
apt-get build-dep wine
cd to the directory
dh_make -n -b -s
[Code]...
When i remove the ati drivers it builds fine but with every build of wine to remove my ati drivers is not a option. I also asked on the wine forums but the told me to ask here . And the person also sayed it looks like you install the ati drivers from the one of the ati site but i installed them from the debian repos.
View 1 Replies
View Related
Feb 25, 2015
I have a project and would like to create a .deb package that brought on any computer with debian distribution installs it in your home user who is installing.I followed a guide and managed to create a deb package from my sources with FPM. But creates them with root permissions and tells me that I should create a script before installation to change the permissions.
View 2 Replies
View Related
Feb 25, 2010
why it is that when I download the sendmail debian source package for etch and build it using dpkg-buildpackage -b -nc I get a 645543 byte sendmail executable whereas when I download the sendmail binary that is 703292 bytes.
View 1 Replies
View Related
Mar 15, 2010
What package do I have to install to build packages from sources? I am trying to build the TrueCrypt package from source.
View 1 Replies
View Related
Apr 6, 2011
I wanted to fix something in the Kate editor. So instead of downloading it from it's website (Get It! - Kate | Get an Edge in Editing) I wanted to download the "openSUSE Kate" source package. But as you can see, there is no source package available. I tested it with source installation of "zypper" (zypper si zypper) and it worked.Any ideas? Is the kate source code in another package?
View 4 Replies
View Related
May 30, 2010
I know there's a which command, that echoes the full name of a binary (e.g. which sh). However, I'm fairly sure there's a command that echoes the package that provides a particular binary. Is there such a command? If so, what is it? I'd like to be able to run this:
commandName ls and get coreutils for example.
View 1 Replies
View Related
Sep 7, 2010
I'm running Karmic Desktop Live CD from a USB stick, and trying to install Ubuntu to a hard disk using debootstrap I get these errors:
$ sudo debootstrap karmic /dir file:///cdrom/
Quote:
I: Retrieving Release
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
W: Failure trying to run: chroot /dir mount -t proc proc /proc
[Code].....
I've read this bug report: [URL] basically, the discussion states that Desktop CD can not be used as package source for debootstrapping, I understand it is because of different file structure than the required for a repository, but would like to know more specific information about it, and if possible, how could I use the CD as package source for debootstrap?
View 1 Replies
View Related
Jun 23, 2010
First of all, I am pretty new to linux and I have 2 install a USB OVer IP software. I downloaded the software for UBUNTU n I really do not know where to find the installer. I want to find the source code in the package too.. its an open source project. So I believe the source codes are included in that .
View 5 Replies
View Related
Jan 18, 2011
How do I find which "software source" provided a package that I installed? Some weeks ago, I installed linux-realtime. A collaborator is trying to mirror my setup and looked for that package, but it isn't in the default software sources. So, I need to tell him where I got it.
View 4 Replies
View Related
Feb 28, 2010
I'm seeking for a site to manually download the source of the kernel 2.6.31-14-generic for Ubuntu 9.10. I did search through the addresses listed in my /etc/apt/sources.list file but that was of no help. So could somebody please give me a precise address to download from?
View 4 Replies
View Related
Dec 12, 2015
I'm installing xfce4-volumed-pulse 0.2.0-4. [URL] .....
Getting the error:
Code: Select allThe required package keybinder was not found on your system.
*** Please install keybinder (atleast version 0.2.2) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
I have installed everything available in the jessie repo with "keybinder" in the name. It seems like my path variable is configured correctly:
Code: Select allpkg-config --variable pc_path pkg-config gives me:
Code: Select all/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
and (leaving out doc files and such) locate libkeybinder gives me
Code: Select all/usr/lib/libkeybinder.so.0
/usr/lib/libkeybinder.so.0.1.0
/usr/lib/x86_64-linux-gnu/libkeybinder-3.0.so.0
/usr/lib/x86_64-linux-gnu/libkeybinder-3.0.so.0.0.0
So I can't figure out how to get keybinder recognized.
View 2 Replies
View Related
May 25, 2011
I first installed Fedora 15 (full clean install) on a spare laptop I had sitting around and the install went flawlessly. I was able to install it and use it right out the gate. I was then able to install two of my must-have programs, xchat and libreoffice without any problems either.Then I tried the same thing on my primary desktop at work (and since I run an IT department, I already have permission to do this :-)
The problem I'm getting is trying to install anything;the package manager is having trouble contacting the source.The exact error reads: "Software source download failed. Could not contact source 'fedora', so it will be disabled."I have not made anychanges to the firewall on the machine and the machine does have a working internet connection (I am posting from the machine). Any tips or advice on ways to troubleshoot would be great. I'm by no means a linux expert, but I can get around the system fairly well
View 4 Replies
View Related
Aug 5, 2009
Is there any open source Linux distribution available, which has built in anti-virus package installed, like kaspersky, mcafee or trend micro, so that I can able to scan my windows XP based machines which are on the network, and can be scan and clean remotely through this type of Linux distribution installed machine. I have search on a internet that some Live rescue Linux cd's are available, which can scan and clean the virus of windows machines. like F-secure Live cd, or knoppex Linux based Bit defender live cds that can be most effective to resolve this issue. But is there any distribution available like these live Linux distribution cd's, that can be installed in dedicated system to scan/clean the remote windows machines. Or is live cd can be installed on hard drive?
View 6 Replies
View Related
May 23, 2009
I want to get the source codes of the RPM package alsa-driver-1.0.20-78.el5.i386.rpm, but I don't know where I can find it,
View 2 Replies
View Related