You are not logged in.
I've looked but I can't find anything that has helped me address this problem. I've got Bunsenlabs on my ideapad 305 but it won't let me install anything. When I type
sudo apt-get install Audacity
it just says
installation failed
and
unable to locate package audacity
.
Sometimes it says
E: package 'gimp' has no installation canditate
This is whether I use the installer or apt-get.
I love bunsenlabs and crunchbang, and don't want to give it up because of this, however I will have to if the problem persists.
Thanks in advance, Noah
Think different ~ Think Linux
***
Geek Out Until It Megahertz
Offline
Please post your sources.list, and the contents of sources.list.d (using [ code ] tags)
See if they match Sources - sources.list and backports details
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
deb http://pkg.bunsenlabs.org/debian bunsen-hydrogen main
there doesn't seem to be much here. Is this the problem?
Think different ~ Think Linux
***
Geek Out Until It Megahertz
Offline
The default sources.list and the bunsen sources are posted in the sticky Help thread I linked to. Make sure yours match, then run
sudo apt-get update && sudo apt-get upgrade
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
Great, I've done all that and stuff seems to be happening now. Hopefully now I'll have my beloved Bunsenlabs up and running
Think different ~ Think Linux
***
Geek Out Until It Megahertz
Offline
Good news. I'll add [SOLVED] to the thread title for you
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
Just out of curiosity...how did you initially install Bunsen?
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
I used uNetBootin to put the ISP on a usb , and booted off that with graphical install.
Think different ~ Think Linux
***
Geek Out Until It Megahertz
Offline
I used uNetBootin
unetbootin does not work with the BunsenLabs ISO images:
https://bugs.debian.org/cgi-bin/bugrepo … bug=775689
You should instead open a terminal and use these commands:
sudo -i
cp bunsenlabs.iso /dev/sdX; sync
exit
Replace bunsenlabs.iso with the full name of the ISO image and replace X with the letter assigned to the drive, do not use a partition number.
Find the drive letter by plugging in the USB stick and then running `dmesg|tail` & `lsblk` to identify the device.
Be absolutely sure that you have the correct device or you may wipe your main drive.
Offline
I used uNetBootin to put the ISP on a usb , and booted off that with graphical install.
The BL installation page has a link to the Debian recommended methods for writing to usb: https://www.debian.org/CD/faq/#write-usb
That page says
Please note, that Debian advises not using unetbootin for this task. It can cause difficult-to-diagnose problems with booting and installing, so is not recommended
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