Mailinglist Archive: opensuse (3785 mails)
| < Previous | Next > |
Re: [SLE] completion of my list of installed programs
- From: pinto <pinto45@xxxxxxxxxxxxxxx>
- Date: Thu, 30 Oct 2003 12:04:20 +0000
- Message-id: <200310301204.20315.pinto45@xxxxxxxxxxxxxxx>
On Thursday 30 October 2003 11:54, Constant Brouerius van Nidek wrote:
> Going to my trusted Yast I found that the program is not
> mentioned in the list of installed programs. What did I
> forgot after the compilation?
________________________
Probably, if, after compiling and <make install>, one uses
the progrom <checkinstall> instead if make install,
the checkinstall is capable of making an RPM which will then show up
as "installed" when giving the instruction at the command prompt :-
rpm -qa
If you want a text file listing all installed programs, then :-
rpm -qa > installed.txt
should produce what you want.
........................
My own experience [ once] failed, as 'checkinstall' needs path to
'source' and I could not find out what will satisfy this requirement :)
--
best wishes
____________
sent on Linux
____________
> Going to my trusted Yast I found that the program is not
> mentioned in the list of installed programs. What did I
> forgot after the compilation?
________________________
Probably, if, after compiling and <make install>, one uses
the progrom <checkinstall> instead if make install,
the checkinstall is capable of making an RPM which will then show up
as "installed" when giving the instruction at the command prompt :-
rpm -qa
If you want a text file listing all installed programs, then :-
rpm -qa > installed.txt
should produce what you want.
........................
My own experience [ once] failed, as 'checkinstall' needs path to
'source' and I could not find out what will satisfy this requirement :)
--
best wishes
____________
sent on Linux
____________
| < Previous | Next > |