Neler yeni
MEGAForum - Teknoloji Forumu

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı yada giriş yapmalısınız. Forum üye olmak tamamen ücretsizdir.

DEB Paketi Araştırma Ve Bilgi Alma

TRWE_2012

لِيَغْفِرَ لَكَ اللّٰهُ مَا تَقَدَّمَ مِنْ ذَنْبِك
Moderatör
Konum
BERTUNA
  • Üyelik Tarihi
    2 Haz 2020
  • Mesajlar
    5,277
  • MFC Puanı
    15,980
Yönetici modunda bir terminal penceresini ctrl + alt + T tuş kombinasyonu ile açın ve terminal satırına şu komutu girin.

Genel Komut Kalıbı :

Kod:
# apt-cache search -anahtar bir cümleçik-

Örnek Çıktı:

Kod:
linuxmaster@notebook-pc ~ $ su -
 Parola:--------------------------------------

Kod:
notebook-pc ~ # apt-cache search paint

libcairo2 - The Cairo 2D vector graphics library
gimp - GNU Resim İşleme Programı
fonts-gfs-artemisia - greek font (Times Greek-like)
gambas3-gb-image - Gambas image effects component
gchempaint - 2D chemical structures editor for the GNOME2 desktop
gcu-bin - GNOME chemistry utils (helper applications)
gcu-plugin - GNOME chemistry utils (browser plugin)
gnome-paint - simple, easy to use paint program for GNOME
gpaint - GNU Paint - a small, easy to use paint program for GNOME
grafx2 - ultimate 256-color bitmap paint program
imagetooth - This library generates images of teeth for odontograms.
invesalius - 3D medical imaging reconstruction software
junior-art - Debian Jr. Art
libcairo-ocaml - OCaml bindings for Cairo (runtime)
libcairo-ocaml-dev - OCaml bindings for Cairo
libgcu-dbg - GNOME chemistry utils (debugging symbols)
libgcu0 - GNOME chemistry utils (library)
libpiccolo-java - toolkit for development of 2D structured graphics
libqtexengine-dev - Development files for the QTeXEngine library
libqtexengine1 - Library to export graphics created using QPainter to TeX
libswtchart-java - Chart drawing SWT component
libxaw3dxft6 - An extended version of Xaw3d with support for UTF8
magictouch - Retro game goes multitouch: use two knobs to paint a picture
mtpaint - painting program to create pixel art and manipulate digital photos
mypaint-data - runtime data files for MyPaint
mypaint-data-extras - high resolution backgrounds for mypaint
navit-graphics-qt-qpainter - Car navigation system with routing engine - Qt graphic plugin
pinta - Simple drawing/painting program
pysiogame - educational activity pack for kids
rgbpaint - simple pixel-based painting program
root-plugin-geom-geompainter - Geometry painter plugin for ROOT
root-plugin-hist-histpainter - Histogram painter plugin for ROOT
root-plugin-hist-spectrumpainter - Spectrum painter plugin for ROOT
ruby-paint - terminal paint library with 256 color and effect support
tuxpaint - A paint program for young children
tuxpaint-config - Configuration tool for Tux Paint
tuxpaint-data - Data files for Tux Paint, a paint program for children
tuxpaint-dev - Development files for Tux Paint
tuxpaint-plugins-default - Magic tool plugins for Tux Paint
tuxpaint-stamps-default - Stamp files for Tux Paint, a paint program for children
vdr-plugin-sudoku - VDR-Plugin to generate and solve Sudokus
whyteboard - overlay painting and annotation application
xli - command line tool for viewing images in X11
xloadimage - Graphics file viewer under X11
xpaint - simple paint program for X
xpaint-dev - simple paint program for X (development files)
abr2gbr - PhotoShop fırçalarını GIMP biçimine dönüştürür
calligraauthor - Authoring tool for the Calligra Suite
kolourpaint4 - simple image editor and drawing application
krita-data - data files for Krita painting program
mypaint - paint program for use with graphics tablets

Örnek çıktı da TRWE_2012 -paint- sözcüğünden (anahtar kelimeden) depolarda bulunan ve içinde paint sözcüğü geçen kelimeleri terminal de listelemiştir.

Şimdi bu listeden gnome-paint hakkında bilgi alalım terminalden.....Bunu için:

Genel Komut Kalıbı :

Kod:
apt-cache show -paket_adı.deb- (enter tuşuna basın) kalıbını kullanın.

Örnek Çıktı

Kod:
notebook-pc ~ # apt-cache show gnome-paint

Package: gnome-paint
Priority: optional
Section: universe/graphics
Installed-Size: 638
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Aron Xu <aron@debian.org>
Architecture: i386
Version: 0.4.0-4ubuntu1
Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.18.0), libx11-6
Filename: pool/universe/g/gnome-paint/gnome-paint_0.4.0-4ubuntu1_i386.deb
Size: 80906
MD5sum: cd54926dec668f74a677e590281f8b63
SHA1: 8bfddbc601787ed6833a196b55efdc66bd5a584e
SHA256: a3d07551eba2b7afb2e1eba1b065649aebf421139cda197400865606c4b12fa8
Description-en: simple, easy to use paint program for GNOME
gnome-paint is a program inspired by MS Paint and designed for
GNOME (and maybe other) desktop environment. It could be used to
manipulate images in a very simple way. With a very friendly
user interface, gnome-paint is easy to get started for new users.
Description-md5: d398baa20c68f3bf9eaaf772659cff80
Homepage: http://launchpad.net/gnome-paint/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

Bu örnek çıktıda önemli olan satırlar

*Depends (Bağımlılıklar)
*Filename (Dosya Adı)
*Size(Bayt) (Dosya Boyutu)
*MD5sum (Dosya Doğrulama Hash Değeri)


Böylece yükleme öncesi paketin bilgilerini bakmayı ve değerlendirmeyi öğrendiniz.
 
Üst Alt