Could someone explain this?
# zypper se aria2
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------+-----------------------------------------------------+--------
i+ | aria2 | Parallelizing Multi-Protocol Utility for Download-> | package
| aria2-devel | Devel files for aria2 | package
i | aria2-lang | Languages for package aria2 | package
i | libaria2-0 | Shared library for aria2 | package
# aria2
If 'aria2' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf aria2
# cnf aria2
aria2: command not found
Thanks.
ionmich:
Could someone explain this?
# zypper se aria2
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------+-----------------------------------------------------+--------
i+ | aria2 | Parallelizing Multi-Protocol Utility for Download-> | package
| aria2-devel | Devel files for aria2 | package
i | aria2-lang | Languages for package aria2 | package
i | libaria2-0 | Shared library for aria2 | package
# aria2
If 'aria2' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf aria2
# cnf aria2
aria2: command not found
Thanks.
It wants “aria2c” to run from the console. Sorry for bothering.
ionmich:
Could someone explain this?
# zypper se aria2
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------+-----------------------------------------------------+--------
i+ | aria2 | Parallelizing Multi-Protocol Utility for Download-> | package
| aria2-devel | Devel files for aria2 | package
i | aria2-lang | Languages for package aria2 | package
i | libaria2-0 | Shared library for aria2 | package
# aria2
If 'aria2' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf aria2
# cnf aria2
aria2: command not found
Thanks.
Hi
Use tab completion… aria<press tab key> it’s called aria2c
V_ido
July 27, 2017, 6:17pm
4
Search in Yast
The executable is aria2c
lol!Policy
ab
July 27, 2017, 6:51pm
5
Bleh… just query the package:
rpm -ql aria2
and to find a binary, look in a ‘bin’ directory:
rpm -ql aria2 | grep bin
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below.
If you want to send me a private message, please let me know in the
forum as I do not use the web interface often.