Sponsored Content
Operating Systems Linux Red Hat How to create an rpm from installed files? Post 302890211 by Ironchunk on Tuesday 25th of February 2014 05:24:13 PM
Old 02-25-2014
You need a Tarball and a Spec-File to do a rpmbuild-command. That should build you a rpm-package.

Greets
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check if rpm is installed

Hi all im hoping someone can help, i want to check if a rpm package is installed, if it is then display one text if not then another text, below is what i have got so far, im am very much a noob at this, as you can probably can see so if possible make it simple, and a big thankyou if you can help... (3 Replies)
Discussion started by: dave123
3 Replies

2. Linux

RPM used to installed to get a partcular command

Hi, I have a query in linux and please find the details of it I have a command in linux and i want to know which rpm has provided that command. ie: if we take ifconfig command ,i want to know what is the rpm package used to get that command. Regards Arun.Kakarla (3 Replies)
Discussion started by: Arun.Kakarla
3 Replies

3. Red Hat

If I want to create such Installer (Not RPM)

Hi All, I had created a installer (RPM), but later I came across that Netbeans (netbeans-6.9-ml-linux), Flex Builder Linux Alpha (flexbuilder_linux_install_a4_081408.bin) and JDK (jdk-6u20-linux-i586-rpm.bin) dont provide any RPM but they provide a huge binary executable shell script. My... (0 Replies)
Discussion started by: jw_amp
0 Replies

4. Shell Programming and Scripting

How to make RPM not write to RPM database if RPM fails to deploy?

How to make RPM not write to RPM database if RPM fails to deploy? IE I create an rpm spec file that contains the following if then exit 1 fi My rpm will fail at deployment, but if I do rpm -qa , I can see the rpm in the rpm db (3 Replies)
Discussion started by: 3junior
3 Replies

5. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

6. UNIX for Dummies Questions & Answers

How to create rpm from tar.gz?

I m planning to use puppet to implement organizational linux hardening policies across the linux servers. To begin with i have downloaded. puppet-2.7.1.tar.gz and tried some basic configuration to get start with puppet. Now i want to roll out the puppet but before that i would like to make... (7 Replies)
Discussion started by: pinga123
7 Replies

7. Red Hat

How to create RPM in RHEL5

I would like to package my developed application and deploy it using RPM to my users. Understand that RHEL5 has the following directories created: /usr/src/redhat/BUILD /usr/src/redhat/RPMS /usr/src/redhat/SOURCES /usr/src/redhat/SPECS /usr/src/redhat/SRPMS Using KDevelop as my... (0 Replies)
Discussion started by: tanlccc
0 Replies

8. Programming

How to create RPM in RHEL5

I would like to package my developed application and deploy it using RPM to my users. Understand that RHEL5 has the following directories created: /usr/src/redhat/BUILD /usr/src/redhat/RPMS /usr/src/redhat/SOURCES /usr/src/redhat/SPECS /usr/src/redhat/SRPMS Using KDevelop as my... (0 Replies)
Discussion started by: tanlccc
0 Replies

9. UNIX for Dummies Questions & Answers

How to create rpm?

I m referring below article for creating rpm. Installation and Setup Rpmbuild Tutorial As per the document i will need rpmdevtools and rpmlint to begin with. However i have yum installed and whenever i run them i get below output. # yum install rpmdevtools rpmlint Setting up Install Process... (0 Replies)
Discussion started by: pinga123
0 Replies

10. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies
widget(n)							Megawidget package							 widget(n)

__________________________________________________________________________________________________________________________________________________

NAME
widget - Megawidget package SYNOPSIS
package require Tcl 8.4 package require Tk 8.4 package require widget ?3.0? package require snit widget::validate as ?options? widget::calendar pathname ?options? widget::dateentry pathname ?options? widget::dialog pathname ?options? widget::menuentry pathname ?options? widget::panelframe pathname ?options? widget::ruler pathname ?options? widget::screenruler pathname ?options? widget::scrolledwindow pathname ?options? widget::statusbar pathname ?options? widget::superframe pathname ?options? widget::toolbar pathname ?options? _________________________________________________________________ DESCRIPTION
This package provides megawidgets based on the snit oo system (snidgets). It makes use of the Tile/Ttk themed widget set. widget::validate as ?options? commands: WIDGETS
widget::calendar pathname ?options? options: widget::dateentry pathname ?options? options: widget::dialog pathname ?options? options: widget::menuentry pathname ?options? options: widget::panelframe pathname ?options? options: widget::ruler pathname ?options? options: widget::screenruler pathname ?options? options: widget::scrolledwindow pathname ?options? options: widget::statusbar pathname ?options? options: widget::superframe pathname ?options? options: widget::toolbar pathname ?options? options: EXAMPLE
package require widget::superframe ; # or widget::all pack [widget::superframe .f -type separator -text "SuperFrame:"] KEYWORDS
megawidget, snit, widget widget 3.0 widget(n)
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy