You are not logged in.
Hi I seen a post that you can type in a command in the terminal to install bunsenlabs can't rememeber were the post was at.
Thanks
Offline
Add the BL Lithium sources, then install bunsen-meta-all.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
First LOL
What is the BL Lithium sources?
Show me a link or something that would give me step by step.
Common Guys!
LMAO
We Don't Have The Same Knowledge
Offline
What is the BL Lithium sources?
Show me a link or something that would give me step by step.
From Forum: "News & Announcements" => "Experimental BunsenLabs Lithium repository has been set up":
deb https://pkg.bunsenlabs.org/debian lithium main
We Don't Have The Same Knowledge
From Forum rules:
General guidelines
If you are seeking help, make sure to have done your fair share of homework to the best of your ability by searching the forums or the internet before wasting other's time.
Trying to solve a problem self, is a lerningprocess. If you don't try, ask for trivial things, you will learn less.
// 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
NB I haven't done this myself, but...
/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
/etc/apt/sources.list.d/bunsen.list should contain
deb http://pkg.bunsenlabs.org/debian lithium main
Update/upgrade:
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install bunsen-meta-all
Restart and choose BunsenLabs session from the lightdm login-screen. Run bl-welcome to set up the user configs.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
GPG Error EXPKEYSIG after adding package to source an runing apt get update
Offline
GPG Error EXPKEYSIG after adding package to source an runing apt get update
If you had read "Experimental BunsenLabs Lithium repository has been set up", you would have read that you have to import apt-key.
you can run:
wget -q https://ddl.bunsenlabs.org/ddl/BunsenLabs-RELEASE.asc -O- | sudo apt-key add -
The prompt should return with report "OK".
BTW:, saw now that you wrote: "can type in a command in the terminal to install bunsenlabs". The recomedation is to install basic Debian 10, without X.
You can test run in an x-terminal...
Last edited by rbh (2020-07-20 18:17:17)
// 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
Mistake
Last edited by rbh (2020-07-20 18:17:50)
// 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
/etc/apt/sources.list should contain
[...]
/etc/apt/sources.list.d/bunsen.list should contain
Repositories is of cource also listed on the homepage: https://www.bunsenlabs.org/repositories.html
Note, you must not split sourses on ../sources.list.d/* and sources.list. You can disable sources in sources.list.d/* and manage all sources in sources.list
// 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
NB I haven't done this myself, but...
/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
/etc/apt/sources.list.d/bunsen.list should contain
deb http://pkg.bunsenlabs.org/debian lithium main
Update/upgrade:
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install bunsen-meta-all
Restart and choose BunsenLabs session from the lightdm login-screen. Run bl-welcome to set up the user configs.
This post sums it up perfectly, and preferably starting from just installing the base system from a Buster install USB stick.
Real Men Use Linux
Offline
...
Note, you must not split sourses on ../sources.list.d/* and sources.list....
sources.list.d is so you can easily add new repositories without the need to edit the main /etc/apt/sources.list file. Yes, you can have all sources in one file, but are you suggesting that BL is doing it wrong?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
rbh wrote:Note, you must not split sources on ../sources.list.d/* and sources.list....
sources.list.d is so you can easily add new repositories without the need to edit the main /etc/apt/sources.list file. Yes, you can have all sources in one file, but are you suggesting that BL is doing it wrong?
Nope, only pointing out that it is not mandatory to use ../sources.list.d/*. You know, the freedom of linux...
Some years ago, I had quite many third part repos, before ../sources.list.d/*, was in use. I think it is easier to use only one list. My sources list a lokal mirror of Debian. BL, Ajenti, Mongo, Virtualbox,... When I add a third party repo, I have to change the adress.
Last edited by rbh (2020-07-20 22:48:34)
// 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
In this case, the OP apparently has minimal knowledge of the system, so sticking with the Lithium default sources setup is likely to be a simpler approach, IMHO.
Yes, there are many different ways to achieve the same ends in Debian, but let's not complicate things too much for a new user.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline