- Error trying to run GCCG while loading shared libraries: libjpeg.so.62: cannot open shared object file
- How To Install libjpeg62 on Ubuntu 21.10
- What is libjpeg62
- Install libjpeg62 Using apt-get
- Install libjpeg62 Using apt
- Install libjpeg62 Using aptitude
- How To Uninstall libjpeg62 on Ubuntu 21.10
- Uninstall libjpeg62 And Its Dependencies
- Remove libjpeg62 Configurations and Data
- Remove libjpeg62 configuration, data, and all of its dependencies
- References
- Summary
- Thread: libjpeg.so.62 problem
- libjpeg.so.62 problem
- Re: libjpeg.so.62 problem
- Re: libjpeg.so.62 problem
- Bookmarks
- Posting Permissions
- Пакет: libjpeg62 (1:6b2-3.1)
- Independent JPEG Group’s JPEG runtime library (version 6.2)
- Другие пакеты, относящиеся к libjpeg62
- Загрузка libjpeg62
Error trying to run GCCG while loading shared libraries: libjpeg.so.62: cannot open shared object file
I’m trying to run GCCG (a multiplatform implementation of a card game engine) on my Ubuntu 12.04 x86_64, but I always get the following error:
./ccg_client: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
Of course I thought the library was missed and I tried to install using apt-get, but I realized it was already installed. When i use
/usr/lib/i386-linux-gnu/libjpeg.so.8 /usr/lib/i386-linux-gnu/libjpeg.so.8.0.2 /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so /usr/lib/x86_64-linux-gnu/libjpeg.so.62 /usr/lib/x86_64-linux-gnu/libjpeg.so.62.0.0 /usr/lib/x86_64-linux-gnu/libjpeg.so.8 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 /usr/share/doc/libjpeg-turbo8 /usr/share/doc/libjpeg62 /usr/share/doc/libjpeg8 /usr/share/doc/libjpeg-turbo8/changelog.Debian.gz /usr/share/doc/libjpeg-turbo8/copyright /usr/share/doc/libjpeg62/README.gz /usr/share/doc/libjpeg62/changelog.Debian.gz /usr/share/doc/libjpeg62/copyright /usr/share/doc/libjpeg8/changelog.Debian.gz /usr/share/doc/libjpeg8/copyright /usr/share/lintian/overrides/libjpeg-turbo8 /var/lib/dpkg/info/libjpeg-turbo8:amd64.list /var/lib/dpkg/info/libjpeg-turbo8:amd64.md5sums /var/lib/dpkg/info/libjpeg-turbo8:amd64.postinst /var/lib/dpkg/info/libjpeg-turbo8:amd64.postrm /var/lib/dpkg/info/libjpeg-turbo8:amd64.shlibs /var/lib/dpkg/info/libjpeg-turbo8:amd64.symbols /var/lib/dpkg/info/libjpeg-turbo8:i386.list /var/lib/dpkg/info/libjpeg-turbo8:i386.md5sums /var/lib/dpkg/info/libjpeg-turbo8:i386.postinst /var/lib/dpkg/info/libjpeg-turbo8:i386.postrm /var/lib/dpkg/info/libjpeg-turbo8:i386.shlibs /var/lib/dpkg/info/libjpeg-turbo8:i386.symbols /var/lib/dpkg/info/libjpeg62:amd64.list /var/lib/dpkg/info/libjpeg62:amd64.md5sums /var/lib/dpkg/info/libjpeg62:amd64.postinst /var/lib/dpkg/info/libjpeg62:amd64.shlibs /var/lib/dpkg/info/libjpeg8:amd64.list /var/lib/dpkg/info/libjpeg8:amd64.md5sums /var/lib/dpkg/info/libjpeg8:i386.list /var/lib/dpkg/info/libjpeg8:i386.md5sums
How To Install libjpeg62 on Ubuntu 21.10
In this tutorial we learn how to install libjpeg62 on Ubuntu 21.10.
What is libjpeg62
The Independent JPEG Group’s JPEG library is a library for handling JPEG files.
This package contains the shared library for version 6.2.
There are three ways to install libjpeg62 on Ubuntu 21.10. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install libjpeg62 Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install libjpeg62 using apt-get by running the following command:
sudo apt-get -y install libjpeg62
Install libjpeg62 Using apt
Update apt database with apt using the following command.
After updating apt database, We can install libjpeg62 using apt by running the following command:
sudo apt -y install libjpeg62
Install libjpeg62 Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
After updating apt database, We can install libjpeg62 using aptitude by running the following command:
sudo aptitude -y install libjpeg62
How To Uninstall libjpeg62 on Ubuntu 21.10
To uninstall only the libjpeg62 package we can use the following command:
sudo apt-get remove libjpeg62
Uninstall libjpeg62 And Its Dependencies
To uninstall libjpeg62 and its dependencies that are no longer needed by Ubuntu 21.10, we can use the command below:
sudo apt-get -y autoremove libjpeg62
Remove libjpeg62 Configurations and Data
To remove libjpeg62 configuration and data from Ubuntu 21.10 we can use the following command:
sudo apt-get -y purge libjpeg62
Remove libjpeg62 configuration, data, and all of its dependencies
We can use the following command to remove libjpeg62 configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libjpeg62
References
Summary
In this tutorial we learn how to install libjpeg62 package on Ubuntu 21.10 using different package management tools: apt, apt-get and aptitude.
Thread: libjpeg.so.62 problem
First Cup of Ubuntu
libjpeg.so.62 problem
Hi there,
I am using ubuntu 10.10
not sure how i managed it, but rhythmbox and ubuntu software centre wouldnt open, no reason was given.
Upon trying to run them from the terminal, i got errors about libjpeg.so.62 not being available
software centre:
ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory
Rhythmbox:
rhythmbox: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
Anyone know what has happened and how i can fix it??
Way Too Much Ubuntu
Re: libjpeg.so.62 problem
the file libjpeg.so.62(in /usr/lib/libjpeg.so.62)
belongs to the package libjpeg62
so try to reinstall(that shoud’ve already been installed) the package
sudo apt-get install libjpeg62
First Cup of Ubuntu
Re: libjpeg.so.62 problem
Originally Posted by debd
the file libjpeg.so.62(in /usr/lib/libjpeg.so.62)
belongs to the package libjpeg62
so try to reinstall(that shoud’ve already been installed) the package
sudo apt-get install libjpeg62
- Site Areas
- Settings
- Private Messages
- Subscriptions
- Who’s Online
- Search Forums
- Forums Home
- Forums
- The Ubuntu Forum Community
- Ubuntu Official Flavours Support
- New to Ubuntu
- General Help
- Installation & Upgrades
- Hardware
- Desktop Environments
- Networking & Wireless
- Multimedia Software
- Ubuntu Specialised Support
- Ubuntu Development Version
- Security
- Virtualisation
- Ubuntu Servers, Cloud and Juju
- Server Platforms
- Ubuntu Cloud and Juju
- Gaming & Leisure
- Emulators
- Wine
- Development & Programming
- Packaging and Compiling Programs
- Development CD/DVD Image Testing
- Ubuntu Application Development
- Ubuntu Dev Link Forum
- Programming Talk
- Repositories & Backports
- Ubuntu Backports
- Bug Reports / Support
- Ubuntu Backports
- System76 Support
- Apple Hardware Users
- Ubuntu Community Discussions
- Ubuntu, Linux and OS Chat
- Recurring Discussions
- Full Circle Magazine
- The Cafe
- Cafe Games
- Market
- Mobile Technology Discussions (CLOSED)
- Announcements & News
- Weekly Newsletter
- Membership Applications
- The Fridge Discussions
- Forum Council Agenda
- Forum Feedback & Help
- Request a LoCo forum
- Resolution Centre
- Ubuntu, Linux and OS Chat
- Other Discussion and Support
- Other OS Support and Projects
- Other Operating Systems
- Ubuntu/Debian BASED
- Debian
- MINT
- Arch and derivatives
- Fedora/RedHat and derivatives
- Mandriva/Mageia
- Slackware and derivatives
- openSUSE and SUSE Linux Enterprise
- Mac OSX
- PCLinuxOS
- Gentoo and derivatives
- Windows
- BSD
- Any Other OS
- Other Operating Systems
- Assistive Technology & Accessibility
- Art & Design
- Education & Science
- Documentation and Community Wiki Discussions
- Tutorials
- Outdated Tutorials & Tips
- Ubuntu Women
- Ubuntu LoCo Team Forums
- Americas LoCo Teams
- Argentina Team
- Software
- Hardware
- Comunidad
- Arizona Team — US
- Arkansas Team — US
- Brazil Team
- California Team — US
- Canada Team
- Centroamerica Team
- Chile Team
- Comunidad
- Hardware
- Software
- Instalaci�n y Actualizaci�n
- Colombia Team — Colombia
- Georgia Team — US
- Illinois Team
- Indiana — US
- Kentucky Team — US
- Maine Team — US
- Minnesota Team — US
- Mississippi Team — US
- Nebraska Team — US
- New Mexico Team — US
- New York — US
- North Carolina Team — US
- Ohio Team — US
- Oklahoma Team — US
- Oregon Team — US
- Pennsylvania Team — US
- Peru Team
- Texas Team — US
- Uruguay Team
- Utah Team — US
- Virginia Team — US
- West Virginia Team — US
- Argentina Team
- Asia and Oceania LoCo Teams
- Australia Team
- Bangladesh Team
- Hong Kong Team
- Myanmar Team
- Philippine Team
- Singapore Team
- Europe, Middle East, and African (EMEA) LoCo Teams
- Albania Team
- Catalan Team
- Portugal Team
- Egypt Team
- Georgia Team
- Ireland Team — Ireland
- Kenyan Team — Kenya
- Kurdish Team — Kurdistan
- Lebanon Team
- Morocco Team
- Saudi Arabia Team
- Sudan Team
- Tunisia Team
- Other Forums & Teams
- LoCo Archive
- Afghanistan Team
- Alabama Team — US
- Alaska Team — US
- Algerian Team
- Andhra Pradesh Team — India
- Austria Team
- Bangalore Team
- Bolivia Team
- Cameroon Team
- Colorado Team — US
- Connecticut Team
- Costa Rica Team
- Delhi Team
- Ecuador Team
- El Salvador Team
- Florida Team — US
- Galician LoCo Team
- Greek team
- Hawaii Team — US
- Honduras Team
- Idaho Team — US
- Iowa Team — US
- Jordan Team
- Kansas Team — US
- Libya Team
- Louisiana Team — US
- Maryland Team — US
- Massachusetts Team
- Michigan Team — US
- Missouri Team — US
- Montana Team — US
- Namibia Team
- Nevada Team — US
- New Hampshire Team — US
- New Jersey Team — US
- Northeastern Team — US
- Panama Team
- Paraguay Team
- Qatar Team
- Quebec Team
- Rhode Island Team — US
- Senegal Team
- South Carolina Team — US
- South Dakota Team — US
- Switzerland Team
- Tamil Team — India
- Tennessee Team — US
- Trinidad & Tobago Team
- Uganda Team
- United Kingdom Team
- US LoCo Teams
- Venezuela Team
- Wales Team
- Washington DC Team — US
- Washington State Team — US
- Wisconsin Team
- Yemen Team
- Za Team — South Africa
- Zimbabwe Team
- Americas LoCo Teams
- Other OS Support and Projects
- Ubuntu Official Flavours Support
Bookmarks
Bookmarks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Пакет: libjpeg62 (1:6b2-3.1)
Independent JPEG Group’s JPEG runtime library (version 6.2)
The Independent JPEG Group’s JPEG library is a library for handling JPEG files.
This package contains the shared library for version 6.2.
Другие пакеты, относящиеся к libjpeg62
- зависимости
- рекомендации
- предложения
- enhances
- dep: libc6 (>= 2.14) [amd64] библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6-udeb dep: libc6 (>= 2.16) [x32] dep: libc6 (>= 2.17) [arm64, ppc64el] dep: libc6 (>= 2.27) [riscv64] dep: libc6 (>= 2.36) [sh4] dep: libc6 (>= 2.7) [не alpha, amd64, arm64, ia64, ppc64el, riscv64, sh4, x32] - dep: libc6.1 (>= 2.35) [ia64] библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6.1-udeb dep: libc6.1 (>= 2.7) [alpha]
Загрузка libjpeg62
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
alpha (неофициальный перенос) | 86,2 Кб | 228,0 Кб | [список файлов] |
amd64 | 80,0 Кб | 180,0 Кб | [список файлов] |
arm64 | 74,7 Кб | 228,0 Кб | [список файлов] |
armel | 68,2 Кб | 163,0 Кб | [список файлов] |
armhf | 65,9 Кб | 163,0 Кб | [список файлов] |
hppa (неофициальный перенос) | 82,0 Кб | 198,0 Кб | [список файлов] |
i386 | 80,9 Кб | 179,0 Кб | [список файлов] |
ia64 (неофициальный перенос) | 107,9 Кб | 355,0 Кб | [список файлов] |
m68k (неофициальный перенос) | 65,8 Кб | 148,0 Кб | [список файлов] |
mips64el | 76,1 Кб | 237,0 Кб | [список файлов] |
mipsel | 72,5 Кб | 236,0 Кб | [список файлов] |
ppc64 (неофициальный перенос) | 88,4 Кб | 293,0 Кб | [список файлов] |
ppc64el | 89,7 Кб | 228,0 Кб | [список файлов] |
riscv64 (неофициальный перенос) | 72,8 Кб | 132,0 Кб | [список файлов] |
s390x | 77,2 Кб | 192,0 Кб | [список файлов] |
sh4 (неофициальный перенос) | 77,4 Кб | 163,0 Кб | [список файлов] |
sparc64 (неофициальный перенос) | 68,2 Кб | 1 062,0 Кб | [список файлов] |
x32 (неофициальный перенос) | 79,9 Кб | 179,0 Кб | [список файлов] |
Эта страница также доступна на следующих языках (Как установить язык по умолчанию):
Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.
Авторские права © 1997 — 2023 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.