General :: How To Create Rpm Package
Jan 5, 2010I am facing a problem creating rpm with ".tar.bz2"extension file how to create.
View 1 RepliesI am facing a problem creating rpm with ".tar.bz2"extension file how to create.
View 1 RepliesI tried following this tutorial on how to create a Debian/Ubuntu package and ran into the following stumbling block: When I tried installing debmake (a tool to easily create Debian packages; trying to debian-package a jhbuild prefix and upload it to a PPA) I got an error from APT saying that the package was not found.After an extensive Google search, I noticed that the package was only used in Ubuntu up to Hardy and after that was deprecated. Why? Did dpkg-dev suddenly include the deb-make command in its package or something?
After reading the deprecation announcement on the mailing list located in the Google search it seems as though debhelper replaces debmake.
I've compiled the last stable ubuntu kernel (2.6.38-...) following this guide: How to compile a Ubuntu 10.10 kernel but in this guide doesn't explain how create linux-libc-dev package for that kernel? How do I do?
I've tried with fakeroot debian/rules binary-arch-headers but it returns an, IMHO, absurd error:
mkdir /home/simon/sources/kernel/ubuntu-natty/debian/linux-libc-dev/usr/include/
mkdir: cannot create directory `/home/simon/sources/kernel/ubuntu-natty/debian/linux-libc-dev/usr/include/': File exists
make: *** [install-arch-headers] Error 1
The error is correct but this folder is created in the same process!
I would like to know how to create a package properly. Because, in Wine website, the latest .deb is for Wine 1.1.42 and now there is Wine 1.2-rc3.
I know that i can install Wine with the source and these command : ./configure make make install
doesn't want to compile Wine source (brr it's terrible), it's simpler to install the lastest Wine version with the package.
instructions on how to create a .deb package?
View 3 Replies View RelatedI have package "myPackage" on Desktop with all needed files inside.
How can I create "myPackage.deb" from "myPackage"?
I have successfully compiled Filezilla (Client) and now I would like to create a debian package whereby I can distribute the Software to my friends.
View 6 Replies View RelatedEvery time i start with a new installation, i have to download all the useful software once again...
i think it would be simple and easy-to-use if these software could be bundled into debian packages which can be installed just by clicking (like in windows)...
Is there any website where I can find debian packages for important software? Or can I create them myself...
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 RelatedI have been trying to create an rsyslog config for a software package that I use. I want to use the local7 facility for this package, and split the messages according to priority across several files. I would like the config to be a file which can just be dropped into rsyslog.d without having to modify the rsyslog.conf or 50-defaults.conf. I created a file called 40-test.conf, in which I have the following:
local7.none /var/log/messages
local7.none /var/log/syslog
local7.=info -/var/log/test.info
local7.=debug -/var/log/test.debug
local7.=notice;local7.=warning -/var/log/test.notice
local7.=err -/var/log/test.error
I am getting the correct local7 messages in the correct 'test' files, but i am also still getting local7 messages in /var/log/messages and /var/log/syslog, so it seems the local7.none has no effect. Is this the correct method of achieving what I want? What am I doing wrong?
Is there anyway to show package size that comes up in the search so you don't have to apt-get install package individually and wait for the installation initiation and then reject to install after it gives u the [y/N] confirmation thing?
View 2 Replies View RelatedI want to install kernel package by this command sudo apt-get install kernel-packagebut it gives me the error :Package kernel-package has no installation candidate
View 1 Replies View Relatedi am running into few problems with the script here. I have an FTP server, all configured, and i need to have a script that will create a folder with current dated within a tree as soon as particular user logs in. I was wondering if that is possible with proftpd. if not, can someone suggest how to create a script that will simply create a DIR with date and autorun itself every 24 hours? i am running Debian/Proftpd with Mysql authorization.
View 14 Replies View RelatedAfter a long time I tried ubuntu(9.10) again on my fileserver, I have some remarks; why does a minimal server installation include X/openoffice? I don't need document conversion on a fileserver and I bet a lot of people don't. Wouldn't it be better to create a new server package and leave minimal minimal? low memory installs (64mb) don't work unless you configure swap by hand in between things, 64mb ram is a lot in my eyes. I mean, not to be rude but if I wanted all this I could've better installed Solaris.
That said it's stable and running fine. Since it's my home fileserver I tried to convert my previously created raid10 mirror on an adaptec 1200 card to a softraid 5 solution. This is wat I did:
[Code]...
rocedure of How to create my own rpm package like "mystuff.rpm"
View 1 Replies View RelatedFedora 14 I recently went to install some software using the source files. When I ran the command ./configure I got a message saying that No package gthread-2.0 not found After searching the internet some one had the same problem. I needed to install a package called glib2-devel However, rather that searching the internet. Is there any yum command that can give me that information?
View 2 Replies View RelatedI bought a web hosting account(cPanel) and I want to create my own name server(ns1 and ns2.mydomain.com). So when I want to host addon domain, I can point them to my name server instead of hosting company name server.
View 10 Replies View RelatedI need to install the following dependencies for synspam on Ubuntu 9.10 karmic server:
Code:
sudo aptitude install nfqueue-bindings-perl libsys-syslog-perl libappconfig-perl libnetpacket-perl libnetaddr-ip-perl
dpkg -i synspam_version_all.deb
Of these, only libnetpacket-perl is not packaged for Ubuntu 9.10 karmic.
Is this functionality present in another 9.10 package with a different name? 10.04 Lucid does have the package: [URL]
Still I am asked to package a war file as an RPM package. That is an unusual RPM packaging(To me). If you guys could guide me I have a war file inside a folder, that folder is inside a tar file as a SOURCE for RPM package. The structure is like below.
[Code]...
I simply want that the war file from sources is transferred to the web app of my tomcat server through RPM. I try to package it as an RPM, but its always giving me errors in %build stage. When I try to remove %build from stage from the spec file, then it says command missing.
My system details are:
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 1
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"
when I try to install a package, I've the message The following packages have unmet dependencies:package-xy: Depends:lib-something (>= version_number) which is a virtual package.
View 14 Replies View RelatedI am following this guide to installing eclipse via terminal command-line on Linux. However, this seems to be happening lately with all the packages I try to install..I checked the Synaptic Package Manager and reloaded and rebooted the computer, but to no avail.
View 5 Replies View RelatedI have a problem when installing this package through synaptic package manager. this is :
libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.
Am I the only one who gets this on gnome everytime I start up package manager or package finder in 11.3?
System management is locked by the application with pid 6890 (/usr/sbin/packagekitd)
I literally have to kill -9 pid everytime I run it. What is going on here?
Is there a way to determine which libraries a package needs before installing the package itself?
View 2 Replies View RelatedI just finished installing a dual boot XP/Ubuntu 10.04 LTS for desktop about half an hour ago, and it's my first experience with a Linux OS. Now that my *complete idiot noob* flag is flying, I have an error I think I need to report:An error occurs with the Package Manager, I get this message when I try to run it, and when Ubuntu boots:
E: Encountered a Package with no Package: header
E: Problem with MergeList /var/lib/apt/lists/
us.archive.ubuntu.com_ubuntu_dists_lucid_restricte d_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
This usually means that your installed packages have unmet dependencies I tried to download and install Chrome, and it came up with a similar error.
Is my install corrupt/incomplete or something? My setup is a P4 2.4Ghz, 512Mb RAM, onboard graphics, wireless internet and the HDD is 40GB, split into 2 partitions, and my Ubuntu Partition is 10 GB. I'm running Ubuntu 10.04 LTS distribution, and the other OS is Windows XP Professional SP3.I installed Ubuntu by using the Wubi installer.
I want to install CmapTools in my desktop, which runs v.10.04. I have downloaded the .bin file from their site.Is there a way to install it using Synaptic Package Manager?
View 2 Replies View RelatedI originally attempted to compile and install xmonad package by package, and the end result was this:
Code:
$ xmonad /home/adx/.xmonad/xmonad-x86_64-linux: executeFile: does not exist (No such file or directory)
X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Serial number of failed request: 7 Current serial number in output stream: 8 I figured I left out a flag on the make file or something, so I tried the slackbuild packages next; however, the same error was present at launch.
I was building yesterday the boost-1.45.0 RPM package for CentOS 5.5.
View 3 Replies View RelatedI recently bought an host to have a personal website and would like to create a bash script to create make a mirror copy of it and then add it to crontab to run once a week. Essentially what I want to do is to get the website by using wget -m ftp://user***@ftp.host/mydir
Once this is done I'd like to have everything in an archive called mysite.date.tar.7z I've no experience at all of bash scripting but I guess this should be an easy task? How to make the user and password not visible ? Is there any other option better than wget? (maybe rsync it works better?)
When using the gparted option to create a new partition table does this automatically create a new mbr?
View 1 Replies View Related