-
ubuntu@instance-20230331-1437:~$ sudo apt install ./gotson-komga_1.10.4_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'gotson-komga' instead of './gotson-komga_1.10.4_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gotson-komga : Depends: libgcc-s1 but it is not installable
E: Unable to correct problems, you have held broken packages.
ubuntu@instance-20230331-1437:~$ sudo apt install libgcc-s1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgcc-s1
ubuntu@instance-20230331-1437:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
CPU family: 23
Model: 1
Model name: AMD EPYC 7551 32-Core Processor
Stepping: 2
CPU MHz: 1996.249
BogoMIPS: 3992.49
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 64K
L1i cache: 64K
L2 cache: 512K
L3 cache: 16384K
NUMA node0 CPU(s): 0,1
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr virt_ssbd arat arch_capabilities |
Beta Was this translation helpful? Give feedback.
Answered by
Dr-Blank
Apr 4, 2024
Replies: 1 comment
-
if someone stumbles here, fixed by sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gotson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if someone stumbles here,
fixed by
ref: https://askubuntu.com/a/1149383