Re: how to add packages that are not in the repo?

2015-06-02 Thread Mark Stodola
That is a source rpm.  It contains the source files and settings to 
build the binary packages for a target system.  Installing it would give 
you the files necessary to run it through rpmbuild.  You would then need 
to install the resulting package, assuming you have all of the required 
libraries and development tools needed for a successful build.  Many 
people use a tool called mock to help accomplish this.


On 06/02/2015 12:35 PM, t...@telekon.org wrote:

this version is independent,
http://pkgs.repoforge.org/kaffeine/kaffeine-0.8.7-1.rf.src.rpm

can it be installed with yumex? or should i use one of these,

su yum localinstall kaffeine-0.8.7-1.rf.src.rpm

yum install kaffeine-0.8.7-1.rf.src.rpm

su -c 'yum -y install kaffeine-0.8.7-1.rf.src.rpm'

(i'm about ready to give up)

--- Original Message ---
From: Mark Stodola stod...@pelletron.com
To: scientific-linux-users@fnal.gov scientific-linux-users@fnal.gov
Subject: Re: how to add packages that are not in the repo?
Date: Tue, 2 Jun 2015

On 06/02/2015 11:01 AM, Tini wrote:

can you make a repo install the version that you want,
instead of the latest version?

i want this: http://pkgs.repoforge.org/kaffeine/ (ver. 0.8)

but instead i keep getting version 1.0

-Tini


If you look carefully at that repo, you will notice that 0.8 is for EL 5
and below. If you are getting 1.1, I am guessing you are on EL 6.

There are ways to specify versions/roll back, but in this case I don't
think it is a good idea to mix packages like that.

If you are feeling adventurous you could try it I guess.
Just include the full release info in the package name I think.
kaffeine-0.8.7-1.el5.rf.x86_64

Alternately, you can just download by hand and toss it in with yum or
rpm. If you have automated yum updates, it will get caught and upgraded
unless you exclude/blacklist it.



Re: how to add packages that are not in the repo?

2015-06-02 Thread Paul Robert Marino
by the way for future reference yum provides */kalarm would have
told you if it was in a package with a different name than you expect.
also I always check rpm.pbone.net its very useful for finding rpm's in
3rd party repos.

On Tue, Jun 2, 2015 at 2:42 PM, Mark Stodola stod...@pelletron.com wrote:
 That is a source rpm.  It contains the source files and settings to build
 the binary packages for a target system.  Installing it would give you the
 files necessary to run it through rpmbuild.  You would then need to install
 the resulting package, assuming you have all of the required libraries and
 development tools needed for a successful build.  Many people use a tool
 called mock to help accomplish this.


 On 06/02/2015 12:35 PM, t...@telekon.org wrote:

 this version is independent,
 http://pkgs.repoforge.org/kaffeine/kaffeine-0.8.7-1.rf.src.rpm

 can it be installed with yumex? or should i use one of these,

 su yum localinstall kaffeine-0.8.7-1.rf.src.rpm

 yum install kaffeine-0.8.7-1.rf.src.rpm

 su -c 'yum -y install kaffeine-0.8.7-1.rf.src.rpm'

 (i'm about ready to give up)

 --- Original Message ---
 From: Mark Stodola stod...@pelletron.com
 To: scientific-linux-users@fnal.gov scientific-linux-users@fnal.gov
 Subject: Re: how to add packages that are not in the repo?
 Date: Tue, 2 Jun 2015

 On 06/02/2015 11:01 AM, Tini wrote:

 can you make a repo install the version that you want,
 instead of the latest version?

 i want this: http://pkgs.repoforge.org/kaffeine/ (ver. 0.8)

 but instead i keep getting version 1.0

 -Tini


 If you look carefully at that repo, you will notice that 0.8 is for EL 5
 and below. If you are getting 1.1, I am guessing you are on EL 6.

 There are ways to specify versions/roll back, but in this case I don't
 think it is a good idea to mix packages like that.

 If you are feeling adventurous you could try it I guess.
 Just include the full release info in the package name I think.
 kaffeine-0.8.7-1.el5.rf.x86_64

 Alternately, you can just download by hand and toss it in with yum or
 rpm. If you have automated yum updates, it will get caught and upgraded
 unless you exclude/blacklist it.




Re: how to add packages that are not in the repo?

2015-06-02 Thread Tini
can you make a repo install the version that you want,
instead of the latest version?

i want this: http://pkgs.repoforge.org/kaffeine/ (ver. 0.8)

but instead i keep getting version 1.0

-Tini 


Re: how to add packages that are not in the repo?

2015-06-02 Thread Mark Stodola

On 06/02/2015 11:01 AM, Tini wrote:

can you make a repo install the version that you want,
instead of the latest version?

i want this: http://pkgs.repoforge.org/kaffeine/ (ver. 0.8)

but instead i keep getting version 1.0

-Tini



If you look carefully at that repo, you will notice that 0.8 is for EL 5 
and below.  If you are getting 1.1, I am guessing you are on EL 6. 
There are ways to specify versions/roll back, but in this case I don't 
think it is a good idea to mix packages like that.


If you are feeling adventurous you could try it I guess.  Just include 
the full release info in the package name I think.

kaffeine-0.8.7-1.el5.rf.x86_64

Alternately, you can just download by hand and toss it in with yum or 
rpm.  If you have automated yum updates, it will get caught and upgraded 
unless you exclude/blacklist it.


Re: how to add packages that are not in the repo?

2015-06-02 Thread trin
this version is independent, 
http://pkgs.repoforge.org/kaffeine/kaffeine-0.8.7-1.rf.src.rpm 

can it be installed with yumex? or should i use one of these,

su yum localinstall kaffeine-0.8.7-1.rf.src.rpm

yum install kaffeine-0.8.7-1.rf.src.rpm

su -c 'yum -y install kaffeine-0.8.7-1.rf.src.rpm'

(i'm about ready to give up)

--- Original Message ---
From: Mark Stodola stod...@pelletron.com
To: scientific-linux-users@fnal.gov scientific-linux-users@fnal.gov
Subject: Re: how to add packages that are not in the repo?
Date: Tue, 2 Jun 2015

On 06/02/2015 11:01 AM, Tini wrote:
 can you make a repo install the version that you want,
 instead of the latest version?

 i want this: http://pkgs.repoforge.org/kaffeine/ (ver. 0.8)

 but instead i keep getting version 1.0

 -Tini

If you look carefully at that repo, you will notice that 0.8 is for EL 5 
and below. If you are getting 1.1, I am guessing you are on EL 6. 

There are ways to specify versions/roll back, but in this case I don't 
think it is a good idea to mix packages like that.

If you are feeling adventurous you could try it I guess. 
Just include the full release info in the package name I think. 
kaffeine-0.8.7-1.el5.rf.x86_64

Alternately, you can just download by hand and toss it in with yum or 
rpm. If you have automated yum updates, it will get caught and upgraded
unless you exclude/blacklist it.


Re: how to add packages that are not in the repo?

2015-06-01 Thread Lamar Owen

On 05/30/2015 06:26 PM, Tini wrote:

i want to get 'mplayer' and the 'smplayer' front end but they
are not in EPEL. so i'll either have to find a repo that has them
or i will have to get them from an outside source.


The Nux Dextop repo has them.  See li.nux.ro for details.


Re: how to add packages that are not in the repo?

2015-05-31 Thread Charles Lane
A couple of resources that can help track down
packages that aren't part of your standard 
distribution:  rpm.pbone.net
and rpmfind.net. 

There's a certain amount of interoperability
between SL RHEL Fedora and Centos (plus some
others that are less popular), so you don't have
to stick 100% with SL packages. 
-- 
 Drexel University\V   --Chuck Lane
==]---*--[===
 (215) 895-1545   / \_/*~  Particle Physics
FAX: (215) 895-1281  l...@duphy4.physics.drexel.edu


RE: Calender apps (was :how to add packages that are not in the repo?)

2015-05-31 Thread Fait, James F.
There are probably a dozen answers to this.  If you have access to gmail/google 
Calender, it works extremely well, integrating with most smart-phones, etc. It 
is web based, which may or may not be an issue for you.  Also, look at Zimbra 
Desktop, or for that matter, the open source Zimbra if you want it for more 
than yourself.  Another option is Thunderbird, which has a calender and task 
list built in as well.  I have run into all of these first as mail clients, but 
I have always used the calenders as well.  I am currently using Google and 
Zimbra Desktop both, one for home and one for work.  Admittedly, these are not 
Linux specific, but it should at least give you something to use while you find 
what you want.

Jim

James Fait, Ph.D
Senior Beamline Scientist
SER-CAT, APS
Argonne National Laboratory
Building 436B-008
9700 S. Cass Ave.
Argonne, IL 60439


From: owner-scientific-linux-us...@listserv.fnal.gov 
[owner-scientific-linux-us...@listserv.fnal.gov] on behalf of Tini 
[t...@telekon.org]
Sent: Friday, May 29, 2015 7:21 PM
To: prmari...@gmail.com; ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

is there a good reminder app in the repo? i need something that can give
daily, monthly, or weekly popups telling me to do something.

for example, on a certain date in the future call somebody about
something.

i tried a program called 'calendar' but it didn't seem to install
correctly.

Tini

--- Original Message ---
From: prmari...@gmail.com
To: Tini t...@telekon.org, ToddAndMargo toddandma...@zoho.com,
SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015 19:59:16 -0400

You can also do yum install /path/to.rpm
If you use the rpm command directly yum complains about it, butt it's no
big deal if it does.

Sent from my BlackBerry 10 smartphone.
  Original Message
From: Tini
Sent: Friday, May 29, 2015 19:27
To: ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

thnx for the help!

there are a handful of apps that i want to install but i can't find
them in the repos. some of them are older files that are no longer
supported. i want them because the newer versions don't work as
well.

Tini

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:
 how can i add packages that aren't in the repo?

Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T


Re: Calender apps (was :how to add packages that are not in the repo?)

2015-05-31 Thread Tini
i found 'kalarm' in the repo, it's under 'kdepim'

thnx!

--- Original Message ---
From: Fait, James F. f...@anl.gov
To: Tini t...@telekon.org, scientific-linux-users@fnal.gov
scientific-linux-users@fnal.gov
Subject: RE: Calender apps (was :how to add packages that are not in the
repo?)
Date: Sun, 31 May 2015

There are probably a dozen answers to this.  If you have access to
gmail/google Calender, it works extremely well, integrating with most
smart-phones, etc. It is web based, which may or may not be an issue for
you.  Also, look at Zimbra Desktop, or for that matter, the open source
Zimbra if you want it for more than yourself.  Another option is
Thunderbird, which has a calender and task list built in as well.  I
have run into all of these first as mail clients, but I have always used
the calenders as well.  I am currently using Google and Zimbra Desktop
both, one for home and one for work.  Admittedly, these are not Linux
specific, but it should at least give you something to use while you
find what you want.

Jim

James Fait, Ph.D
Senior Beamline Scientist
SER-CAT, APS
Argonne National Laboratory
Building 436B-008
9700 S. Cass Ave.
Argonne, IL 60439


From: owner-scientific-linux-us...@listserv.fnal.gov
[owner-scientific-linux-us...@listserv.fnal.gov] on behalf of Tini
[t...@telekon.org]
Sent: Friday, May 29, 2015 7:21 PM
To: prmari...@gmail.com; ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

is there a good reminder app in the repo? i need something that can give
daily, monthly, or weekly popups telling me to do something.

for example, on a certain date in the future call somebody about
something.

i tried a program called 'calendar' but it didn't seem to install
correctly.

Tini

--- Original Message ---
From: prmari...@gmail.com
To: Tini t...@telekon.org, ToddAndMargo toddandma...@zoho.com,
SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015 19:59:16 -0400

You can also do yum install /path/to.rpm
If you use the rpm command directly yum complains about it, butt it's no
big deal if it does.

Sent from my BlackBerry 10 smartphone.
  Original Message
From: Tini
Sent: Friday, May 29, 2015 19:27
To: ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

thnx for the help!

there are a handful of apps that i want to install but i can't find
them in the repos. some of them are older files that are no longer
supported. i want them because the newer versions don't work as
well.

Tini

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:
 how can i add packages that aren't in the repo?

Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T


Re: how to add packages that are not in the repo?

2015-05-31 Thread Steven J. Yellin
If the rpm name ends with x86_64.rpm, it's for 64 bit.  So far as I 
know, everything else, such as i386.rpm, i586.rpm, i686.rpm, are for 
32 bit.


Steven Yellin

On Sat, 30 May 2015, Tini wrote:


i want to get 'mplayer' and the 'smplayer' front end but they
are not in EPEL. so i'll either have to find a repo that has them
or i will have to get them from an outside source.

it's in pkgs.org, does anyone know which one of these versions
is 32-bit? http://pkgs.org/download/mplayer

i am totally new to sl, that's why i'm asking about packages.



Re: how to add packages that are not in the repo?

2015-05-30 Thread trin
i'm having some luck getting the repos to work, 
but the code below returns errors: 

su -c 'yum -y install rpmfusion-release'  

DOES NOT WORK!


Re: how to add packages that are not in the repo?

2015-05-30 Thread Nico Kadel-Garcia
There are fascinating legal reasons that repositories like 'rpmfusion'
might not be in the Scientific Linux defaults, and certainly reasons
why it's not enabled in the upstream RHEL defaults. Checking the
public web pages about rpmfusin, the RPM are listed at
http://rpmfusion.org/Configuration

Once you've installed it once, it'll be available from then on on that system.

On Sat, May 30, 2015 at 9:17 PM,  t...@telekon.org wrote:
 i'm having some luck getting the repos to work,
 but the code below returns errors:

 su -c 'yum -y install rpmfusion-release'

 DOES NOT WORK!


Re: how to add packages that are not in the repo?

2015-05-30 Thread Tini
i want to get 'mplayer' and the 'smplayer' front end but they 
are not in EPEL. so i'll either have to find a repo that has them 
or i will have to get them from an outside source.
 
it's in pkgs.org, does anyone know which one of these versions 
is 32-bit? http://pkgs.org/download/mplayer

i am totally new to sl, that's why i'm asking about packages.


Re: how to add packages that are not in the repo?

2015-05-30 Thread trin
Thanx! :-D 

- Original message -
From: Nico Kadel-Garcia nka...@gmail.com
To: t...@telekon.org
Cc: SCIENTIFIC-LINUX-USERS@FNAL.GOV SCIENTIFIC-LINUX-USERS@fnal.gov
Subject: Re: how to add packages that are not in the repo?
Date: Sat, 30 May 2015 21:22:58 -0400

There are fascinating legal reasons that repositories like 'rpmfusion'
might not be in the Scientific Linux defaults, and certainly reasons
why it's not enabled in the upstream RHEL defaults. Checking the
public web pages about rpmfusin, the RPM are listed at
http://rpmfusion.org/Configuration

Once you've installed it once, it'll be available from then on
on that system.

On Sat, May 30, 2015 at 9:17 PM,  t...@telekon.org wrote:
 i'm having some luck getting the repos to work,
 but the code below returns errors:

 su -c 'yum -y install rpmfusion-release'

 DOES NOT WORK!


Re: how to add packages that are not in the repo?

2015-05-30 Thread David Sommerseth
On 30 May 2015 02:00:46 CEST, Tini t...@telekon.org wrote:
i forgot to ask, how do i get around the 'file dependency' problem? 
should i just add all of the libraries? :-D 


As others have suggested, using 'yum localinstall' is the preferred approach, 
for two reasons. First of all that the dependencies are taken care of - or it 
will tell you which dependencies can't be found, and that yum will not complain 
about rpm having been used outside of yum.

If you want to add these external packages to more machines, it may be more 
convenient to create your own repository server.  All you need is a web server 
where you can upload all your own packages and run createrepo in that 
directory. Then you add your own repo file in /etc/yum.repos.d with the baseurl 
variable pointing to your own server and path to your packages. Once that is in 
place, yum install will do the rest.  The advantage here is that when you 
upload updated packages to your web server and run createrepo again, all your 
boxes gets updated automatically next time the yum update job runs (unless 
you've disabled the auto update, then running 'yum update' or the gnome/kde 
update applet will do the job).

--
kind regards,

David Sommerseth


Re: how to add packages that are not in the repo?

2015-05-30 Thread Tini
i installed 'osmo' but it only gives audio beeps. how do i get a popup
alert? would it be possible to install 'kalarm' on SL 6? or does it only 
run on kde? 

- tini

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: Tini t...@telekon.org, prmari...@gmail.com,
SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 05:21 PM, Tini wrote:
 is there a good reminder app in the repo? i need something that can give
 daily, monthly, or weekly popups telling me to do something.

 for example, on a certain date in the future call somebody about
 something.

 i tried a program called 'calendar' but it didn't seem to install
 correctly.

 Tini

Hi Tini,

For a simple calendar/task/contact manager, I adore Osmo.

I got mine from pbone.net

-T


Re: how to add packages that are not in the repo?

2015-05-30 Thread Tini
thnx! i will do that. 
 
just to save time and trouble, which repo has kde? 
 
- tini 
 
--- Original Message --- 
From: Ben Waugh b.wa...@ucl.ac.uk 
To: Tini t...@telekon.org, ToddAndMargo toddandma...@zoho.com 
Cc: SCIENTIFIC-LINUX-USERS@FNAL.GOV 
Subject: Re: how to add packages that are not in the repo? 
Date: Sat, 30 May 2015 
 
I use kalarm on SL6 and Fedora 21 with no problems. It needs KDE 
installed, but you don't have to use it as your window manager. 
 
Ben 
 
On 30/05/15, Tini wrote:
 i installed 'osmo' but it only gives audio beeps. how do i get a popup
 alert? would it be possible to install 'kalarm' on SL 6? or does it only
 run on kde?

 - tini


Re: how to add packages that are not in the repo?

2015-05-29 Thread Bluejay Adametz
 i forgot to ask, how do i get around the 'file dependency' problem?

Using yum instead of rpm _may_ resolve the dependencies, if the
required packages are part of existing repos. If that doesn't work,
you can try searching pbone.net for packages that may resolve the
issues.

 - Bluejay Adametz, CFII, AP, AA-5B, http://wildcorvid.org

Stopping at third base adds no more to the score
than striking out. - E. Joseph Cossman

-- 
NOTICE: This message, including any attachments, is only for the use of the 
intended recipient(s) and may contain confidential and privileged 
information, or information otherwise protected from disclosure by law.  If 
the reader of this message is not the intended recipient, you are hereby 
notified that any use, disclosure, copying, dissemination or distribution 
of this message or any of its attachments is strictly prohibited.  If you 
received this message in error, please contact the sender immediately by 
reply email and destroy this message, including all attachments, and any 
copies thereof. 


Re: how to add packages that are not in the repo?

2015-05-29 Thread ToddAndMargo

On 05/29/2015 02:31 PM, t...@telekon.org wrote:

how can i add packages that aren't in the repo?



Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
rpm -ivh package.rpm


If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T

--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: how to add packages that are not in the repo?

2015-05-29 Thread Tini
i forgot to ask, how do i get around the 'file dependency' problem? 
should i just add all of the libraries? :-D 

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:
 how can i add packages that aren't in the repo?

Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
 rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T


Re: how to add packages that are not in the repo?

2015-05-29 Thread Tini
thnx for the help! 

there are a handful of apps that i want to install but i can't find 
them in the repos. some of them are older files that are no longer
supported. i want them because the newer versions don't work as
well.

Tini

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:
 how can i add packages that aren't in the repo?

Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
 rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T


Re: how to add packages that are not in the repo?

2015-05-29 Thread prmarino1
Put them all in the same directory and yum should figure it out. If not then I 
think there was an option ‎called --assist or --aid for the rpm command which 
will do it but it's been a while.

Also remember to check /etc/cron.daily there is a yum autoupdate package that 
installs by default on 6 and bellow that runs a cronjob to run yum update -y 
every day you will want to either disable it or install the yum blacklist 
extension rpm‎ and configure it to prevent it from updating those packages.

Sent from my BlackBerry 10 smartphone.
  Original Message  
From: Tini
Sent: Friday, May 29, 2015 20:00
To: ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

i forgot to ask, how do i get around the 'file dependency' problem? 
should i just add all of the libraries? :-D 

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:
 how can i add packages that aren't in the repo?

Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T


Re: how to add packages that are not in the repo?

2015-05-29 Thread ToddAndMargo

On 05/29/2015 05:42 PM, ToddAndMargo wrote:

On 05/29/2015 05:21 PM, Tini wrote:

is there a good reminder app in the repo? i need something that can give
daily, monthly, or weekly popups telling me to do something.

for example, on a certain date in the future call somebody about
something.

i tried a program called 'calendar' but it didn't seem to install
correctly.

Tini

--- Original Message ---
From: prmari...@gmail.com
To: Tini t...@telekon.org, ToddAndMargo toddandma...@zoho.com,
SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015 19:59:16 -0400

You can also do yum install /path/to.rpm
If you use the rpm command directly yum complains about it, butt it's no
big deal if it does.

Sent from my BlackBerry 10 smartphone.
   Original Message
From: Tini
Sent: Friday, May 29, 2015 19:27
To: ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

thnx for the help!

there are a handful of apps that i want to install but i can't find
them in the repos. some of them are older files that are no longer
supported. i want them because the newer versions don't work as
well.

Tini

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:

how can i add packages that aren't in the repo?


Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T




Hi Tini,

For a simple calendar/task/contact manager, I adore Osmo.

I got mine from pbone.net


http://rpm.pbone.net/index.php3/stat/4/idpl/29080566/dir/redhat_el_7/com/osmo-0.2.12-0.6.svn924.el7.nux.1.x86_64.rpm.html

http://rpm.pbone.net/index.php3/stat/4/idpl/20303695/dir/redhat_el_6/com/osmo-0.2.12-0.2.svn924.el6.nux.x86_64.rpm.html





-T





--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: how to add packages that are not in the repo?

2015-05-29 Thread Tini
is there a good reminder app in the repo? i need something that can give
daily, monthly, or weekly popups telling me to do something. 

for example, on a certain date in the future call somebody about
something. 

i tried a program called 'calendar' but it didn't seem to install
correctly.

Tini 

--- Original Message ---
From: prmari...@gmail.com
To: Tini t...@telekon.org, ToddAndMargo toddandma...@zoho.com,
SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015 19:59:16 -0400

You can also do yum install /path/to.rpm
If you use the rpm command directly yum complains about it, butt it's no
big deal if it does.

Sent from my BlackBerry 10 smartphone.
  Original Message  
From: Tini
Sent: Friday, May 29, 2015 19:27
To: ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

thnx for the help! 

there are a handful of apps that i want to install but i can't find 
them in the repos. some of them are older files that are no longer
supported. i want them because the newer versions don't work as
well.

Tini

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:
 how can i add packages that aren't in the repo?

Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T


Re: how to add packages that are not in the repo?

2015-05-29 Thread ToddAndMargo

On 05/29/2015 05:21 PM, Tini wrote:

is there a good reminder app in the repo? i need something that can give
daily, monthly, or weekly popups telling me to do something.

for example, on a certain date in the future call somebody about
something.

i tried a program called 'calendar' but it didn't seem to install
correctly.

Tini

--- Original Message ---
From: prmari...@gmail.com
To: Tini t...@telekon.org, ToddAndMargo toddandma...@zoho.com,
SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015 19:59:16 -0400

You can also do yum install /path/to.rpm
If you use the rpm command directly yum complains about it, butt it's no
big deal if it does.

Sent from my BlackBerry 10 smartphone.
   Original Message
From: Tini
Sent: Friday, May 29, 2015 19:27
To: ToddAndMargo; SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?

thnx for the help!

there are a handful of apps that i want to install but i can't find
them in the repos. some of them are older files that are no longer
supported. i want them because the newer versions don't work as
well.

Tini

--- Original Message ---
From: ToddAndMargo toddandma...@zoho.com
To: t...@telekon.org, SCIENTIFIC-LINUX-USERS@FNAL.GOV
Subject: Re: how to add packages that are not in the repo?
Date: Fri, 29 May 2015

On 05/29/2015 02:31 PM, t...@telekon.org wrote:

how can i add packages that aren't in the repo?


Hi Trin,

Go to pbone.net, find the package (rpm) you want to install.

Download the package.

switch to root and install the package
rpm -ivh package.rpm

If you can't find the package for SL on phone, then it
gets interesting.

What did you have in mind?

-T




Hi Tini,

For a simple calendar/task/contact manager, I adore Osmo.

I got mine from pbone.net


-T


--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: how to add packages that are not in the repo?

2015-05-29 Thread ToddAndMargo

On 05/29/2015 05:08 PM, Bluejay Adametz wrote:

try searching pbone.net


On the bottom the packages download page, it will tell you
what they are.

yum install package will try its best to resolve
them for you, as Bluejay stated



--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: how to add packages that are not in the repo?

2015-05-29 Thread ToddAndMargo

On 05/29/2015 05:44 PM, ToddAndMargo wrote:

On 05/29/2015 05:08 PM, Bluejay Adametz wrote:

try searching pbone.net


On the bottom the packages download page, it will tell you
what they are.

yum install package will try its best to resolve
them for you, as Bluejay stated


If you have downloaded the file,

yum localinstall package


how to add packages that are not in the repo?

2015-05-29 Thread trin
how can i add packages that aren't in the repo?