You are not logged in.
Pages: 1
Please I’m Reading and reading but I don’t understand how to add more programs in the Repositories?
Offline
You can use the synaptic package manager to add new programs:
Openbox main menu → System → Synaptic Package Manager
Is that what you mean?
Offline
No the programs I want are not listed in the Package Manager ..like setBfree Ardour etc..
Offline
^ If this is a new install, you probably want to run from the terminal:
sudo apt update
sudo apt upgrade
This should refresh your package caches for you.
Offline
No it wont help still only about 3500 programs listed how to get all 30 000+ to the Package Manager?
Offline
Please post the full output of
apt policy
grep -v '^$\|^#' /etc/apt/sources.list{,.d/*}
Offline
I will only get wrong input whats missing?
Offline
500 http://pkg.bunsenlabs.org/debian/ bunsen-hydrogen/main i386 Packages
release o=bunsenlabs,n=bunsen-hydrogen,l=bunsenlabs,c=main
origin pkg.bunsenlabs.org
500 http://security.debian.org/ jessie/updates/non-free Translation-en
500 http://security.debian.org/ jessie/updates/main Translation-en
500 http://security.debian.org/ jessie/updates/contrib Translation-en
500 http://security.debian.org/ jessie/updates/non-free i386 Packages
release v=8,o=Debian,a=oldstable,n=jessie,l=Debian-Security,c=non-free
origin security.debian.org
500 http://security.debian.org/ jessie/updates/contrib i386 Packages
release v=8,o=Debian,a=oldstable,n=jessie,l=Debian-Security,c=contrib
origin security.debian.org
500 http://security.debian.org/ jessie/updates/main i386 Packages
release v=8,o=Debian,a=oldstable,n=jessie,l=Debian-Security,c=main
origin security.debian.org
Fastnålade paket:
leffe@debian:~$ grep -v '^$\|^#' /etc/apt/sources.list{,.d/*}
/etc/apt/sources.list:deb http://security.debian.org/ jessie/updates main contrib non-free
/etc/apt/sources.list:deb-src http://security.debian.org/ jessie/updates non-free contrib main
/etc/apt/sources.list.d/bunsen.list:deb http://pkg.bunsenlabs.org/debian/ bunsen-hydrogen main
leffe@debian:~$
Offline
You appear to be missing the main Debian repositories, did you select a mirror during installation?
To fix this, edit your sources with:
sudo apt edit-sources
This is what the file should look like:
deb http://cdn-fastly.deb.debian.org/debian jessie main contrib non-free
deb http://cdn-fastly.deb.debian.org/debian jessie-updates main contrib non-free
deb http://cdn-fastly.deb.debian.org/debian-security jessie/updates main contrib non-free
Once the file is saved, update the database:
sudo apt update
Then launch synaptic to install your stuff.
Offline
True clever you I received error from mirror during installation! I will try your input
Offline
What to do in here?
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot i386 LIVE/INSTALL $
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot i386 LIVE/INSTALL $
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates non-free contrib main
[ Läste 9 rader ]
^G Få hjälp ^O Spara ^R Läs fil ^Y Föreg sid ^K Klipp ut ^C Akt. pos
^X Avsluta ^J Justera ^W Var finns ^V Nästa sid ^U Ångra kopi^T Stavkontr.
Offline
^ You can use <Ctrl>+k to delete all of the lines then simply type in the three lines I posted above and use <Ctrl>+x to save the file, answer "y" (yes) when it asks if you want to save the buffer.
Or, if you prefer you can use the "File manager as root" menu option and then open the file at /etc/apt/sources.list using a graphical text editor.
Offline
Thank you very much Sir itś working over 42000 programs but itś still all Greek to me what I have done! Any clues to get it right for future installations?
Have a great weekend from Leif in Sweden
Offline
itś working
Excellent news, glad you got it sorted.
itś still all Greek to me what I have done! Any clues to get it right for future installations?
If no mirror is selected (or found) during installation then the main repositories are left out.
As you can see, it is quite easy to fix.
Have a great weekend from Leif in Sweden
Thanks Leif, have a great weekend from Matthew in London
Offline
Please one more thing any way to find a Menu for programs I will install?
Offline
I mean programs I have installed!
Offline
any way to find a Menu for programs I will install?
BunsenLabs has a "static" menu — this means that new programs must be added manually.
The file you need to edit is ~/.config/openbox/menu.xml
If you prefer you can use the GUI menu editor instead (this is my preference):
obmenu
It is possible to add a "dynamic" (auto-updating) menu in BunsenLabs:
Offline
Thank you I will regard case solved!
Offline
Pages: 1