I installed pangoft2 on my debian with the command $ sudo apt install build-essential libpangoft2-1.0.0 and installed gstreamer with $ sudo apt install build-essential gstreamer1.0-plugins-*
they were both successfulyy installed but pkg-config is unable to locate them.
i can't even find them with whereis.
pkg-config unable to locate pangoft2 and gstreamer
243 Views Asked by Adétóbi At
1
There are 1 best solutions below
Related Questions in LINUX
- Is there some way to use printf to print a horizontal list of decrementing hex digits in NASM assembly on Linux
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- Writes in io_uring do not advance the file offset
- Why `set -o pipefail` gives different output even though the pipe is not failing
- what really controls the permissions: UID or eUID?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Docker container unable to make HTTPS requests to external API
- Whow to use callback_query_handler in Python 3.10
- Create kea runtime directory at startup in Yocto image
- Problem on CPU scheduling algorithms in OS
- How to copy files into the singularity sandbox?
- Android kernel error: undefined reference to `get_hw_version_platform'
- Is there a need for BPF Linux namespace?
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
Related Questions in DEBIAN
- How to restrict user access on mounted NSFv4 share with all_squash option?
- Obtaining the user's home directory for a daemon application running as root in linux
- Make Bind DNS server to request only root DNS servers of IANA website
- Mokutil does'nt work in Google Cloud Compute Engine
- Install Gitlab Repository : Wordlists
- PHP apache2 - php script cli will write txt file but browser will not
- Docker error at build E: Release file for http://deb.debian.org/debian-security/dists/bookworm-security/InRelease is not valid yet
- Slow loading of WordPress site on development server despite fast database queries
- How to use pyinstaller on debian?
- Python 3.12 pip install mod_wsgi fails
- Using Packer to install Debian
- How to install PHP Extension SQLSRV on Azure App Service (PHP 8.2 / Linux)?
- "Read-only filesystem" error during docker build
- Python code for raspberry pi not "alt+tabbing" to new window with GPIO button
- Resolve dependencies of an arbitrary Debian or Ubuntu package
Related Questions in GSTREAMER
- Gstreamer cpp filesink not working, crash when using GST_STATE_PLAYING
- Using compositor in Gstreamer to merge imagesequence with video/audio stream
- GStreamer launch pipeline to code with different result
- gstreamer using tee and queue not working on mac osx
- gst rtsp streaming deadlocks itself
- ASP.NET Core app heap corruption with release build
- Display an video flux from libcamera and gstreamer to an Java JFrame
- Gstreamer + meson: Undefined reference to `gst_rtp_buffer_map'
- How stream with gstreamer and open the stream on any computer
- How do I fix this error code on Thonny For Object Detection
- Synchronised threads in GStreamer
- Gstreamer cant read frames from rtsp
- DLL not found when importing a manually-built cv2 with Gstreamer plugin to the python environment
- gstreamer webmmux recording buffering or blank
- GStreamer - local mp4 to rtpopuspay udp stream
Related Questions in GSTREAMER-1.0
- Can we restrict client port range for GStreamer rtspsrc element?
- Error: Failed to allocate required memory with OV5640 camera in GStreamer pipeline in Yocto
- "cannot find appsink" - Gstreamer with OpenCV4, Python under Linux environment
- Compiling gstreamer with msdkh264enc results in relocation errors
- Documentation for GLVideoItem for GStreamer 1.16.1
- Use v4l2convert instead of videoconvert
- GstAppSink: Sharing between two pipelines
- GStreamer Mac(OSX) avfvideosrc to RTMP issue (Getting Stuck at Redistribute Latency)
- Playing N sequential videos as a single video in GStreamer
- How can I make a GStreamer pipeline to read individual frames and publish stream?
- Using Gstreamer, there occurs 'Segmentation fault' errors.,
- Gstreamer boilerplate code is not compiling
- Cannot get image data from GStreamer while launching with .desktop file (written in pyqt5 and opencv)
- Not able to switch to other camera using input-selector in gstreamer c
- Cannot build gst-template project
Related Questions in PANGO
- How to set default font and size for the text buffer
- Getting Pango glyph extents of a single line
- Cairo: circular path with thick stroke
- Using a font from a ttf file embedded in a rust application
- Make compile error -- pango/pango.h: No such file or directory -- but I have pango installed
- Meson build of pango static library does not link in dependencies
- Unable to measure text in pixel and render bitmap using PangoSharp, GTK Sharp
- Render antialiased text with Pango
- I want to install pango with cairo backend on windows 11, can anyone guide me?
- How do I change the GTK TreeView text size in a C/C++ application at runtime?
- How do I add text stroke to pango for moviepy?
- Change font of Gtk::Label
- Moviepy textclip with pango method not working
- How to prevent endless g_object_get_qdata loop when subclassing PangoFontMap?
- How to subclass Pango::Renderer in C++
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
.pc files are distributed as part of dev packages. In your case I think you are looking to install libpango1.0-dev package.