Linux/Ubuntu2018. 12. 18. 19:17

드라이버 안깔고는 안해봤네..

Epson L805 가지고 노는중


[링크 : https://epson.com/Support/wa00821]

[링크 : http://download.ebz.epson.net/faq/linux/inkjetprinter.html]

[링크 : http://download.ebz.epson.net/man/linux/]


제조사 제공은 아님

[링크 : https://linux.die.net/man/1/escputil]


-r /dev/usb/lp0 식으로 쓴다면 -P로 명칭을 쓸 수 있다는데

L805에 맞는 적당한 명칭을 찾지 못하겠다...

그리고 -P로는 잉크청소라던가 여러가지 기능은 못쓰게 제한 되는 듯?

$ escputil -P Stylus-C45 -m C45 -u -c 

[링크 : https://enggaraguilera.wordpress.com/2008/01/02/my-lovely-escputil/]

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu 18.04 kvm 설치하기  (0) 2019.04.30
ubuntu test page 위치  (0) 2018.12.19
lpstat  (0) 2018.12.18
lp lpr  (0) 2018.12.18
ubuntu desktop shortcut  (0) 2018.12.06
Posted by 구차니
Linux/Ubuntu2018. 12. 18. 19:12

lp lpr lpadmin lpstat 등등

line printer 관련 명령어들인데 lpstat은 queue 관련을 볼 수 있는 듯?

[링크 : https://en.wikipedia.org/wiki/Line_printer]

[링크 : https://askubuntu.com/questions/37247/is-there-an-easy-way-to-view-the-print-queue]

[링크 : https://www.cups.org/doc/man-lpstat.html]

'Linux > Ubuntu' 카테고리의 다른 글

ubuntu test page 위치  (0) 2018.12.19
epson 프린터 유틸리티 관련  (0) 2018.12.18
lp lpr  (0) 2018.12.18
ubuntu desktop shortcut  (0) 2018.12.06
do-release-upgrade와 apt-get dist-upgrade  (0) 2018.09.28
Posted by 구차니
Linux/Ubuntu2018. 12. 18. 19:10

'Linux > Ubuntu' 카테고리의 다른 글

epson 프린터 유틸리티 관련  (0) 2018.12.18
lpstat  (0) 2018.12.18
ubuntu desktop shortcut  (0) 2018.12.06
do-release-upgrade와 apt-get dist-upgrade  (0) 2018.09.28
tmux  (0) 2018.08.13
Posted by 구차니
Linux/Ubuntu2018. 12. 6. 15:17

좀 귀찮게 먼가 콘솔로 치던가 다른 유틸로 만들던가..

탐색기에서 만드는 법은 없나...?


[링크 : https://linuxconfig.org/how-to-create-desktop-shortcut-launcher-on-ubuntu-18-04-bionic-beaver-linux]

'Linux > Ubuntu' 카테고리의 다른 글

lpstat  (0) 2018.12.18
lp lpr  (0) 2018.12.18
do-release-upgrade와 apt-get dist-upgrade  (0) 2018.09.28
tmux  (0) 2018.08.13
우분투 자동 업데이트  (0) 2018.05.21
Posted by 구차니
Linux/Ubuntu2018. 9. 28. 06:59

'Linux > Ubuntu' 카테고리의 다른 글

lp lpr  (0) 2018.12.18
ubuntu desktop shortcut  (0) 2018.12.06
tmux  (0) 2018.08.13
우분투 자동 업데이트  (0) 2018.05.21
E: /var/lib/dpkg/lock 잠금 파일을 얻을 수 없습니다  (0) 2018.05.17
Posted by 구차니
Linux/Ubuntu2018. 8. 13. 14:45
Posted by 구차니
Linux/Ubuntu2018. 5. 21. 10:49

cron-apt 패키지를 통해 특정 주기/시간에 업데이트가 가능하다고 한다.

문제는 apt-get upgrade -y로

확인없이 무조건 업데이트를 하는데 그걸 자동화 해도 되냐는 정도?


#!/bin/bash

apt-get update

apt-get upgrade -y

apt-get autoclean 

[링크 : https://help.ubuntu.com/community/AutoWeeklyUpdateHowTo]

'Linux > Ubuntu' 카테고리의 다른 글

do-release-upgrade와 apt-get dist-upgrade  (0) 2018.09.28
tmux  (0) 2018.08.13
E: /var/lib/dpkg/lock 잠금 파일을 얻을 수 없습니다  (0) 2018.05.17
apt-mark 사용자가 수동으로 설치한 패키지 목록  (0) 2018.05.08
powertop  (0) 2018.05.04
Posted by 구차니
Linux/Ubuntu2018. 5. 17. 22:04

부팅하고 나서 바로 업데이트 하거나 설치하려고 하면

dpkg/lock 잠금 파일을 얻을 수 없다고 배째는데

apt나 dpkg로 프로세스 검색해서 죽여도 안되는 경우가 많다.


간단한(?) 해결책으로야 해당 프로세스 죽인후 lock 파일을 삭제하고 진행하는 것인데

$ sudo apt-get update; sudo apt-get upgrade

기존:1 http://ppa.launchpad.net/saiarcot895/myppa/ubuntu xenial InRelease

기존:2 http://ports.ubuntu.com/ubuntu-ports xenial InRelease

기존:3 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease

기존:4 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease

기존:5 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease

패키지 목록을 읽는 중입니다... 완료

E: /var/lib/dpkg/lock 잠금 파일을 얻을 수 없습니다 - open (11: Resource temporarily unavailable)

E: 관리 디렉터리를 (/var/lib/dpkg/) 잠글 수 없습니다. 다른 프로세스가 사용하고 있지 않습니까? 


근본적으로는 그에 연관되는 apt.systemd.daily가 문제라고 보여진다.

~$ ps -ef | grep apt

root      2471     1  0 12:42 ?        00:00:00 /bin/sh /usr/lib/apt/apt.systemd.daily update

root      2475  2471  0 12:42 ?        00:00:00 /bin/sh /usr/lib/apt/apt.systemd.daily lock_is_held update

root      3743     1  0 12:45 ?        00:00:00 /bin/sh /usr/lib/apt/apt.systemd.daily install


아무튼 검색을 해보니 아래 명령을 통해서 죽여 놓을 수 있고

$ sudo systemctl stop apt-daily.timer

$ sudo systemctl disable apt-daily.timer

$ sudo systemctl mask apt-daily.service

$ sudo systemctl daemon-reload 


추가로 아래의 파일을 삭제해주면 완벽! 인가?

/usr/lib/apt/apt.systemd.daily 


그리고 저번에 찾았던 를 통해 주기적인 업데이트를 막아 둘 수 있다.

$ sudo vi /etc/apt/apt.conf.d/10periodic

APT::Periodic::Enable "0";


그 외에는  cloud-init 스크립트를 통해서 apt-daily.service가 불려지니 could-init도 같이 죽이는게 나으려나?

Systemd is all about concurrent start of services, so the cloud-init script is run at the same time the apt-daily.service is triggered. By the time cloud-init gets to execute the user-specified payload, apt-get update is already running. So the attempts 2. and 3. failed not because of some namespace magic, but because they altered the system too late for apt.systemd.daily to pick the changes up.


This also means that there is basically no way of preventing apt.systemd.daily from running -- one can only kill it after it's started. 


[링크 : https://unix.stackexchange.com/.../how-to-disable-apt-daily-service-on-ubuntu-cloud-vm-image]

'Linux > Ubuntu' 카테고리의 다른 글

tmux  (0) 2018.08.13
우분투 자동 업데이트  (0) 2018.05.21
apt-mark 사용자가 수동으로 설치한 패키지 목록  (0) 2018.05.08
powertop  (0) 2018.05.04
ubuntu auto update 끄기  (0) 2018.04.19
Posted by 구차니
Linux/Ubuntu2018. 5. 8. 12:48

apt-mark showmanual

[링크 : https://askubuntu.com/.../generating-list-of-manually-installed-packages-and-querying-individual-packages]


apt list --installed

aptitude search '~i!~M'

[링크 : https://askubuntu.com/.../how-to-list-all-installed-packages/181544]


apt-mark showmanual

cat /var/log/apt/history.log | grep 'apt-get install '

[링크 : https://stackoverflow.com/questions/41007182/debian-listing-all-user-installed-packages]



얘는 말그대로 설치된 목록 전부 출력이라 버퍼길이를 2000 라인해놔도 넘어가버리네.. ㄷㄷ

$ apt list --installed


원하는거 맞는것 같으면서도 아닌거 같은 느낌..

odroid u3 ubuntu mate 인데

xorg 까지 install로 되어 있어서 이거 대로 삭제하다가는 시스템 날려먹을 느낌이라...

$ apt-mark showmanual

a11y-profile-manager-indicator

account-plugin-facebook

account-plugin-flickr

account-plugin-google

accountsservice

adduser

alsa-base

alsa-utils

anacron

apache2

apache2-utils

apport

apport-gtk

apport-symptoms

apt

apt-fast

aptitude

apturl

at-spi2-core

atril

avahi-autoipd

avahi-daemon

avahi-discover

avahi-dnsconfd

avahi-utils

base-files

base-passwd

bash

bc

bind9-host

binutils

blender

blueman

bluez

bluez-cups

brasero

brasero-cdrkit

brltty

brltty-x11

browser-plugin-freshplayer-pepperflash

bsdutils

build-essential

bzip2

ca-certificates

caja

caja-gksu

caja-open-terminal

caja-sendto

caja-wallpaper

cheese

chromium-browser

chromium-chromedriver

colord

coreutils

cpp

cpp-5

crda

cups

cups-browsed

cups-bsd

cups-client

cups-core-drivers

cups-filters

cups-filters-core-drivers

cups-pk-helper

cups-ppdc

dash

dconf-cli

dconf-editor

debconf

debianutils

deja-dup

deja-dup-backend-cloudfiles

deja-dup-backend-gvfs

deja-dup-backend-s3

deja-dup-caja

dialog

diffutils

dmz-cursor-theme

dpkg

dpkg-dev

e2fslibs

e2fsprogs

eclipse

engrampa

eom

espeak

ethtool

exfat-fuse

exfat-utils

fcitx-config-common

fcitx-hangul

fcitx-module-kimpanel

ffmpegthumbnailer

findutils

folder-color-caja

fonts-dejavu-core

fonts-freefont-ttf

fonts-guru

fonts-kacst-one

fonts-khmeros-core

fonts-lao

fonts-liberation

fonts-lklug-sinhala

fonts-nanum

fonts-nanum-coding

fonts-noto

fonts-noto-cjk

fonts-noto-mono

fonts-noto-unhinted

fonts-opendyslexic

fonts-sil-abyssinica

fonts-sil-padauk

fonts-symbola

fonts-takao-pgothic

fonts-thai-tlwg

fonts-tibetan-machine

fonts-unfonts-core

foomatic-db-compressed-ppds

fwupd

fwupdate

fwupdate-signed

g++

g++-5

galculator

gcc

gcc-5

gcc-5-base

gcc-6-base

gdb

gdebi

gdisk

genisoimage

ghostscript

ghostscript-x

gir1.2-javascriptcoregtk-4.0

git

gksu

glmark2-es2

gnome-disk-utility

gnome-keyring

gnome-orca

gnome-session-canberra

gnome-system-tools

gnupg

gpgv

grep

gstreamer1.0-alsa

gstreamer1.0-plugins-base

gstreamer1.0-plugins-good

gstreamer1.0-pulseaudio

gstreamer1.0-tools

gstreamer1.0-x

gucharmap

gufw

gvfs

gvfs-backends

gvfs-fuse

gzip

hddtemp

hostname

hplip

htop

hwdata

ibus-hangul

ideviceinstaller

ifuse

im-config

indicator-application-gtk2

indicator-sound-gtk2

init

init-system-helpers

initscripts

inputattach

insserv

inxi

iproute

iputils-arping

isc-dhcp-client

iso-codes

iw

joe

kerneloops-daemon

kodi

kodi-addons-dev

kodi-bin

kodi-data

kodi-eventclients-common

kodi-eventclients-dev

kodi-eventclients-j2me

kodi-eventclients-kodi-send

kodi-eventclients-ps3

kodi-eventclients-wiiremote

language-pack-gnome-en

language-pack-gnome-ko

language-selector-gnome

laptop-detect

libaacs0

libaccount-plugin-generic-oauth

libaccount-plugin-google

libacl1

libapache2-mod-php

libapparmor1

libapt-pkg5.0

libasan2

libatomic1

libattr1

libaudit-common

libaudit1

libavahi-compat-libdnssd1

libbdplus0

libblkid1

libbluray-bdj

libbluray-bin

libbluray1

libbz2-1.0

libc-bin

libc-dev-bin

libc6

libc6-dev

libcanberra-gtk-module

libcanberra-gtk3-module

libcanberra-pulse

libcap2

libcap2-bin

libcc1-0

libcomerr2

libcryptsetup4

libdb5.3

libdebconfclient0

libdevmapper1.02.1

libdpkg-perl

libdvdnav4

libdvdread4

libegl1-mesa-drivers

libfdisk1

libfile-mimeinfo-perl

libgcc-5-dev

libgcc1

libgcrypt20

libgdbm3

libgmp10

libgomp1

libgpg-error0

libgpod-common

libgs9-common

libimobiledevice-utils

libisl15

libkmod2

liblz4-1

liblzma5

libmirclient9

libmount1

libmpc3

libmpfr4

libmtp-runtime

libmysqlclient20

libncurses5

libncursesw5

libnet-dbus-perl

libnotify-bin

libnss-mdns

libnss-winbind

libp11-kit-gnome-keyring

libpam-gnome-keyring

libpam-modules

libpam-modules-bin

libpam-runtime

libpam0g

libpaper-utils

libpcre3

libperl5.22

libplist-utils

libprocps4

libproxy1-plugin-gsettings

libproxy1-plugin-networkmanager

libqt5libqgtk2

libreadline6

librsvg2-common

libsasl2-modules

libsdl-image1.2

libseccomp2

libselinux1

libsemanage-common

libsemanage1

libsepol1

libsmartcols1

libss2

libssl1.0.0

libstdc++-5-dev

libstdc++6

libsystemd0

libtinfo5

libtopmenu-client-gtk2-0

libtopmenu-client-gtk3-0

libtopmenu-server-gtk2-0

libtopmenu-server-gtk3-0

libtxc-dxtn-s2tc0

libubsan0

libudev1

libusb-0.1-4

libustr-1.0-1

libuuid1

libwmf0.2-7-gtk

libx11-protocol-perl

lightdm

lightdm-gtk-greeter

lightdm-gtk-greeter-settings

linux-firmware

linux-libc-dev

linux-tools-common

locales

login

lsb-base

make

makedev

marco

mariadb-server

mate-accessibility-profiles

mate-applet-topmenu

mate-applets

mate-desktop-environment-core

mate-dock-applet

mate-gnome-main-menu-applet

mate-icon-theme

mate-icon-theme-faenza

mate-indicator-applet

mate-media

mate-menu

mate-menus

mate-netbook

mate-netspeed

mate-notification-daemon

mate-optimus

mate-polkit

mate-power-manager

mate-screensaver

mate-sensors-applet

mate-settings-daemon

mate-system-monitor

mate-terminal

mate-themes

mate-tweak

mate-user-guide

mate-utils

mawk

mc

mesa-utils-extra

mobile-broadband-provider-info

modemmanager

mount

mozo

mpich

multiarch-support

mysql-common

ncurses-base

ncurses-bin

network-manager

network-manager-gnome

network-manager-pptp-gnome

ntp

onboard

onboard-data

openprinting-ppds

passwd

patch

pcmciautils

perl

perl-base

perl-modules-5.22

php

php-common

php-horde-cache

php-mysql

phpmyadmin

pinentry-gtk2

plank

pluma

plymouth-theme-ubuntu-mate-logo

plymouth-theme-ubuntu-mate-text

pm-utils

policykit-desktop-privileges

powertop

ppa-purge

printer-driver-brlaser

printer-driver-c2esp

printer-driver-foo2zjs

printer-driver-gutenprint

printer-driver-hpcups

printer-driver-min12xxw

printer-driver-pnm2ppa

printer-driver-postscript-hp

printer-driver-ptouch

printer-driver-pxljr

printer-driver-sag-gdi

printer-driver-splix

procps

pulseaudio-module-bluetooth

pulseaudio-module-x11

pulseaudio-utils

python3-aptdaemon

python3-aptdaemon.gtk3widgets

python3-aptdaemon.pkcompat

qt4-qtconfig

readline-common

rfkill

rhythmbox

rhythmbox-plugin-cdrecorder

rhythmbox-plugins

rtkit

samba-common-bin

sane-utils

seahorse

sed

sensible-utils

sessioninstaller

shotwell

simple-scan

smbclient

snapd

software-properties-common

software-properties-gtk

speech-dispatcher

ssh

synapse

system-config-printer-gnome

system-config-printer-udev

systemd

systemd-sysv

sysv-rc

sysvinit-utils

tar

tilda

tlp

tlp-rdw

topmenu-gtk-common

topmenu-gtk2

topmenu-gtk3

transmission-gtk

ttf-ancient-fonts-symbola

ttf-ubuntu-font-family

tzdata

u-boot-tools

ubuntu-drivers-common

ubuntu-keyring

ubuntu-mate-artwork

ubuntu-mate-default-settings

ubuntu-mate-lightdm-theme

ubuntu-mate-welcome

ubuntu-minimal

ubuntu-release-upgrader-gtk

ubuntu-sounds

unity-control-center-faces

unzip

update-manager

update-notifier

usb-modeswitch

usbmuxd

util-linux

vim

vlc

vlc-plugin-notify

wbritish

whoopsie

wireless-tools

wpasupplicant

x11-utils

x11-xserver-utils

xbitmaps

xbrlapi

xcursor-themes

xdg-user-dirs

xdg-user-dirs-gtk

xdg-utils

xkb-data

xorg

xserver-xorg

xserver-xorg-input-all

xserver-xorg-video-all

xserver-xorg-video-armsoc-exynos

xterm

xul-ext-calendar-timezones

xul-ext-ubufox

xz-utils

xzoom

yelp

zenity

zip

zlib1g


얘나 apt-mark showmanual이나 비슷한거 같은데

$ aptitude search '~i!~M'

i   a11y-profile-manager-indicator  - Accessibility Profile Manager - Unity desk

i   account-plugin-facebook         - GNOME Control Center account plugin for si

i   account-plugin-flickr           - GNOME Control Center account plugin for si

i   account-plugin-google           - GNOME Control Center account plugin for si

i   accountsservice                 - query and manipulate user account informat

i   adduser                         - 사용자와 그룹 추가 삭제

i   alsa-base                       - ALSA driver configuration files

i   alsa-utils                      - Utilities for configuring and using ALSA

i   anacron                         - 시간에 의해 실행되지 않는 cron 유사 프로그

i   apache2                         - Apache HTTP Server

i   apache2-utils                   - Apache HTTP Server (utility programs for w

i   apport                          - automatically generate crash reports for d

i   apport-gtk                      - GTK+ frontend for the apport crash report

i   apport-symptoms                 - symptom scripts for apport

i   apt                             - commandline package manager

i   apt-fast                        - shellscript wrapper for apt-get or aptitud

i   aptitude                        - 터미널용 패키지 관리 프로그램

i   apturl                          - install packages using the apt protocol -

i   at-spi2-core                    - Assistive Technology Service Provider Inte

i   atril                           - MATE document viewer

i   avahi-autoipd                   - Avahi IPv4LL network address configuration

i   avahi-daemon                    - Avahi mDNS/DNS-SD daemon

i   avahi-discover                  - Service discover user interface for avahi

i   avahi-dnsconfd                  - Avahi DNS configuration tool

i   avahi-utils                     - Avahi browsing, publishing and discovery u

i   base-files                      - 데비안 베이스 시스템의 여러가지 파일

i   base-passwd                     - 데비안 베이스 시스템 마스터 암호 파일 및

i   bash                            - GNU Bourne Again SHell

i   bc                              - GNU bc arbitrary precision calculator lang

i   bind9-host                      - BIND 9.x에 번들된 'host' 버전

i   binutils                        - GNU assembler, linker and binary utilities

i   blender                         - 매우 빠르며 다기능의 3D 모델러/렌더러

i   blueman                         - Graphical bluetooth manager

i   bluez                           - 블루투스 도구와 데몬들

i   bluez-cups                      - Bluetooth printer driver for CUPS

i   brasero                         - CD/DVD burning application for GNOME

i   brasero-cdrkit                  - cdrkit extensions for the Brasero burning

i   brltty                          - Access software for a blind person using a

i   brltty-x11                      - Access software for a blind person using a

i   browser-plugin-freshplayer-pepp - PPAPI-host NPAPI-plugin adapter for pepper

i   bsdutils                        - basic utilities from 4.4BSD-Lite

i   build-essential                 - Informational list of build-essential pack

i   bzip2                           - 고성능 블록 소팅 파일 압축 프로그램 - 유틸

i   ca-certificates                 - Common CA certificates

i   caja                            - file manager for the MATE desktop

i   caja-gksu                       - privilege granting extension for Caja usin

i   caja-open-terminal              - Caja plugin for opening terminals in arbit

i   caja-sendto                     - integrates email clients and Pidgin into t

i   caja-wallpaper                  - Allows one to quickly set a wallpaper from

i   cheese                          - tool to take pictures and videos from your

i   chromium-browser                - Chromium web browser, open-source version

i   chromium-chromedriver           - WebDriver driver for the Chromium Browser

i   colord                          - system service to manage device colour pro

i   coreutils                       - GNU 코어 유틸리티 모음

i   cpp                             - GNU C preprocessor (cpp)

i   cpp-5                           - GNU C preprocessor

i   crda                            - wireless Central Regulatory Domain Agent

i   cups                            - Common UNIX Printing System(tm) - PPD/driv

i   cups-browsed                    - OpenPrinting CUPS Filters - cups-browsed

i   cups-bsd                        - Common UNIX Printing System(tm) - BSD comm

i   cups-client                     - 공통 유닉스 프린팅 시스템 - 클라이언트 프

i   cups-core-drivers               - Common UNIX Printing System(tm) - PPD-less

i   cups-filters                    - OpenPrinting CUPS Filters - Main Package

i   cups-filters-core-drivers       - OpenPrinting CUPS Filters - PPD-less print

i   cups-pk-helper                  - PolicyKit helper to configure cups with fi

i   cups-ppdc                       - Common UNIX Printing System(tm) - PPD mani

i   dash                            - POSIX 호환 쉘

i   dconf-cli                       - simple configuration storage system - util

i   dconf-editor                    - simple configuration storage system - grap

i   debconf                         - 데비안 설정 관리 시스템

i   debianutils                     - 데비안 전용 유틸리티

i   deja-dup                        - Back up your files

i   deja-dup-backend-cloudfiles     - Rackspace Cloudfiles support for Déjà Dup

i   deja-dup-backend-gvfs           - Remote server support for Déjà Dup

i   deja-dup-backend-s3             - Amazon S3 support for Déjà Dup

i   deja-dup-caja                   - deja dup extension for caja file browser

i   dialog                          - Displays user-friendly dialog boxes from s

i   diffutils                       - 파일 비교 유틸리티 모음

i   dmz-cursor-theme                - Style neutral, scalable cursor theme

i   dpkg                            - 데비안 패키지 관리 시스템

i   dpkg-dev                        - Debian package development tools

i   e2fslibs                        - ext2/ext3/ext4 파일 시스템 라이브러리

i   e2fsprogs                       - ext2/ext3/ext4 파일 시스템 유틸리티

i   eclipse                         - Extensible Tool Platform and Java IDE

i   engrampa                        - archive manager for MATE

i   eom                             - Eye of MATE graphics viewer program

i   espeak                          - Multi-lingual software speech synthesizer

i   ethtool                         - display or change Ethernet device settings

i   exfat-fuse                      - read and write exFAT driver for FUSE

i   exfat-utils                     - utilities to create, check, label and dump

i   fcitx-config-common             - graphic Fcitx configuration tool - common

i   fcitx-hangul                    - Free Chinese Input Toy of X - hangul modul

i   fcitx-module-kimpanel           - Flexible Input Method Framework - KIMPanel

i   ffmpegthumbnailer               - fast and lightweight video thumbnailer

i   findutils                       - 파일 찾기 유틸리티 -- find, xargs

i   folder-color-caja               - folder color for caja

i   fonts-dejavu-core               - Vera font family derivate with additional

i   fonts-freefont-ttf              - Freefont Serif, Sans, Mono 트루타입 글꼴

i   fonts-guru                      - Meta package to install all Punjabi fonts

i   fonts-kacst-one                 - TrueType font designed for Arabic language

i   fonts-khmeros-core              - 캄보디아의 크메르어를 위한 KhmerOS 유니코

i   fonts-lao                       - TrueType font for Lao language

i   fonts-liberation                - Fonts with the same metrics as Times, Aria

i   fonts-lklug-sinhala             - Unicode Sinhala font by Lanka Linux User G

i   fonts-nanum                     - 나눔 한글 글꼴

i   fonts-nanum-coding              - Nanum Coding fixed width Korean TrueType f

i   fonts-noto                      - metapackage to pull in all Noto fonts

i   fonts-noto-cjk                  - "No Tofu" font families with large Unicode

i   fonts-noto-mono                 - "No Tofu" monospaced font family with larg

i   fonts-noto-unhinted             - "No Tofu" font families with large Unicode

i   fonts-opendyslexic              - font designed to increase readability for

i   fonts-sil-abyssinica            - smart Unicode font for Ethiopian and Eryth

i   fonts-sil-padauk                - smart Unicode font for languages in Myanma

i   fonts-symbola                   - symbolic font providing emoji characters f

i   fonts-takao-pgothic             - Japanese TrueType font set, Takao P Gothic

i   fonts-thai-tlwg                 - Thai fonts maintained by TLWG (metapackage

i   fonts-tibetan-machine           - font for Tibetan, Dzongkha and Ladakhi (Op

i   fonts-unfonts-core              - Un series Korean TrueType fonts

i   foomatic-db-compressed-ppds     - OpenPrinting printer support - Compressed

i   fwupd                           - Firmware update daemon

i   fwupdate                        - Tools to manage UEFI firmware updates

i   fwupdate-signed                 - Linux Firmware Updater EFI signed binary

i   g++                             - GNU C++ compiler

i   g++-5                           - GNU C++ compiler

i   galculator                      - scientific calculator

i   gcc                             - GNU C compiler

i   gcc-5                           - GNU C compiler

i   gcc-5-base                      - GCC, GNU 컴파일러 모음 (기본 패키지)

i   gcc-6-base                      - GCC, GNU 컴파일러 모음 (기본 패키지)

i   gdb                             - GNU Debugger

i   gdebi                           - simple tool to view and install deb files

i   gdisk                           - GPT fdisk text-mode partitioning tool

i   genisoimage                     - Creates ISO-9660 CD-ROM filesystem images

i   ghostscript                     - interpreter for the PostScript language an

i   ghostscript-x                   - interpreter for the PostScript language an

i   gir1.2-javascriptcoregtk-4.0    - JavaScript engine library from WebKitGTK+

i   git                             - fast, scalable, distributed revision contr

i   gksu                            - graphical front-end to su and sudo

i   glmark2-es2                     - OpenGL ES 2.0 X11 benchmark

i   gnome-disk-utility              - manage and configure disk drives and media

i   gnome-keyring                   - 그놈 키 모음 서비스 (데몬 및 도구)

i   gnome-orca                      - Scriptable screen reader

i   gnome-session-canberra          - GNOME session log in and log out sound eve

i   gnome-system-tools              - Cross-platform configuration utilities for

i   gnupg                           - GNU 프라이버시 가드 - PGP 대체 자유 소프트

i   gpgv                            - GNU privacy guard - 서명 검증 툴

i   grep                            - GNU grep, egrep과 fgrep

i   gstreamer1.0-alsa               - GStreamer plugin for ALSA

i   gstreamer1.0-plugins-base       - GStreamer plugins from the "base" set

i   gstreamer1.0-plugins-good       - GStreamer plugins from the "good" set

i   gstreamer1.0-pulseaudio         - GStreamer plugin for PulseAudio

i   gstreamer1.0-tools              - Tools for use with GStreamer

i   gstreamer1.0-x                  - GStreamer plugins for X11 and Pango

i   gucharmap                       - Unicode character picker and font browser

i   gufw                            - graphical user interface for ufw

i   gvfs                            - userspace virtual filesystem - GIO module

i   gvfs-backends                   - userspace virtual filesystem - backends

i   gvfs-fuse                       - userspace virtual filesystem - fuse server

i   gzip                            - GNU 압축 유틸리티 모음

i   hddtemp                         - hard drive temperature monitoring utility

i   hostname                        - 호스트 이름 또는 도메인 이름을 설정하거나

i   hplip                           - HP 리눅스 프린팅 및 이미징 시스템 (HPLIP)

i   htop                            - interactive processes viewer

i   hwdata                          - hardware identification / configuration da

i   ibus-hangul                     - Hangul engine for IBus

i   ideviceinstaller                - Utility to manage installed applications o

i   ifuse                           - FUSE module for iPhone and iPod Touch devi

i   im-config                       - Input method configuration framework

i   indicator-application-gtk2      - Application Indicators

i   indicator-sound-gtk2            - System sound indicator.

i   init                            - System-V-like init utilities - metapackage

i   init-system-helpers             - helper tools for all init systems

i   initscripts                     - 시스템을 초기화하고 닫기 위한 스크립트들

i   inputattach                     - utility to connect serial-attached periphe

i   insserv                         - boot sequence organizer using LSB init.d s

i   inxi                            - full featured system information script

i   iproute                         - transitional dummy package for iproute2

i   iputils-arping                  - Tool to send ICMP echo requests to an ARP

i   isc-dhcp-client                 - DHCP client for automatically obtaining an

i   iso-codes                       - ISO language, territory, currency, script

i   iw                              - tool for configuring Linux wireless device

i   joe                             - user friendly full screen text editor

i   kerneloops-daemon               - kernel oops tracker

i   kodi                            - Package created with checkinstall 1.6.2

i   kodi-addons-dev                 - Open Source Home Theatre (Addons Dev packa

i   kodi-bin                        - Open Source Home Theatre (architecture-dep

i   kodi-data                       - Open Source Home Theatre (arch-independent

i   kodi-eventclients-common        - Open Source Home Theatre (Event Client Com

i   kodi-eventclients-dev           - Open Source Home Theatre (Event Client Dev

i   kodi-eventclients-j2me          - Open Source Home Theatre (Event Client J2M

i   kodi-eventclients-kodi-send     - Open Source Home Theatre (Event Client Kod

i   kodi-eventclients-ps3           - Open Source Home Theatre (Event Client PS3

i   kodi-eventclients-wiiremote     - Open Source Home Theatre (Event Client WII

i   language-pack-gnome-en          - GNOME translation updates for language Eng

i   language-pack-gnome-ko          - GNOME translation updates for language Kor

i   language-selector-gnome         - Language selector for Ubuntu

i   laptop-detect                   - attempt to detect a laptop

i   libaacs0                        - free-and-libre implementation of AACS

i   libaccount-plugin-generic-oauth - GNOME Control Center account plugin for si

i   libaccount-plugin-google        - GNOME Control Center account plugin for si

i   libacl1                         - 접근제어리스트(ACL) 공용 라이브러리

i   libapache2-mod-php              - server-side, HTML-embedded scripting langu

i   libapparmor1                    - changehat AppArmor library

i   libapt-pkg5.0                   - package management runtime library

i   libasan2                        - AddressSanitizer -- a fast memory error de

i   libatomic1                      - support library providing __atomic built-i

i   libattr1                        - 확장 속성 공유 라이브러리

i   libaudit-common                 - Dynamic library for security auditing - co

i   libaudit1                       - Dynamic library for security auditing

i   libavahi-compat-libdnssd1       - Avahi Apple Bonjour 호환 라이브러리

i   libbdplus0                      - implementation of BD+ for reading Blu-ray

i   libblkid1                       - block device ID library

i   libbluray-bdj                   - Blu-ray Disc Java support library (BD-J li

i   libbluray-bin                   - Blu-ray disc playback support library (too

i   libbluray1                      - Blu-ray disc playback support library (sha

i   libbz2-1.0                      - high-quality block-sorting file compressor

i   libc-bin                        - GNU C Library: Binaries

i   libc-dev-bin                    - GNU C Library: Development binaries

i   libc6                           - GNU C Library: Shared libraries

i   libc6-dev                       - GNU C Library: Development Libraries and H

i   libcanberra-gtk-module          - translates GTK+ widgets signals to event s

i   libcanberra-gtk3-module         - translates GTK3 widgets signals to event s

i   libcanberra-pulse               - PulseAudio backend for libcanberra

i   libcap2                         - POSIX 1003.1e capabilities (library)

i   libcap2-bin                     - POSIX 1003.1e capabilities (utilities)

i   libcc1-0                        - GCC cc1 plugin for GDB

i   libcomerr2                      - 공통 에러 설명 라이브러리

i   libcryptsetup4                  - disk encryption support - shared library

i   libdb5.3                        - Berkeley v5.3 Database Libraries [runtime]

i   libdebconfclient0               - Debian Configuration Management System (C-

i   libdevmapper1.02.1              - Linux Kernel Device Mapper userspace libra

i   libdpkg-perl                    - Dpkg perl modules

i   libdvdnav4                      - DVD navigation library

i   libdvdread4                     - library for reading DVDs

i   libegl1-mesa-drivers            - transitional dummy package

i   libfdisk1                       - fdisk partitioning library

i   libfile-mimeinfo-perl           - Perl module to determine file types

i   libgcc-5-dev                    - GCC support library (development files)

i   libgcc1                         - GCC 기능 지원 라이브러리

i   libgcrypt20                     - LGPL 암호화 라이브러리 - 런타임 라이브러리

i   libgdbm3                        - GNU dbm 데이터베이스 루틴 (런타임 버전)

i   libgmp10                        - Multiprecision arithmetic library

i   libgomp1                        - GCC OpenMP (GOMP) support library

i   libgpg-error0                   - GnuPG 구성요소에서 일반 에러값과 메시지를

i   libgpod-common                  - common files for libgpod

i   libgs9-common                   - interpreter for the PostScript language an

i   libimobiledevice-utils          - Library for communicating with iPhone and

i   libisl15                        - manipulating sets and relations of integer

i   libkmod2                        - libkmod shared library

i   liblz4-1                        - Fast LZ compression algorithm library - ru

i   liblzma5                        - XZ 형식 압축 라이브러리

i   libmirclient9                   - Display server for Ubuntu - client library

i   libmount1                       - device mounting library

i   libmpc3                         - multiple precision complex floating-point

i   libmpfr4                        - multiple precision floating-point computat

i   libmtp-runtime                  - Media Transfer Protocol (MTP) runtime tool

i   libmysqlclient20                - MySQL database client library

i   libncurses5                     - 터미널 처리 공유 라이브러리

i   libncursesw5                    - 터미널 처리 공유 라이브러리 (와이드 문자

i   libnet-dbus-perl                - Perl extension for the DBus bindings

i   libnotify-bin                   - sends desktop notifications to a notificat

i   libnss-mdns                     - NSS module for Multicast DNS name resoluti

i   libnss-winbind                  - Samba nameservice integration plugins

i   libp11-kit-gnome-keyring        - GNOME keyring module for the PKCS#11 modul

i   libpam-gnome-keyring            - PAM module to unlock the GNOME keyring upo

i   libpam-modules                  - 장착형 인증 모듈

i   libpam-modules-bin              - PAM (Pluggable Authentication Modules) -

i   libpam-runtime                  - PAM 라이브러리를 위한 런타임 지원

i   libpam0g                        - 장착식 인증 모듈 라이브러리

i   libpaper-utils                  - library for handling paper characteristics

i   libpcre3                        - Perl 5와 호환성있는 정규표현식 라이브러리

i   libperl5.22                     - shared Perl library

i   libplist-utils                  - Apple property list converter

i   libprocps4                      - library for accessing process information

i   libproxy1-plugin-gsettings      - automatic proxy configuration management l

i   libproxy1-plugin-networkmanager - automatic proxy configuration management l

i   libqt5libqgtk2                  - Qt 5 GTK2 platform theme

i   libreadline6                    - GNU readline과 history 라이브러리, 런타임

i   librsvg2-common                 - SAX-based renderer library for SVG files (

i   libsasl2-modules                - Cyrus SASL - pluggable authentication modu

i   libsdl-image1.2                 - Image loading library for Simple DirectMed

i   libseccomp2                     - high level interface to Linux seccomp filt

i   libselinux1                     - SELinux 런타임 공유 라이브러리

i   libsemanage-common              - Common files for SELinux policy management

i   libsemanage1                    - SELinux policy management library

i   libsepol1                       - 바이너리 보안 정책을 다루기 위한 SELinux

i   libsmartcols1                   - smart column output alignment library

i   libss2                          - 명령행 인터페이스 파싱 라이브러리

i   libssl1.0.0                     - Secure Sockets Layer toolkit - shared libr

i   libstdc++-5-dev                 - GNU Standard C++ Library v3 (development f

i   libstdc++6                      - GNU 표준 C++ 라이브러리 v3

i   libsystemd0                     - systemd utility library

i   libtinfo5                       - shared low-level terminfo library for term

i   libtopmenu-client-gtk2-0        - Topmenu GTK2 (shared library¸ client part)

i   libtopmenu-client-gtk3-0        - Topmenu GTK3 (shared library¸ client part)

i   libtopmenu-server-gtk2-0        - Topmenu GTK2 (shared library, server part)

i   libtopmenu-server-gtk3-0        - Topmenu GTK3 (shared library, server part)

i   libtxc-dxtn-s2tc0               - Texture compression library for Mesa

i   libubsan0                       - UBSan -- undefined behaviour sanitizer (ru

i   libudev1                        - libudev shared library

i   libusb-0.1-4                    - 유저스페이스 USB 프로그래밍 라이브러리

i   libustr-1.0-1                   - Micro string library: shared library

i   libuuid1                        - 보편적으로 유일한 ID 라이브러리

i   libwmf0.2-7-gtk                 - Windows metafile conversion library

i   libx11-protocol-perl            - Perl module for the X Window System Protoc

i   lightdm                         - Display Manager

i   lightdm-gtk-greeter             - simple display manager (GTK+ greeter)

i   lightdm-gtk-greeter-settings    - settings editor for the LightDM GTK+ Greet

i   linux-firmware                  - Firmware for Linux kernel drivers

i   linux-libc-dev                  - Linux Kernel Headers for development

i   linux-tools-common              - Linux kernel version specific tools for ve

i   locales                         - GNU C Library: National Language (locale)

i   login                           - 시스템 로그인 도구

i   lsb-base                        - Linux Standard Base init script functional

i   make                            - utility for directing compilation

i   makedev                         - /dev 디렉토리에 장치 파일 만들기

i   marco                           - lightweight GTK+ window manager for MATE

i   mariadb-server                  - MariaDB database server (metapackage depen

i   mate-accessibility-profiles     - Accessibility Profile Manager - Mate profi

i   mate-applet-topmenu             - Topmenu applet for the MATE panel

i   mate-applets                    - Various applets for the MATE panel

i   mate-desktop-environment-core   - MATE Desktop Environment (essential compon

i   mate-dock-applet                - MATE Panel dock applet

i   mate-gnome-main-menu-applet     - GNOME start menu applet for MATE

i   mate-icon-theme                 - MATE Desktop icon theme

i   mate-icon-theme-faenza          - MATE Faenza Desktop icon theme

i   mate-indicator-applet           - MATE panel indicator applet

i   mate-media                      - MATE media utilities

i   mate-menu                       - Advanced MATE menu

i   mate-menus                      - implementation of the freedesktop menu spe

i   mate-netbook                    - MATE utilities for netbooks

i   mate-netspeed                   - Traffic monitor applet for MATE

i   mate-notification-daemon        - daemon to display passive popup notificati

i   mate-optimus                    - MATE Desktop applet for controlling NVIDIA

i   mate-polkit                     - MATE authentication agent for PolicyKit-1

i   mate-power-manager              - power management tool for the MATE desktop

i   mate-screensaver                - MATE screen saver and locker

i   mate-sensors-applet             - Display readings from hardware sensors in

i   mate-settings-daemon            - daemon handling the MATE session settings

i   mate-system-monitor             - Process viewer and system resource monitor

i   mate-terminal                   - MATE terminal emulator application

i   mate-themes                     - Official themes for the MATE desktop

i   mate-tweak                      - MATE desktop tweak tool

i   mate-user-guide                 - User documentation for MATE Desktop Enviro

i   mate-utils                      - MATE desktop utilities

i   mawk                            - 패턴 탐색 및 텍스트 처리 언어

i   mc                              - Midnight Commander - a powerful file manag

i   mesa-utils-extra                - Miscellaneous Mesa utilies (opengles, egl)

i   mobile-broadband-provider-info  - database of mobile broadband service provi

i   modemmanager                    - D-Bus service for managing modems

i   mount                           - tools for mounting and manipulating filesy

i   mozo                            - easy MATE menu editing tool

i   mpich                           - Implementation of the MPI Message Passing

i   multiarch-support               - Transitional package to ensure multiarch c

i   mysql-common                    - MySQL database common files, e.g. /etc/mys

i   ncurses-base                    - 기본 터미널 타입 정의

i   ncurses-bin                     - 터미널 관련 프로그램 및 매뉴얼 페이지

i   network-manager                 - network management framework (daemon and u

i   network-manager-gnome           - network management framework (GNOME fronte

i   network-manager-pptp-gnome      - network management framework (PPTP plugin

i   ntp                             - Network Time Protocol daemon and utility p

i   onboard                         - Simple On-screen Keyboard

i   onboard-data                    - Language model files for the word suggesti

i   openprinting-ppds               - OpenPrinting printer support - PostScript

i   passwd                          - 패스워드와 그룹 데이터 변경과 관리

i   patch                           - 원본에 diff 파일을 적용

i   pcmciautils                     - PCMCIA utilities for Linux 2.6

i   perl                            - 래리 월의 Practical Extraction and Report

i   perl-base                       - 펄 시스템 최소 버전

i   perl-modules-5.22               - 핵심 펄 모듈

i   php                             - server-side, HTML-embedded scripting langu

i   php-common                      - Common files for PHP packages

i   php-horde-cache                 - Horde Caching API

i   php-mysql                       - MySQL module for PHP [default]

i   phpmyadmin                      - MySQL web administration tool

i   pinentry-gtk2                   - GTK+-2-based PIN or pass-phrase entry dial

i   plank                           - Elegant, simple, clean dock

i   pluma                           - official text editor of the MATE desktop e

i   plymouth-theme-ubuntu-mate-logo - graphical boot animation and logger - ubun

i   plymouth-theme-ubuntu-mate-text - graphical boot animation and logger - ubun

i   pm-utils                        - utilities and scripts for power management

i   policykit-desktop-privileges    - run common desktop actions without passwor

i   powertop                        - diagnose issues with power consumption and

i   ppa-purge                       - disables a PPA and reverts to official pac

i   printer-driver-brlaser          - printer driver for (some) Brother laser pr

i   printer-driver-c2esp            - printer driver for Kodak ESP AiO color ink

i   printer-driver-foo2zjs          - printer driver for ZjStream-based printers

i   printer-driver-gutenprint       - CUPS용 프린터 드라이버

i   printer-driver-hpcups           - HP Linux Printing and Imaging - CUPS Raste

i   printer-driver-min12xxw         - printer driver for KonicaMinolta PagePro 1

i   printer-driver-pnm2ppa          - printer driver for HP-GDI printers

i   printer-driver-postscript-hp    - HP Printers PostScript Descriptions

i   printer-driver-ptouch           - printer driver Brother P-touch label print

i   printer-driver-pxljr            - printer driver for HP Color LaserJet 35xx/

i   printer-driver-sag-gdi          - printer driver for Ricoh Aficio SP 1000s/S

i   printer-driver-splix            - Driver for Samsung and Xerox SPL2 and SPLc

i   procps                          - /proc 파일시스템 도구

i   pulseaudio-module-bluetooth     - Bluetooth module for PulseAudio sound serv

i   pulseaudio-module-x11           - X11 module for PulseAudio sound server

i   pulseaudio-utils                - Command line tools for the PulseAudio soun

i   python3-aptdaemon               - Python 3 module for the server and client

i   python3-aptdaemon.gtk3widgets   - Python 3 GTK+ 3 widgets to run an aptdaemo

i   python3-aptdaemon.pkcompat      - PackageKit compatibilty for AptDaemon

i   qt4-qtconfig                    - Qt 4 configuration tool

i   readline-common                 - GNU readline and history libraries, common

i   rfkill                          - tool for enabling and disabling wireless d

i   rhythmbox                       - 그놈용 음악 플레이어 및 오거나이저

i   rhythmbox-plugin-cdrecorder     - burning plugin for rhythmbox music player

i   rhythmbox-plugins               - plugins for rhythmbox music player

i   rtkit                           - Realtime Policy and Watchdog Daemon

i   samba-common-bin                - Samba common files used by both the server

i   sane-utils                      - API library for scanners -- utilities

i   seahorse                        - GnuPG용 그놈 프론트엔드

i   sed                             - GNU sed 스트림 편집기

i   sensible-utils                  - 똑똑한 대체 선택 유틸리티 모음

i   sessioninstaller                - APT based installer using PackageKit's ses

i   shotwell                        - digital photo organizer

i   simple-scan                     - Simple Scanning Utility

i   smbclient                       - command-line SMB/CIFS clients for Unix

i   snapd                           - Daemon and tooling that enable snap packag

i   software-properties-common      - manage the repositories that you install s

i   software-properties-gtk         - manage the repositories that you install s

i   speech-dispatcher               - Common interface to speech synthesizers

i   ssh                             - secure shell client and server (metapackag

i   synapse                         - semantic file launcher

i   system-config-printer-gnome     - 프린터 설정 GUI

i   system-config-printer-udev      - Printer auto-configuration facility based

i   systemd                         - system and service manager

i   systemd-sysv                    - system and service manager - SysV links

i   sysv-rc                         - System-V 스타일 런레벨 변경 메카니즘

i   sysvinit-utils                  - System-V 스타일 유틸리티

i   tar                             - GNU 버전의 tar 아카이브 프로그램

i   tilda                           - GTK+ based drop down terminal for Linux an

i   tlp                             - Save battery power on laptops

i   tlp-rdw                         - Radio device wizard

i   topmenu-gtk-common              - Topmenu GTK+ (common files)

i   topmenu-gtk2                    - Topmenu GTK+ (GTK2 module)

i   topmenu-gtk3                    - Topmenu GTK+ (GTK3 module)

i   transmission-gtk                - lightweight BitTorrent client (GTK+ interf

i   ttf-ancient-fonts-symbola       - symbolic font providing emoji characters f

i   ttf-ubuntu-font-family          - Ubuntu Font Family, sans-serif typeface hi

i   tzdata                          - 시간대와 일광 절약 시간 데이터

i   u-boot-tools                    - companion tools for Das U-Boot bootloader

i   ubuntu-drivers-common           - Detect and install additional Ubuntu drive

i   ubuntu-keyring                  - GnuPG keys of the Ubuntu archive

i   ubuntu-mate-artwork             - Ubuntu MATE themes and artwork

i   ubuntu-mate-default-settings    - Default settings for Ubuntu MATE

i   ubuntu-mate-lightdm-theme       - LightDM theme and default configuration fo

i   ubuntu-mate-welcome             - Welcome screen for Ubuntu MATE

i   ubuntu-minimal                  - Minimal core of Ubuntu

i   ubuntu-release-upgrader-gtk     - manage release upgrades

i   ubuntu-sounds                   - Ubuntu's GNOME audio theme

i   unity-control-center-faces      - utilities to configure the GNOME desktop -

i   unzip                           - zip 압축 파일 풀기

i   update-manager                  - apt 업데이트를 관리하는 그놈 프로그램

i   update-notifier                 - Daemon which notifies about package update

i   usb-modeswitch                  - mode switching tool for controlling "flip

i   usbmuxd                         - USB multiplexor daemon for iPhone and iPod

i   util-linux                      - miscellaneous system utilities

i   vim                             - Vi IMproved - enhanced vi editor

i   vlc                             - multimedia player and streamer

i   vlc-plugin-notify               - LibNotify plugin for VLC

i   wbritish                        - /usr/share/dict용 영국식 영어 사전 낱말

i   whoopsie                        - Ubuntu error tracker submission

i   wireless-tools                  - Tools for manipulating Linux Wireless Exte

i   wpasupplicant                   - client support for WPA and WPA2 (IEEE 802.

i   x11-utils                       - X11 utilities

i   x11-xserver-utils               - X server utilities

i   xbitmaps                        - Base X bitmaps

i   xbrlapi                         - Access software for a blind person using a

i   xcursor-themes                  - Base X cursor themes

i   xdg-user-dirs                   - tool to manage well known user directories

i   xdg-user-dirs-gtk               - tool to manage well known user directories

i   xdg-utils                       - freedesktop.org의 데스크탑 통합 유틸리티

i   xkb-data                        - X Keyboard Extension (XKB) configuration d

i   xorg                            - X.Org X 윈도우 시스템

i   xserver-xorg                    - X.Org X server

i   xserver-xorg-input-all          - X.Org X server -- input driver metapackage

i   xserver-xorg-video-all          - X.Org X server -- output driver metapackag

i   xserver-xorg-video-armsoc-exyno - X.Org X server -- ARM SoC display driver f

i   xterm                           - X 터미널 에뮬레이터

i   xul-ext-calendar-timezones      - Calendar Extension for Thunderbird (transi

i   xul-ext-ubufox                  - Ubuntu modifications for Firefox

i   xz-utils                        - XZ-format compression utilities

i   xzoom                           - magnify part of X display, with real-time

i   yelp                            - Help browser for GNOME

i   zenity                          - Display graphical dialog boxes from shell

i   zip                             - Archiver for .zip files

i   zlib1g                          - 압축 라이브러리 - 런타임 


'Linux > Ubuntu' 카테고리의 다른 글

우분투 자동 업데이트  (0) 2018.05.21
E: /var/lib/dpkg/lock 잠금 파일을 얻을 수 없습니다  (0) 2018.05.17
powertop  (0) 2018.05.04
ubuntu auto update 끄기  (0) 2018.04.19
시스템 모니터링 툴(CUI)  (0) 2018.02.21
Posted by 구차니
Linux/Ubuntu2018. 5. 4. 18:09

PMIC가 있으면 소비전류를 모니터링 할 수 있을거 같은데



$ sudo apt-get install powertop

Reading package lists... Done

Building dependency tree

Reading state information... Done

The following extra packages will be installed:

  libpci3

Suggested packages:

  cpufrequtils laptop-mode-tools

The following NEW packages will be installed:

  libpci3 powertop

0 upgraded, 2 newly installed, 0 to remove and 10 not upgraded.

Need to get 202 kB of archives.

After this operation, 538 kB of additional disk space will be used.

Do you want to continue? [Y/n]

Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main libpci3 armhf 1:3.2.1-3 [48.2 kB]

Get:2 http://mirrordirector.raspbian.org/raspbian/ jessie/main powertop armhf 2.6.1-1 [154 kB]

Fetched 202 kB in 1s (113 kB/s)

Selecting previously unselected package libpci3:armhf.

(Reading database ... 155355 files and directories currently installed.)

Preparing to unpack .../libpci3_1%3a3.2.1-3_armhf.deb ...

Unpacking libpci3:armhf (1:3.2.1-3) ...

Selecting previously unselected package powertop.

Preparing to unpack .../powertop_2.6.1-1_armhf.deb ...

Unpacking powertop (2.6.1-1) ...

Processing triggers for man-db (2.7.5-1~bpo8+1) ...

Setting up libpci3:armhf (1:3.2.1-3) ...

Setting up powertop (2.6.1-1) ...

Processing triggers for libc-bin (2.19-18+deb8u10) ...

$ powertop

PowerTOP v2.6.1 must be run with root privileges.

exiting...

$ sudo powertop

Cannot load from file /var/cache/powertop/saved_results.powertop

Cannot load from file /var/cache/powertop/saved_parameters.powertop

RAPL device for cpu 0

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

RAPL device for cpu 0

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Model-specific registers (MSR)                   not found (try enabling CONFIG_X86_MSR).

Cannot load from file /var/cache/powertop/saved_parameters.powertop

Leaving PowerTOP


라즈베리 파이 2B에서 하니 ACPI가 없어서 인지

BMS가 없어서 인지 모르겠지만 아래 링크에서 처럼 배터리 관련 W 정보가 나오지 않는다.

PowerTOP 2.6.1    Overview   Idle stats   Frequency stats   Device stats   Tunables


Summary: 0.0 wakeups/second,  0.0 GPU ops/seconds, 0.0 VFS ops/sec and 7.2% CPU use


                Usage       Events/s    Category       Description

             51.1 ms/s      0.00        Process        powertop

              3.3 ms/s      0.00        Interrupt      [62] dwc_otg_hcd:usb1

              2.0 ms/s      0.00        Process        /usr/bin/python /usr/bin/fail2ban-server -b -s /va

              1.6 ms/s      0.00        Interrupt      [62] dwc_otg

              1.6 ms/s      0.00        Process        /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib

              1.5 ms/s      0.00        Process        [kworker/3:2]

              1.1 ms/s      0.00        Interrupt      [17] arch_timer

              1.0 ms/s      0.00        Interrupt      [62] dwc_otg_pcd

              0.8 ms/s      0.00        Process        [migration/0]

              0.7 ms/s      0.00        Process        [migration/1]

              0.7 ms/s      0.00        Process        [migration/2]

            685.3 µs/s      0.00        Interrupt      [7] sched(softirq)

            628.8 µs/s      0.00        Timer          hrtimer_wakeup

            514.7 µs/s      0.00        Process        sshd: pi@pts/0

            509.5 µs/s      0.00        Timer          tick_sched_timer

            426.9 µs/s      0.00        Process        [migration/3]

            380.7 µs/s      0.00        Interrupt      [9] RCU(softirq) 


odroid U3 에는 그래도 PMIC가 있어서 기대를 했는데 똑같이 BMS가 없어서 그런지 안나오는건 여전하다.

PowerTOP 2.8      Overview   Idle stats   Frequency stats   Device stats   Tunables


Summary: nan wakeups/second,  nan GPU ops/seconds, nan VFS ops/sec and -0.0% CPU use


                Usage       Events/s    Category       Description

            100.0%                      Device         USB device: S5P EHCI Host Controller

            100.0%                      Device         USB device: usb-device-0424-9730

              7.6 pkts/s                Device         Network interface: eth0 (smsc95xx)

              0.0%                      Device         USB device: EXYNOS OHCI Host Controller

              0.0%                      Device         runtime-reg-fixed-voltage.0

             10.8%                      Device         USB device: usb-device-0424-3503

              0.0%                      Device         I2C Device (8-0038): s5p_hdmiphy

              0.0%                      Device         I2C Adapter (i2c-1): s3c2410-i2c

              0.0%                      Device         I2C Adapter (i2c-2): i2c-gpio2

              0.0%                      Device         I2C Adapter (i2c-3): s3c2410-i2c

              0.0%                      Device         I2C Adapter (i2c-0): s3c2410-i2c

              0.0%                      Device         I2C Adapter (i2c-7): s3c2410-i2c

              0.0%                      Device         I2C Adapter (i2c-8): s3c2410-i2c

              0.0%                      Device         I2C Device (0-0006): dummy

              0.0%                      Device         I2C Device (0-0008): usb3503

              0.0%                      Device         I2C Device (0-0009): max77686

              0.0%                      Device         I2C Device (1-0010): max98090

              0.0%                      Device         I2C Device (2-0050): s5p_ddc 


[링크 : https://askubuntu.com/questions/73904/how-do-i-monitor-power-consumption]

Posted by 구차니