- Code: Select all
urpmq -i kernel-source-latest
urpmq -i kernel-source-latest
rpm -qa | grep kernel-source
doktor5000 wrote:Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks
jkerr82508 wrote:
- Code: Select all
rpm -qa | grep kernel-source
Will list any installed packages whose names include "kernel-source". If there are none it simply returns to the prompt.
As a general rule use urpmq to query the available packages in the repositories (both installed and not installed).
Use "rpm -q" to query the database of installed packages (which may or may not be in the repositories).
urpmq -Y readline | tee >(grep --color=always -f - <(rpm -qa))
th3l0nius wrote:doktor5000 wrote:Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks
Sorry, but [SOLVED] doesn't fit in the subject line field.
Users browsing this forum: No registered users and 1 guest