What is the fedora equivalent of libusb-1.0, libc6:i386, and lib32ncurses5?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm trying to play around with a STM32F407G microcontroller, and I've been following along this tutorial online.
The instructor of the course says that ubuntu users need to install the following packages: libusb-1.0
, libc6:i386
, and lib32ncurses5
.
However, I can't find them when I do dnf install
. I'm a bit new to fedora, and so I'm wondering whether there's an equivalent to these packages on fedora?
fedora dnf
 |Â
show 1 more comment
up vote
0
down vote
favorite
I'm trying to play around with a STM32F407G microcontroller, and I've been following along this tutorial online.
The instructor of the course says that ubuntu users need to install the following packages: libusb-1.0
, libc6:i386
, and lib32ncurses5
.
However, I can't find them when I do dnf install
. I'm a bit new to fedora, and so I'm wondering whether there's an equivalent to these packages on fedora?
fedora dnf
Why does he want you to install 32-bit libraries? Why does he want you to install these at all?
â Michael Hampton
May 7 at 22:24
If you attempt to install the libraries themselves then the correct packages will be found.
â Ignacio Vazquez-Abrams
May 7 at 22:34
@MichaelHampton To be honest, I'm very new to microcontrollers, so I'm not too sure. On windows, there was a download directly from the microcontroller vendor's site, but apparently on linux we don't need it other than the packages he had listed.
â gjvatsalya
May 8 at 3:11
@IgnacioVazquez-Abrams But which libraries do I need to install? I'm not sure I understand.
â gjvatsalya
May 8 at 3:12
So what is the next step? All of this is supposed to happen in some sort of context. Where is the tutorial? Where are the rest of the instructions?
â Michael Hampton
May 8 at 3:35
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to play around with a STM32F407G microcontroller, and I've been following along this tutorial online.
The instructor of the course says that ubuntu users need to install the following packages: libusb-1.0
, libc6:i386
, and lib32ncurses5
.
However, I can't find them when I do dnf install
. I'm a bit new to fedora, and so I'm wondering whether there's an equivalent to these packages on fedora?
fedora dnf
I'm trying to play around with a STM32F407G microcontroller, and I've been following along this tutorial online.
The instructor of the course says that ubuntu users need to install the following packages: libusb-1.0
, libc6:i386
, and lib32ncurses5
.
However, I can't find them when I do dnf install
. I'm a bit new to fedora, and so I'm wondering whether there's an equivalent to these packages on fedora?
fedora dnf
asked May 7 at 22:14
gjvatsalya
1062
1062
Why does he want you to install 32-bit libraries? Why does he want you to install these at all?
â Michael Hampton
May 7 at 22:24
If you attempt to install the libraries themselves then the correct packages will be found.
â Ignacio Vazquez-Abrams
May 7 at 22:34
@MichaelHampton To be honest, I'm very new to microcontrollers, so I'm not too sure. On windows, there was a download directly from the microcontroller vendor's site, but apparently on linux we don't need it other than the packages he had listed.
â gjvatsalya
May 8 at 3:11
@IgnacioVazquez-Abrams But which libraries do I need to install? I'm not sure I understand.
â gjvatsalya
May 8 at 3:12
So what is the next step? All of this is supposed to happen in some sort of context. Where is the tutorial? Where are the rest of the instructions?
â Michael Hampton
May 8 at 3:35
 |Â
show 1 more comment
Why does he want you to install 32-bit libraries? Why does he want you to install these at all?
â Michael Hampton
May 7 at 22:24
If you attempt to install the libraries themselves then the correct packages will be found.
â Ignacio Vazquez-Abrams
May 7 at 22:34
@MichaelHampton To be honest, I'm very new to microcontrollers, so I'm not too sure. On windows, there was a download directly from the microcontroller vendor's site, but apparently on linux we don't need it other than the packages he had listed.
â gjvatsalya
May 8 at 3:11
@IgnacioVazquez-Abrams But which libraries do I need to install? I'm not sure I understand.
â gjvatsalya
May 8 at 3:12
So what is the next step? All of this is supposed to happen in some sort of context. Where is the tutorial? Where are the rest of the instructions?
â Michael Hampton
May 8 at 3:35
Why does he want you to install 32-bit libraries? Why does he want you to install these at all?
â Michael Hampton
May 7 at 22:24
Why does he want you to install 32-bit libraries? Why does he want you to install these at all?
â Michael Hampton
May 7 at 22:24
If you attempt to install the libraries themselves then the correct packages will be found.
â Ignacio Vazquez-Abrams
May 7 at 22:34
If you attempt to install the libraries themselves then the correct packages will be found.
â Ignacio Vazquez-Abrams
May 7 at 22:34
@MichaelHampton To be honest, I'm very new to microcontrollers, so I'm not too sure. On windows, there was a download directly from the microcontroller vendor's site, but apparently on linux we don't need it other than the packages he had listed.
â gjvatsalya
May 8 at 3:11
@MichaelHampton To be honest, I'm very new to microcontrollers, so I'm not too sure. On windows, there was a download directly from the microcontroller vendor's site, but apparently on linux we don't need it other than the packages he had listed.
â gjvatsalya
May 8 at 3:11
@IgnacioVazquez-Abrams But which libraries do I need to install? I'm not sure I understand.
â gjvatsalya
May 8 at 3:12
@IgnacioVazquez-Abrams But which libraries do I need to install? I'm not sure I understand.
â gjvatsalya
May 8 at 3:12
So what is the next step? All of this is supposed to happen in some sort of context. Where is the tutorial? Where are the rest of the instructions?
â Michael Hampton
May 8 at 3:35
So what is the next step? All of this is supposed to happen in some sort of context. Where is the tutorial? Where are the rest of the instructions?
â Michael Hampton
May 8 at 3:35
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
0
down vote
32bits libraries
# dnf search [name]
# dnf install glibc.i686 libusb.i686 ncurses-compat-libs.i686
Note : The ncurses system version is 6.x . ncurses-compat-libs
provides :
./usr/lib/libform.so.5
./usr/lib/libform.so.5.9
./usr/lib/libformw.so.5
./usr/lib/libformw.so.5.9
./usr/lib/libmenu.so.5
./usr/lib/libmenu.so.5.9
./usr/lib/libmenuw.so.5
./usr/lib/libmenuw.so.5.9
./usr/lib/libncurses++.so.5
./usr/lib/libncurses++.so.5.9
./usr/lib/libncurses++w.so.5
./usr/lib/libncurses++w.so.5.9
./usr/lib/libncurses.so.5
./usr/lib/libncurses.so.5.9
./usr/lib/libncursesw.so.5
./usr/lib/libncursesw.so.5.9
./usr/lib/libpanel.so.5
./usr/lib/libpanel.so.5.9
./usr/lib/libpanelw.so.5
./usr/lib/libpanelw.so.5.9
./usr/lib/libtic.so.5
./usr/lib/libtic.so.5.9
./usr/lib/libtinfo.so.5
./usr/lib/libtinfo.so.5.9
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
32bits libraries
# dnf search [name]
# dnf install glibc.i686 libusb.i686 ncurses-compat-libs.i686
Note : The ncurses system version is 6.x . ncurses-compat-libs
provides :
./usr/lib/libform.so.5
./usr/lib/libform.so.5.9
./usr/lib/libformw.so.5
./usr/lib/libformw.so.5.9
./usr/lib/libmenu.so.5
./usr/lib/libmenu.so.5.9
./usr/lib/libmenuw.so.5
./usr/lib/libmenuw.so.5.9
./usr/lib/libncurses++.so.5
./usr/lib/libncurses++.so.5.9
./usr/lib/libncurses++w.so.5
./usr/lib/libncurses++w.so.5.9
./usr/lib/libncurses.so.5
./usr/lib/libncurses.so.5.9
./usr/lib/libncursesw.so.5
./usr/lib/libncursesw.so.5.9
./usr/lib/libpanel.so.5
./usr/lib/libpanel.so.5.9
./usr/lib/libpanelw.so.5
./usr/lib/libpanelw.so.5.9
./usr/lib/libtic.so.5
./usr/lib/libtic.so.5.9
./usr/lib/libtinfo.so.5
./usr/lib/libtinfo.so.5.9
add a comment |Â
up vote
0
down vote
32bits libraries
# dnf search [name]
# dnf install glibc.i686 libusb.i686 ncurses-compat-libs.i686
Note : The ncurses system version is 6.x . ncurses-compat-libs
provides :
./usr/lib/libform.so.5
./usr/lib/libform.so.5.9
./usr/lib/libformw.so.5
./usr/lib/libformw.so.5.9
./usr/lib/libmenu.so.5
./usr/lib/libmenu.so.5.9
./usr/lib/libmenuw.so.5
./usr/lib/libmenuw.so.5.9
./usr/lib/libncurses++.so.5
./usr/lib/libncurses++.so.5.9
./usr/lib/libncurses++w.so.5
./usr/lib/libncurses++w.so.5.9
./usr/lib/libncurses.so.5
./usr/lib/libncurses.so.5.9
./usr/lib/libncursesw.so.5
./usr/lib/libncursesw.so.5.9
./usr/lib/libpanel.so.5
./usr/lib/libpanel.so.5.9
./usr/lib/libpanelw.so.5
./usr/lib/libpanelw.so.5.9
./usr/lib/libtic.so.5
./usr/lib/libtic.so.5.9
./usr/lib/libtinfo.so.5
./usr/lib/libtinfo.so.5.9
add a comment |Â
up vote
0
down vote
up vote
0
down vote
32bits libraries
# dnf search [name]
# dnf install glibc.i686 libusb.i686 ncurses-compat-libs.i686
Note : The ncurses system version is 6.x . ncurses-compat-libs
provides :
./usr/lib/libform.so.5
./usr/lib/libform.so.5.9
./usr/lib/libformw.so.5
./usr/lib/libformw.so.5.9
./usr/lib/libmenu.so.5
./usr/lib/libmenu.so.5.9
./usr/lib/libmenuw.so.5
./usr/lib/libmenuw.so.5.9
./usr/lib/libncurses++.so.5
./usr/lib/libncurses++.so.5.9
./usr/lib/libncurses++w.so.5
./usr/lib/libncurses++w.so.5.9
./usr/lib/libncurses.so.5
./usr/lib/libncurses.so.5.9
./usr/lib/libncursesw.so.5
./usr/lib/libncursesw.so.5.9
./usr/lib/libpanel.so.5
./usr/lib/libpanel.so.5.9
./usr/lib/libpanelw.so.5
./usr/lib/libpanelw.so.5.9
./usr/lib/libtic.so.5
./usr/lib/libtic.so.5.9
./usr/lib/libtinfo.so.5
./usr/lib/libtinfo.so.5.9
32bits libraries
# dnf search [name]
# dnf install glibc.i686 libusb.i686 ncurses-compat-libs.i686
Note : The ncurses system version is 6.x . ncurses-compat-libs
provides :
./usr/lib/libform.so.5
./usr/lib/libform.so.5.9
./usr/lib/libformw.so.5
./usr/lib/libformw.so.5.9
./usr/lib/libmenu.so.5
./usr/lib/libmenu.so.5.9
./usr/lib/libmenuw.so.5
./usr/lib/libmenuw.so.5.9
./usr/lib/libncurses++.so.5
./usr/lib/libncurses++.so.5.9
./usr/lib/libncurses++w.so.5
./usr/lib/libncurses++w.so.5.9
./usr/lib/libncurses.so.5
./usr/lib/libncurses.so.5.9
./usr/lib/libncursesw.so.5
./usr/lib/libncursesw.so.5.9
./usr/lib/libpanel.so.5
./usr/lib/libpanel.so.5.9
./usr/lib/libpanelw.so.5
./usr/lib/libpanelw.so.5.9
./usr/lib/libtic.so.5
./usr/lib/libtic.so.5.9
./usr/lib/libtinfo.so.5
./usr/lib/libtinfo.so.5.9
edited May 8 at 12:18
answered May 8 at 12:09
Knud Larsen
898137
898137
add a comment |Â
add a comment |Â
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%2f442415%2fwhat-is-the-fedora-equivalent-of-libusb-1-0-libc6i386-and-lib32ncurses5%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
Why does he want you to install 32-bit libraries? Why does he want you to install these at all?
â Michael Hampton
May 7 at 22:24
If you attempt to install the libraries themselves then the correct packages will be found.
â Ignacio Vazquez-Abrams
May 7 at 22:34
@MichaelHampton To be honest, I'm very new to microcontrollers, so I'm not too sure. On windows, there was a download directly from the microcontroller vendor's site, but apparently on linux we don't need it other than the packages he had listed.
â gjvatsalya
May 8 at 3:11
@IgnacioVazquez-Abrams But which libraries do I need to install? I'm not sure I understand.
â gjvatsalya
May 8 at 3:12
So what is the next step? All of this is supposed to happen in some sort of context. Where is the tutorial? Where are the rest of the instructions?
â Michael Hampton
May 8 at 3:35