News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Setting up WxWidgets in CodeBlocks in Lubuntu

Started by tumanovalex, April 26, 2020, 10:48:24 PM

Previous topic - Next topic

tumanovalex

Installed WxWidgets Commands:udo apt-key adv --fetch-keys https://repos.codelite.org/CodeLite.asc
sudo apt-add-repository 'deb https://repos.codelite.org/wx3.1.3/ubuntu/ eoan universe'
apt-get update
sudo apt-get install libwxbase3.1-0-unofficial3 \
                 libwxbase3.1unofficial3-dev \
                 libwxgtk3.1-0-unofficial3 \
                 libwxgtk3.1unofficial3-dev \
                 wx3.1-headers \
                 wx-common \
                 libwxgtk-media3.1-0-unofficial3 \
                 libwxgtk-media3.1unofficial3-dev \
                 libwxgtk-webview3.1-0-unofficial3 \
                 libwxgtk-webview3.1unofficial3-dev \
                 libwxbase3.1-0-unofficial3-dbg \
                 libwxgtk3.1-0-unofficial3-dbg \
                 libwxgtk-webview3.1-0-unofficial3-dbg \
                 libwxgtk-media3.1-0-unofficial3-dbg \
                 wx3.1-i18n \
                 wx3.1-examples
I get a message:E: Unable to locate package libwxgtk-media3.1unofficial3-dev
E: Couldn't find any package by glob 'libwxgtk-media3.1unofficial3-dev'
E: Couldn't find any package by regex 'libwxgtk-media3.1unofficial3-dev'
Why is there an error message?

BlueHazzard

We do not support codelite repositories in this forum, nor do we support how to install wxWidgets for your distro in this forum. Nothing of your error messages has anything to do with codeblocks, so you have to search a other place to ask this question....

tumanovalex

Sorry, I was wrong. Of course, this question had to be asked on the forum WxWidgets.