Strona 1 z 1

instalowanie programów-repo

: 10 grudnia 2007, 16:49
autor: m4k0
mam taki dość nietypowy problem ponieważ jestem poiadaczem systemu Debian od 3 dni i nie znam nazw programów etc podobnie jak znaleść stronę z jednym wielkim spisem repozytów z krótkim opisem tzn co to jest za program

wybaczcie za niestaranność ale jestem zmęczony po szkole i mój mózg jest na wyczerpaniu :p

: 10 grudnia 2007, 17:53
autor: kodzik
jakbys znal nazwe paczki to opis jest pod

Kod: Zaznacz cały

aptitude search
a co do nazw paczek.. huh.. packages.debian.org mysle ze moze naprowadzic Cie..

: 11 grudnia 2007, 18:03
autor: m4k0
ok tak jak pisałeś na stronie jest od brudu nazw paczek :) ale jak chce któryś zainstalować to go muszę ściągnąć i skompilować czy są tam gdzieś repo ? bo nie mogę znaleść....

: 11 grudnia 2007, 18:38
autor: paolus
Witam
Jeśli jakiś program jest w repo to możesz użyć np graficznego Synaptica. Wyświetla dokładnie opisy programów i nie trzeba niczego kompilować, a zależności same się dociągną. Ponadto wszystko jest podzielone na działy np email, grafika więc z grubsza będziesz wiedział gdzie szukać jakiegoś programu.
Pozdrawiam

: 11 grudnia 2007, 19:14
autor: m4k0
jest prawie tak jak opisałeś :)
tzn zainstalowałem i uruchomiłem synaptic, zainstalowałem jakiś program do odtwarzania dźwięku,
tylko że go nie ma w aplikacje->dźwięk i obraz oraz po wpisaniu jego nazwy w terminalu nie odpala
instalowałem po przez nakładkę i aptitude :C

: 11 grudnia 2007, 20:11
autor: paolus
A nie wyskoczyły jakieś błędy? Instalowałeś spod root'a?

: 11 grudnia 2007, 21:11
autor: m4k0
paolus pisze:A nie wyskoczyły jakieś błędy? Instalowałeś spod root'a?
np wyskakuje mi coś takiego

Kod: Zaznacz cały

usage: checkmp3 [-e] [-p] [-v[v]] [-a] [-b[<byte_count>]] [-i] [-s[s]] [-h] [-] [file ...]
     -q<number>        Determines the mininum <number> of contiguous frames
                       that must be present for an error NOT to occur.
                       Analyzing random data will find spurious MP3 headers,
                       but finding <number> sequential headers are even
                       harder to find.

     -e                While id3v2 support is under development, this flag will
                       allow you to have mp3_check record a frame error when
                       a id3v2 tag is found.

     -p                Shows just the essentials (what you get without the
                       -v option) on a single line for easy parsing. The
                       fields are separated by tabs, and the name/value pairs
                       are separated by spaces.

     -v[v]             Lists details about the mp3 in name -> value order.
                       Adding an extra 'v' at the end gives details about
                       each frame. Extremly verbose!

     -a                Checks the mp3 from stem to stern (default).
                       If any other flags are present, it will not be
                       enabled, and will instead behave as though the
                       '-b' switch is present.

     -b[<byte_count>]  If a frame is not found by <byte_count> bytes,
                       quit, and return an error. If byte_count
                       is not specified, it will search until the
                       first valid frame and quit.

     -i                Check to see if there is a ID3 tag, and if so,
                       display the info.

     -s[s|f]           Sends the mp3 to stdout (for CGI applications).
                       If an additional 's' is there, then no output is
                       made, just errors are reported (super silent).
                       With the 'f' used, only valid frames are sent
                       to stdout ('f'ixing the mp3 is attempted). Also,
                       it is important to note that the id3 tag will not
                       be included in the 'f'ixed mp3. If you want it
                       included, you have to include the '-i' option.

     -h                Print this text including the version.

* VERSION:  1.98
* HOMEPAGE: [url]http://sourceforge.net/project/?group_id=6126[/url]
* AUTHOR :  Eric Bullen <ericb at thedeepsky.com>
mako@mako:~$
a program się nie uruchamia i nie wiem ocb :C

//edit
używaj tagów code
mlyczek

: 11 grudnia 2007, 22:20
autor: paolus
Czy to jest z mplayer'a? Zainstalowałeś mplayer-gui? - Mi to wygląda na wersję konsolową mplayer'a.
Pozdrawiam