Hello there!
When I issue the
wget percona.com/get/percona-toolkit.rpm
command in a terminal session, then attempt to either yum localinstall it or rpm -ivh it the package managers fail to install the tools.
yum localinstall percona-toolkit-2.1.3-1.noarch.rpm
yum says "Cannot open: percona-toolkit-2.1.3-1.noarch.rpm. Skipping."
rpm -ivh percona-toolkit-2.1.3-1.noarch.rpm
rpm says "error: percona-toolkit-2.1.3-1.noarch.rpm: not an rpm package (or package manifest):"
When I look at the file with nano, I see that the headers look like a web page or something similar:
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.$
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns
g="http://ogp.me/ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:sioct="http://rdfs.org/sioc/types#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
Is this normal? Am I missing something here?
Thanks!
/David C.
When I issue the
wget percona.com/get/percona-toolkit.rpm
command in a terminal session, then attempt to either yum localinstall it or rpm -ivh it the package managers fail to install the tools.
yum localinstall percona-toolkit-2.1.3-1.noarch.rpm
yum says "Cannot open: percona-toolkit-2.1.3-1.noarch.rpm. Skipping."
rpm -ivh percona-toolkit-2.1.3-1.noarch.rpm
rpm says "error: percona-toolkit-2.1.3-1.noarch.rpm: not an rpm package (or package manifest):"
When I look at the file with nano, I see that the headers look like a web page or something similar:
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.$
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns
g="http://ogp.me/ns#"xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:sioct="http://rdfs.org/sioc/types#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
Is this normal? Am I missing something here?
Thanks!
/David C.
Comment