How query custom installed rpm package
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
How query custom installed rpm package
Generally if i need to query rpm based package I use following commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
All above mentioned commands work very well with all the installed packages, but problem raised when I have installed package in custom location using following commands
rpm âÂÂprefix=/opt -ivh package
rpm -relocate=/opt -ivh package
So when I used above mentioned commands package got installed properly but I was not able to use following rpm query commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
Is there a way I can query custom installed rpm package
linux bash rhel yum rpm
New contributor
add a comment |Â
up vote
0
down vote
favorite
How query custom installed rpm package
Generally if i need to query rpm based package I use following commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
All above mentioned commands work very well with all the installed packages, but problem raised when I have installed package in custom location using following commands
rpm âÂÂprefix=/opt -ivh package
rpm -relocate=/opt -ivh package
So when I used above mentioned commands package got installed properly but I was not able to use following rpm query commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
Is there a way I can query custom installed rpm package
linux bash rhel yum rpm
New contributor
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How query custom installed rpm package
Generally if i need to query rpm based package I use following commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
All above mentioned commands work very well with all the installed packages, but problem raised when I have installed package in custom location using following commands
rpm âÂÂprefix=/opt -ivh package
rpm -relocate=/opt -ivh package
So when I used above mentioned commands package got installed properly but I was not able to use following rpm query commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
Is there a way I can query custom installed rpm package
linux bash rhel yum rpm
New contributor
How query custom installed rpm package
Generally if i need to query rpm based package I use following commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
All above mentioned commands work very well with all the installed packages, but problem raised when I have installed package in custom location using following commands
rpm âÂÂprefix=/opt -ivh package
rpm -relocate=/opt -ivh package
So when I used above mentioned commands package got installed properly but I was not able to use following rpm query commands
rpm -qi package
rpm -ql package # to get installed binaries of package
rpm -qf path to binary # to get related package name of the path
Is there a way I can query custom installed rpm package
linux bash rhel yum rpm
linux bash rhel yum rpm
New contributor
New contributor
edited 7 mins ago
Rui F Ribeiro
37.3k1374118
37.3k1374118
New contributor
asked 9 mins ago
chaitanya gudur
112
112
New contributor
New contributor
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
chaitanya gudur is a new contributor. Be nice, and check out our Code of Conduct.
chaitanya gudur is a new contributor. Be nice, and check out our Code of Conduct.
chaitanya gudur is a new contributor. Be nice, and check out our Code of Conduct.
chaitanya gudur is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f477346%2fhow-query-custom-installed-rpm-package%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password