You are not logged in.
No matter what I do, when I do screenfetch, it won't show the number of packages installed! Works perfect in Arch but I can't see what I am missing! Any help would be appreciated!
Thx!
Last edited by topdollar (2016-07-02 12:07:14)
"Don't be too proud of this technological terror you have constructed... The ability to destroy a planet is insignificant next to the power of the FORCE" -Darth Vader
Offline
Which version of screenfetch are you using?
What is the actual terminal output when you run the command?
What is the output of:
dpkg -l | grep -c ^i
Offline
topdollar@odin:~$ dpkg -l | grep -c ^i
1330
"Don't be too proud of this technological terror you have constructed... The ability to destroy a planet is insignificant next to the power of the FORCE" -Darth Vader
Offline
Ooops, sorry. The actual command used by the script appears to be:
dpkg --get-selections | grep -v deinstall$ | wc -l
Or:
dpkg --get-selections | wc -l
Depending on which version you are using.
Do they produce an output?
I think my command is better
Is this the BunsenLabs version of screenfetch?
Offline
topdollar@odin
OS: Unknown 8.5 bunsen-hydrogen
Kernel: x86_64 Linux 3.16.0-4-amd64
Uptime: 2h 2m
Packages: Unknown
Shell: bash 4.3.30
Resolution: 1366x768
WM: OpenBox
WM Theme: Bunsen-Blue-Dark
GTK Theme: Buns en [GTK2], Bunsen [GTK3]
Icon Theme: Faenza-Dark-Bunsen
Font: Sans 10
CPU: Intel Core i5-3320M CPU @ 3.3GHz
RAM: 1887MB / 3645MB
Last edited by Head_on_a_Stick (2016-07-02 00:02:36)
"Don't be too proud of this technological terror you have constructed... The ability to destroy a planet is insignificant next to the power of the FORCE" -Darth Vader
Offline
Thx! HoaS!
topdollar@odin:~$ dpkg --get-selections | wc -l
1366
And it is our version of screenfetch!
"Don't be too proud of this technological terror you have constructed... The ability to destroy a planet is insignificant next to the power of the FORCE" -Darth Vader
Offline
OS: Unknown 8.5 bunsen-hydrogen
There's the problem -- it doesn't recognise your system as BunsenLabs so it doesn't know how to count the packages.
What is the output of:
apt-cache policy bunsen-os-release
Offline
topdollar@odin:~$ apt-cache policy bunsen-os-release
bunsen-os-release:
Installed: 8.5.1-1
Candidate: 8.5.1-1
Version table:
*** 8.5.1-1 0
500 [url]http://pkg.bunsenlabs.org/debian/[/url] bunsen-hydrogen/main amd64 Packages
100 /var/lib/dpkg/status
Last edited by Head_on_a_Stick (2016-07-02 00:02:07)
"Don't be too proud of this technological terror you have constructed... The ability to destroy a planet is insignificant next to the power of the FORCE" -Darth Vader
Offline
How about:
cat /etc/os-release
Offline
Thx again HoaS!
topdollar@odin:~$ cat /etc/os-release
ANSI_COLOR="0;34"
BUG_REPORT_URL="https://github.com/BunsenLabs"
HOME_URL="https://bunsenlabs.org"
ID=bunsenlabs
ID_LIKE="debian"
NAME="BunsenLabs GNU/Linux"
PRETTY_NAME="BunsenLabs GNU/Linux 8.5 (Hydrogen)"
SUPPORT_URL="https://forums.bunsenlabs.org"
VERSION="8.5 (Hydrogen)"
VERSION_ID="8.5"
Last edited by Head_on_a_Stick (2016-07-02 00:04:11)
"Don't be too proud of this technological terror you have constructed... The ability to destroy a planet is insignificant next to the power of the FORCE" -Darth Vader
Offline
And it is our version of screenfetch!
Are you sure?
I cannot reproduce this in my BL system:
empty@TheLab ~ % apt-cache policy screenfetch
screenfetch:
Installed: 1:3.7.0~bl3+5b09eac-1
Candidate: 1:3.7.0~bl3+5b09eac-1
Version table:
*** 1:3.7.0~bl3+5b09eac-1 0
100 http://pkg.bunsenlabs.org/debian/ jessie-backports/main amd64 Packages
100 /var/lib/dpkg/status
3.6.5-1 0
500 http://httpredir.debian.org/debian/ jessie/main amd64 Packages
That error does occur with the Debian jessie version.
Offline
Install the screenfetch package from the BL jessie-backports repository. Instructions on setting the repo up are on pkg.bunsenlabs.org. The screenfetch currently in jessie doesn't have BL support since that was merged by upstream only a month or two ago.
Offline
if ill run the bl labs script is this done automaticly ? just a beginner with linux having the same problem as above , if not is it possible to make it like this for simple people like me :-).
Offline
if ill run the bl labs script is this done automaticly ?
There is an option in the welcome script to add the BunsenLabs jessie-backports repository to your system, I think.
Once the repository is added, the package can be installed with:
sudo apt-get install -t jessie-backports screenfetch
Full instructions here:
https://pkg.bunsenlabs.org/#jessie-backports
Offline
There is an option in the welcome script to add the BunsenLabs jessie-backports repository to your system, I think.
There is, but at the moment it's only invoked if the user wants to upgrade xfce4-power-manager. I think it should be added as an option anyway, like Debian backports.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
thank you
Offline
@HoaS
I could swear that I installed our version of screenfetch! Too much beer on my part???
@nobody
That did the trick! Thanks!
"Don't be too proud of this technological terror you have constructed... The ability to destroy a planet is insignificant next to the power of the FORCE" -Darth Vader
Offline