Libjpeg so 62 linux

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.

Читайте также:  Linux режим сетевого интерфейса

Источник

Thread: libjpeg.so.62 problem

shaw_dave is offlineFirst 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??

debd is offlineWay 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

Glutanimate is offlineFirst Cup of Ubuntu

Re: libjpeg.so.62 problem

QuoteOriginally Posted by debd View Post

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
    1. Ubuntu Official Flavours Support
      1. New to Ubuntu
      2. General Help
      3. Installation & Upgrades
      4. Hardware
      5. Desktop Environments
      6. Networking & Wireless
      7. Multimedia Software
    2. Ubuntu Specialised Support
      1. Ubuntu Development Version
      2. Security
      3. Virtualisation
      4. Ubuntu Servers, Cloud and Juju
        1. Server Platforms
        2. Ubuntu Cloud and Juju
      5. Gaming & Leisure
        1. Emulators
      6. Wine
      7. Development & Programming
        1. Packaging and Compiling Programs
        2. Development CD/DVD Image Testing
        3. Ubuntu Application Development
        4. Ubuntu Dev Link Forum
        5. Programming Talk
        6. Repositories & Backports
          1. Ubuntu Backports
            1. Bug Reports / Support
      8. System76 Support
      9. Apple Hardware Users
    3. Ubuntu Community Discussions
      1. Ubuntu, Linux and OS Chat
        1. Recurring Discussions
        2. Full Circle Magazine
      2. The Cafe
        1. Cafe Games
      3. Market
      4. Mobile Technology Discussions (CLOSED)
      5. Announcements & News
      6. Weekly Newsletter
      7. Membership Applications
      8. The Fridge Discussions
      9. Forum Council Agenda
      10. Forum Feedback & Help
        1. Request a LoCo forum
      11. Resolution Centre
    4. Other Discussion and Support
      1. Other OS Support and Projects
        1. Other Operating Systems
          1. Ubuntu/Debian BASED
          2. Debian
          3. MINT
          4. Arch and derivatives
          5. Fedora/RedHat and derivatives
          6. Mandriva/Mageia
          7. Slackware and derivatives
          8. openSUSE and SUSE Linux Enterprise
          9. Mac OSX
          10. PCLinuxOS
          11. Gentoo and derivatives
          12. Windows
          13. BSD
          14. Any Other OS
      2. Assistive Technology & Accessibility
      3. Art & Design
      4. Education & Science
      5. Documentation and Community Wiki Discussions
      6. Tutorials
        1. Outdated Tutorials & Tips
      7. Ubuntu Women
      8. Ubuntu LoCo Team Forums
        1. Americas LoCo Teams
          1. Argentina Team
            1. Software
            2. Hardware
            3. Comunidad
          2. Arizona Team — US
          3. Arkansas Team — US
          4. Brazil Team
          5. California Team — US
          6. Canada Team
          7. Centroamerica Team
          8. Chile Team
            1. Comunidad
            2. Hardware
            3. Software
            4. Instalaci�n y Actualizaci�n
          9. Colombia Team — Colombia
          10. Georgia Team — US
          11. Illinois Team
          12. Indiana — US
          13. Kentucky Team — US
          14. Maine Team — US
          15. Minnesota Team — US
          16. Mississippi Team — US
          17. Nebraska Team — US
          18. New Mexico Team — US
          19. New York — US
          20. North Carolina Team — US
          21. Ohio Team — US
          22. Oklahoma Team — US
          23. Oregon Team — US
          24. Pennsylvania Team — US
          25. Peru Team
          26. Texas Team — US
          27. Uruguay Team
          28. Utah Team — US
          29. Virginia Team — US
          30. West Virginia Team — US
        2. Asia and Oceania LoCo Teams
          1. Australia Team
          2. Bangladesh Team
          3. Hong Kong Team
          4. Myanmar Team
          5. Philippine Team
          6. Singapore Team
        3. Europe, Middle East, and African (EMEA) LoCo Teams
          1. Albania Team
          2. Catalan Team
          3. Portugal Team
          4. Egypt Team
          5. Georgia Team
          6. Ireland Team — Ireland
          7. Kenyan Team — Kenya
          8. Kurdish Team — Kurdistan
          9. Lebanon Team
          10. Morocco Team
          11. Saudi Arabia Team
          12. Sudan Team
          13. Tunisia Team
        4. Other Forums & Teams
        5. LoCo Archive
          1. Afghanistan Team
          2. Alabama Team — US
          3. Alaska Team — US
          4. Algerian Team
          5. Andhra Pradesh Team — India
          6. Austria Team
          7. Bangalore Team
          8. Bolivia Team
          9. Cameroon Team
          10. Colorado Team — US
          11. Connecticut Team
          12. Costa Rica Team
          13. Delhi Team
          14. Ecuador Team
          15. El Salvador Team
          16. Florida Team — US
          17. Galician LoCo Team
          18. Greek team
          19. Hawaii Team — US
          20. Honduras Team
          21. Idaho Team — US
          22. Iowa Team — US
          23. Jordan Team
          24. Kansas Team — US
          25. Libya Team
          26. Louisiana Team — US
          27. Maryland Team — US
          28. Massachusetts Team
          29. Michigan Team — US
          30. Missouri Team — US
          31. Montana Team — US
          32. Namibia Team
          33. Nevada Team — US
          34. New Hampshire Team — US
          35. New Jersey Team — US
          36. Northeastern Team — US
          37. Panama Team
          38. Paraguay Team
          39. Qatar Team
          40. Quebec Team
          41. Rhode Island Team — US
          42. Senegal Team
          43. South Carolina Team — US
          44. South Dakota Team — US
          45. Switzerland Team
          46. Tamil Team — India
          47. Tennessee Team — US
          48. Trinidad & Tobago Team
          49. Uganda Team
          50. United Kingdom Team
          51. US LoCo Teams
          52. Venezuela Team
          53. Wales Team
          54. Washington DC Team — US
          55. Washington State Team — US
          56. Wisconsin Team
          57. Yemen Team
          58. Za Team — South Africa
          59. Zimbabwe Team
Читайте также:  Linux рекурсивное изменение прав доступа

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)

Screenshot

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 Кб [список файлов]
Читайте также:  Linux unix программирование shell pdf

Эта страница также доступна на следующих языках (Как установить язык по умолчанию):

Чтобы сообщить о проблеме, связанной с веб-сайтом, отправьте сообщение (на английском) в список рассылки debian-www@lists.debian.org. Прочую контактную информацию см. на странице Debian Как с нами связаться.

Авторские права © 1997 — 2023 SPI Inc.; См. условия лицензии. Debian это торговый знак компании SPI Inc. Об этом сайте.

Источник

Оцените статью
Adblock
detector