比如需要将文件保存到 /opt/wgetFiles路径下(根据实际情况决定)
可以通过命令 wget -P /opt/wgetFiles https://example.com/exampleFile.repo(根据实际情况决定)
wget -P 【文件保存路径】 【文件下载地址】
下载后即可保存文件在指定位置