Results 1 to 6 of 6

Thread: apt-get install conky problem

  1. #1
    Join Date
    2014-Jan
    Posts
    1

    apt-get install conky problem

    help me please, every time i used apt-get install its always error

    it says
    root@kali:/home/helmimarlo# apt-get install conky
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package conky


    its always say '' E:unable to locate ''
    not only conky but every installation


    Thank You

  2. #2
    Join Date
    2013-Mar
    Posts
    85
    Code:
    root@kali:~# apt-get update && apt-cache search conky
    Get:1 http://security.kali.org kali/updates Release.gpg [836 B]
    Get:2 http://http.kali.org kali Release.gpg [836 B]
    Get:3 http://security.kali.org kali/updates Release [11.0 kB]
    Get:4 http://http.kali.org kali Release [21.1 kB]   
    Get:5 http://security.kali.org kali/updates/main i386 Packages [161 kB]
    Hit http://security.kali.org kali/updates/contrib i386 Packages                          
    Get:6 http://http.kali.org kali/main Sources [7,525 kB]                                  
    Hit http://security.kali.org kali/updates/non-free i386 Packages                         
    Get:7 http://http.kali.org kali/non-free Sources [117 kB]                                
    Ign http://security.kali.org kali/updates/contrib Translation-en_US                      
    Ign http://security.kali.org kali/updates/contrib Translation-en                         
    Hit http://http.kali.org kali/contrib Sources                                            
    Ign http://security.kali.org kali/updates/main Translation-en_US                         
    Ign http://security.kali.org kali/updates/main Translation-en                            
    Get:8 http://http.kali.org kali/main i386 Packages [8,453 kB]                            
    Ign http://security.kali.org kali/updates/non-free Translation-en_US                     
    Ign http://security.kali.org kali/updates/non-free Translation-en               
    Ign http://http.kali.org kali/contrib Translation-en_US                                  
    Ign http://http.kali.org kali/contrib Translation-en                                     
    Ign http://http.kali.org kali/main Translation-en_US                                     
    Ign http://http.kali.org kali/main Translation-en                                        
    Ign http://http.kali.org kali/non-free Translation-en_US                                 
    Ign http://http.kali.org kali/non-free Translation-en                                    
    Get:9 http://http.kali.org kali/non-free i386 Packages [115 kB]                          
    Hit http://http.kali.org kali/contrib i386 Packages                                      
    Fetched 16.4 MB in 10s (1,570 kB/s)                                                      
    Reading package lists... Done
    conky - highly configurable system monitor (transitional package)
    conky-cli - highly configurable system monitor (basic version)
    conky-std - highly configurable system monitor (default version)
    conky-all - highly configurable system monitor (all features enabled)
    Sounds like your repositories are incorrect, I would fix them and try again.

  3. #3
    Join Date
    2013-Mar
    Posts
    354
    Check your repos please: Keep them minimal and clean:

    deb http://http.kali.org/kali kali main non-free contrib
    deb http://security.kali.org/kali-security kali/updates main contrib non-free

    Try that.

  4. #4
    Join Date
    2014-Jan
    Posts
    10
    I'm getting the same problem, same errors
    I also tried setting my repositories as suggested

  5. #5
    Join Date
    2013-Mar
    Posts
    354
    Then it is not in repos. Need to get the conky from debian packages: http://packages.debian.org/wheezy/conky

  6. #6
    Join Date
    2013-Mar
    Location
    localhost
    Posts
    41
    to install conky
    Code:
     apt-get install conky conky-all
    conky conf i put together well 1 of um
    well i think this one of um i got liek 30 differnt ones i dont got them labeled
    i think this is the one i setup so dont hold it against me lol
    Code:
     # Conky, a system monitor, based on torsmo
    #
    # Any original torsmo code is licensed under the BSD license
    #
    # All code written since the fork of torsmo is licensed under the GPL
    #
    # Please see COPYING for details
    #
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    #
    
     # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages 
    # - netstat connections to your computer
    #
    # -- Pengo ([email protected])
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_hints undecorated,below,skip_taskbar
    background no
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer yes
    use_xft yes
    
    # Update interval in seconds
    update_interval 3.1
    
    # Minimum size of text area
    minimum_size 400 5
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white
    
    own_window_colour brown
    own_window_transparent yes
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 10
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale no
    xftfont Terminus:size=8
    xftalpha 0.8
    
    TEXT
    
    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes  
    ${offset 240}${color slate grey}Running:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Highest CPU:
    ${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
    ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
    ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
    ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
    
    ${offset 240}${color slate grey}Highest MEM:
    ${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
    ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
    
    ${offset 240}${color slate grey}MEM:  ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    
    ${offset 240}${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
    ${offset 240}${fs_bar 3,100 /home}
    ${offset 240}${color slate grey}SLACK:  ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
    ${offset 240}${fs_bar 3,100 /mnt/slack}
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}
    Goodluck

Similar Threads

  1. conky script not find
    By hasan5599 in forum General Archive
    Replies: 1
    Last Post: 2015-04-10, 03:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •