#Unable to install any package using apt install
61 messages · Page 1 of 1 (latest)
install synaptic if havent got it
then open it, go to edit menu. 'fix broken packages'
Do i just click "fix broken packages" it doesn't seem to do anything
try clicking reload first
then do it.
and then search for what you need and install it there
i tried fixing broken packages, doesn't seem to do anything :/
go to Settings, i think general pref's
first tab, tick the "show package details in main window"
then highlight anki, and click the dependencies tab in middle main window area
also go to Settings: Repositories. show a cropped pic of both a) the main repos b) other repositories (likely 2nd tab)
are these what you need? I think I may have screwed up somewhere when installing a certain package from a specific source
.
yeah so it's possible the other PPAs and some package pulled in some dep that's on that list
and it may be some other version idk too well how it all works
u can crosscheck all the deps listed , just search in synaptic, and see if and what shows as installed already
what i did was tried installing imagemagick version 7.1.1-43 if that also helps
no idea
you should try to boot live and in the live iso desktop, try install anki after apt update. if it works there, then u may need to like remove all those PPAs, and reload the cache/catalog
Sorry could you explain it a bit simpler?
load up ur install disk, try to test install anki from that.
oh okay and then if that works?
then the 2nd sentence
PPA's meaning all the additional repositories right?
es
also how would i reload the cache/catalog?
just click reload in Sources
afterwards, do a sudo apt autoremove && sudo apt clean
oh just restore default settings?
yeah it will prompt
wait do i just do all that from the live usb? Or do i need to go back to the main install
main
Okay anki seems to install from the usb just fine im still getting the unmet dependencies error after trying what you mentioned
ah. well that's all I can offer. will have to wait on others
oh okay thanks for the help
or check software manager if there's a flatpak
okay
or anki official site for appimage
Did i mess up the install or is this fixable?
google this this i've seen used. dpkg -a or dpkg-configure -a
something regarding 'fix broken install'
Try running
sudo apt update
sudo apt -f install
to fix unmet dependencies
not sure if i was supposed to do this but i added a source to my sources list and installed a specific dependency (which i don't remember) that seemed to fix the issue, the source i added was "deb http://security.ubuntu.com/ubuntu focal-security main universe" and that seemed to fix the issue
That should be one of default mint entry
deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
in /etc/apt/sources.list.d/official-package-repositories.list
but if it works, then ok
the one i have on the official repository lists that came with the distro is the noble-security one not the focal
old (focal) and new can and likely will clash
Focal is from ubuntu 20.04 (mint 20) that might cause further problems down the line
oh okay what do you guys think i should do?
can it work with just noble security repo?
oh okay should i remove the focal source
try
i can do that
yeah, remove focal source and run
sudo apt update
see what it'll tell you
you have some updates so run
sudo apt upgrade
Yes, seems good
okay i guess its solved thanks guys