You are not logged in.
Hi,
I just installed Bunsen Linux on an old 32 bit computer.
Everything installed properly and it's working fine.
Unfortunately when trying to install apps from System > Install Applications I keep getting errors for
- Firefox
- Chromium
- Libreoffice
any possible solutions?
PS: Error messages are generally about packages / dependencies that are too old, can't be installed or upgraded etc.
Offline
PS: Error messages are generally about packages / dependencies that are too old, can't be installed or upgraded etc.
What do you mean? Do you get errors as above or is it a generell reflection?
Can you not in terminal give commands:
$ sudo apt update
$ sudo apt upgrade
Unfortunately when trying to install apps from System > Install Applications I keep getting errors for
- Firefox
- Chromium
- Libreofficeany possible solutions?
Have you installed other applications ok and only those gives errors?
Have you checked that your sources list is ok (command "inxi -r") lists them.
What is the output of command (in terminal):
$ sudo apt policy firefox-esr
and the policy for chromium and libreoffice?
What if you try to install from terminal:
$ sudo apt install firefox-esr chromium libreoffic
Last edited by rbh (2022-01-05 14:18:03)
// Regards rbh
Please read before requesting help: Guide to getting help,
Introduction to the Bunsenlabs Lithium Desktop and other help topics under "Help Resources" on the BunsenLabs menu
Offline
errors when installing Firefox
depends: libevent-2.1-6 (>= 2.1.8-stable) but it is not installable
Errors when installing Chromium
depends:
libevent-2.1-6 (>= 2.1.8-stable) but it is not installable
libjsoncppl (>= 1.7.4) but it is not installable
and 2 more similar for libminizipl and libre2-5
Errors when installing LibreOffice
Depends:
libreoffice but it is not going to be installed
libreoffice-gtk2 but it is not going to be installed
libreoffice-gnome but it is not going to be installed
Output for - $ sudo apt policy firefox-esr
Installed: (none)
Candidate 78.15.0esr-1~deb10u1
Version Table:
78.15.0esr-1-deb10u1 500
500 [url]https://deb.debian.org/debian-security[/url] buster/updates/main i386 Packages
Output for - $ sudo apt policy chromium
Installed: (none)
Candidate 90.0.4430.212-1~deb10u1
Version Table:
90.0.4430.212-1~deb10u1 500
500 [url]https://deb.debian.org/debian-security[/url] buster/updates/main i386 Packages
Output for - $ sudo apt policy libreoffice
Installed: (none)
Candidate 1:6.1.5-3+deb10u4
Version Table:
1:6.1.5-3+deb10u4 500
500 [url]https://deb.debian.org/debian-security[/url] buster/updates/main i386 Packages
Have you installed other applications ok and only those gives errors?
Not installed any apps, this was a first install from live CD
Have you checked that your sources list is ok (command "inxi -r") lists them.
Output is
Repos:
Active apt repos in: etc/apt/sources.list
1: deb [url]https://deb.debian.org/debian-security[/url] buster/updates main contrib non-free
Active apt repos in: etc/apt/sources.list.d/bunsen.list
1: deb [url]https://pkg.bunsenlabs.org/debian[/url] lithium main
What if you try to install from terminal:
Again I get an error message similar to previous " The following packages have unmet dependencies"
then a list alll saying " but it is not going to be installed"
Last edited by jumpyjumpy (2022-01-05 14:29:44)
Offline
Repos:
Active apt repos in: etc/apt/sources.list
1: deb https://deb.debian.org/debian-security buster/updates main contrib non-freeActive apt repos in: etc/apt/sources.list.d/bunsen.list
1: deb https://pkg.bunsenlabs.org/debian lithium main
You are missing respositorys for debian! You have only debian-security and Bunsenlabs.
From Sources - Lithium sources.list and backports details
/etc/apt/sources.list should contain:
deb https://deb.debian.org/debian buster main non-free contrib
# deb-src https://deb.debian.org/debian buster main non-free contrib
## Debian security updates
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb https://deb.debian.org/debian buster-updates main contrib non-free
# deb-src https://deb.debian.org/debian buster-updates main contrib non-free
Add the debian repos, run "apt update" and "apt upgrade", then you can install what you want.
If you had allowed skript "bl-welcome" to run, you should have gotten info about missing repos.
// Regards rbh
Please read before requesting help: Guide to getting help,
Introduction to the Bunsenlabs Lithium Desktop and other help topics under "Help Resources" on the BunsenLabs menu
Offline
Moderator note:
I'm moving the thread from forum GUI & Applications to here: Basic Help & Support.
When replying to a post, by klicking menu "Quote", the whole post is Quoted. Only appropriate text is supposed to be quoted with the text between the tags [ quote ] (quote on) and [ /quote ] (quote of.) Not tags for bold; [ b ] / [ /b ].
// Regards rbh
Please read before requesting help: Guide to getting help,
Introduction to the Bunsenlabs Lithium Desktop and other help topics under "Help Resources" on the BunsenLabs menu
Offline
Thanks that worked.
Offline
^ What worked, correcting you sources? We shouldn't mark this fixed or resolved until we know what you did.
You know, you used to be a nice guy once.
Offline