User forums > General (but related to Code::Blocks)

Setting up WxWidgets in CodeBlocks in Lubuntu

(1/1)

tumanovalex:
Installed WxWidgets Commands:
--- Code: ---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
--- End code ---
I get a message:
--- Code: ---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'
--- End code ---
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.

Navigation

[0] Message Index

Go to full version