Where is a good place to post my Sl7 wine32 notes?

2015-05-30 Thread ToddAndMargo

Hi All,

My SL7, wine 32 notes finally proofread.

I am having trouble figuring out how to add something to Wine's
WIKI.

Is there a better place to post it?

Many thanks,
-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-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: Where is a good place to post my Sl7 wine32 notes?

2015-05-30 Thread Nico Kadel-Garcia
On Sat, May 30, 2015 at 2:52 PM, ToddAndMargo toddandma...@zoho.com wrote:
 Hi All,

 My SL7, wine 32 notes finally proofread.

 I am having trouble figuring out how to add something to Wine's
 WIKI.

 Is there a better place to post it?

 Many thanks,
 -T

I'm glancing at the EPEL site, and don't see good notes on how to get
a git clone trivially. But since it's a Fedora published RPM, and they
have a WIKI at https://apps.fedoraproject.org/packages/wine/bugs,
perhaps you could post your notes there?

If you post them there, I might be able to find a few cycles to help
wrap it into an SRPM building toolkit, somewhat like I do for
Subversion and Samba and LWP over at github.


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: Where is a good place to post my Sl7 wine32 notes?

2015-05-30 Thread Serguei Mokhov
On Sat, May 30, 2015 at 2:52 PM, ToddAndMargo toddandma...@zoho.com wrote:
 Hi All,

 My SL7, wine 32 notes finally proofread.

 I am having trouble figuring out how to add something to Wine's
 WIKI.

 Is there a better place to post it?

This mailing list?

Though perhaps you can also post it on places like GitHub such that
later an RPM spec file can be contributed by yourself or others who
have cycles to do it, next to the notes. Then the spec/notes can be
maintained there and have a more permanent visibility with revision
history. Just a thought.

-- 
Serguei Mokhov
http://www.cs.concordia.ca/~mokhov
http://marf.sf.net | http://sf.net/projects/marf


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