Close
Duke shfaqur rezultatin -19 deri 0 prej 11
  1. #1
    i/e regjistruar Maska e shadow
    Anėtarėsuar
    28-03-2003
    Vendndodhja
    Prishtine
    Postime
    24

    Instalimi i programeve nė Linux

    Pershendetje.
    Une ky eshte forumi ku une gjithmone i qaj hallet rreth problemeve te shumeta ne informatike. Andaj ju falenderoj per perkrahjen qe kam mar nga ju derime sot.

    Sot kam nje pyetje tjeter rreth linux.
    Jam shume i ri ne linux dhe akoma gjithqka eshte mjegull.

    A mund te me tregoni ndonje tutorial ku spjegohet se si do te instalonim nje software ne linux?

    Psh. Kam nje program (lloj loje) e cila nuk ka setup ashtu siq kan ne windows.
    Ate thjesht e dekompresoj dhe gjej shum fajlla ne te.
    Cfar te bej me ta?
    Nuk e di se ku duhet ti dergoj.
    Nuk ka asnje Readme apo dicka tjeter qe te ndihmon rreth instalimit.
    Ju faleminderit.
    go crazy

  2. #2
    Shumė programe vijnė tė pėrpiluar (compiled) dhe me ekzekutuesin binar tė gatshėm. Zakonisht kanė dhe njė README apo INSTALL brenda dosjes. Nėse kėto dy skedarė mungojnė, po ashtu nėse mungon dhe dosja me dokumentacionin pėrkatės, tė kėshilloj tė kėrkosh nė rrjet nė motorin tėnd tė preferuar tė kėrkimit.

    Tani, sa i pėrket instalimit.

    Nė rastin e programeve qė kanė nevojė pėr pėrpilim, ekzistojnė mėnyra tė ndryshme. Mė e pėrdorshmja ėshtė konfigurimi me anė tė ekzekutimit tė "./configure" apo "./autogen.sh" (nė rast se nuk ekziston skedari "configure"). Por shumė herė nuk ka nevojė fare pėr konfigurim. Nėse jo, vazhdohet me komandėn "make" dhe pėrfundimisht me "make install" (kjo e fundit nė 99% tė rasteve kėrkon tė drejta administratori, pra fjalėkalimin e "root").

    Nė rastin e programeve qė nuk kanė nevojė apo mundėsi pėrpilimi nga burimi (source), ekziston njė "script" i pėrshtatshėm i shkruar nga vetė prodhuesi i cili bėn tė mundur instalimin personal apo tė pėrgjithshėm, kjo nė varėsi tė tė drejtave qė ti ke (pėrdorues apo administrator sistemi). Shembuj tė mirėfilltė janė disa lojra tė kompanisė "Loki Games" psh, ose instaluesi automatik i shfletuesit Firefox.

    Nė rastin tėnd, mund tė ekzistojė binari i ekzekutueshėm dhe mund tė fillosh lojėn qė aty, pa patur nevojė ta instalosh. Kjo bėhet duke gjetur emrin e skedarit dhe duke e ekzekutuar nė formėn ./, qoftė ky i fundit binar apo ndonje "script" me tė drejta ekzekutimi (chmod +x nėse nuk i ka kėto tė drejta). Kėto hasen kryesisht me paketat e "gatshme" tė programeve apo lojrave.

    Mund tė na thuash pėr ē'lojė bėhet fjalė?
    Ndryshuar pėr herė tė fundit nga helios : 04-02-2005 mė 13:26
    U let him hold a gun 2 ur head during sex?I thought u were a feminist
    Usually he takes the clip out

  3. #3
    i/e regjistruar Maska e shadow
    Anėtarėsuar
    28-03-2003
    Vendndodhja
    Prishtine
    Postime
    24
    Tung.
    Ok do te shoh tani.
    Po ju lutem me tregoni ( e kam bere njehere por e kam harruar) se si behet dekompresimi.
    Ky fajll eshte ne gzip.
    Ekziston ndonje program qe instalohet ne server per kete?
    une me duket se e kam bere njehere duke perdorur Midnight commander.
    Gjithashtu jam i bindur se nuk ka ndonje udhezues brenda fajllit.

    faleminderit helios
    go crazy

  4. #4
    Pėr ēngjeshjen:

    .gz --> "gunzip -d/gzip -d", ose thjesht "gunzip"
    .bz2 --> "bzip2 -d/bunzip2 -d" ose thjesht "bunzip2"
    .tar --> "tar -xvf"
    .tar.gz --> "tar -zxvf"
    .tar.bz2 --> "tar -jxvf"
    .zip --> "unzip"
    .rar --> "unrar -x"
    U let him hold a gun 2 ur head during sex?I thought u were a feminist
    Usually he takes the clip out

  5. #5
    i/e regjistruar Maska e Migert
    Anėtarėsuar
    16-12-2003
    Vendndodhja
    Kudo
    Postime
    37
    pasi ke bere dekompresimin hy ne dosjen ku ndodhen failet dhe nga terminali jepi keto dy komanda ku e para ben perpilimin(compile) dhe e dyta instalimin kjo metod perdoret kur programi qe do te instalosh ke burimet(source)./make && ./make install. pastaj gjithcka varet nga distroja qe perdor psh ne debian ose ne distro te tjera qe jan te bazuara mbi debian perdoret apt-get ose aptitude, Fedora, Suse, Mandrake dhe te tjera perdorin paketat RPM, kurse slackware perdor nje vegel(tool) qe quhet installpkg, per cfor do lloj informazioni shikoni FAQ ne sitin web te distros tuaj ose ne sitin distrowatch.com

  6. #6
    Nuk e paskam thene une timen per installimet "from source".
    Po shoh se te tjeret e kane thene, nejse po e perseris pak po me qellim kryesor te shpjegoj si mund te rikompilohet nje program i compiluar njehere.

    tar -xvzf filename.tar.gz

    ose

    tar -xvjf filename.tar.bz2



    cd directory_e_krijuar


    ./configure

    make

    su
    password ********

    install (ose make install)



    Per te ricompiluar:

    make clean

    make


    e pastaj: su...install etj, perseri.

    Kjo komanda su (switch user) meriton nje shpjegim ndonje dite, sidomos diferenca midis su dhe su-, po kur te jemi me nge.

    A e dini se:

    mund te merrni nje liste komplete te arkivit "filename.rpm" me komanden:

    rpm -qpl filename.rpm


    Une po jap nje shembull per kernelin e FC4, por shume istruktiv eshte te beni:

    #rpm -qpl AdobeReader_enu-7.0.0-2.i386.rpm

    dhe te krahasoni listen qe del me listen e file-ve ne /usr/local/Acrobat7.0 mbasi ta keni installuar.

    Ja si eshte i patch-uar kernel-source i FC4:

    downloads]$ rpm -qpl kernel-2.6.11-1.1369_FC4.src.rpm
    COPYING.modules
    genkey
    kernel-2.6.11-i586.config
    kernel-2.6.11-i686-smp.config
    kernel-2.6.11-i686-xen0.config
    kernel-2.6.11-i686-xenU.config
    kernel-2.6.11-i686.config
    kernel-2.6.11-ia64.config
    kernel-2.6.11-ppc-smp.config
    kernel-2.6.11-ppc.config
    kernel-2.6.11-ppc64.config
    kernel-2.6.11-ppc64iseries.config
    kernel-2.6.11-s390.config
    kernel-2.6.11-s390x.config
    kernel-2.6.11-x86_64-smp.config
    kernel-2.6.11-x86_64.config
    kernel-2.6.spec
    linux-2.4.0-nonintconfig.patch
    linux-2.4.0-test11-vidfail.patch
    linux-2.6.0-compile.patch
    linux-2.6.0-must_check.patch
    linux-2.6.0-sleepon.patch
    linux-2.6.1-s390-compile.patch
    linux-2.6.10-compile-fixes.patch
    linux-2.6.10-crash-xen.patch
    linux-2.6.10-crashdump-common.patch
    linux-2.6.10-diskdump.patch
    linux-2.6.10-netdump.patch
    linux-2.6.10-periodic-slab-debug.patch
    linux-2.6.10-ppc-headerabuse.patch
    linux-2.6.10-revert-module-invalidparam.patch
    linux-2.6.10-x86-tune-p4.patch
    linux-2.6.10-x86_64-read-implies-exec32.patch
    linux-2.6.11-acpi-thinkpad-c2c3.patch
    linux-2.6.11-atkbd-dell-multimedia.patch
    linux-2.6.11-compile-fixes.patch
    linux-2.6.11-cpufreq-add-suspend.patch
    linux-2.6.11-default-elevator.patch
    linux-2.6.11-dentry-size.patch
    linux-2.6.11-devmem.patch
    linux-2.6.11-execshield-vdso.patch
    linux-2.6.11-execshield.patch
    linux-2.6.11-firedire-slab-corruptor.patch
    linux-2.6.11-i2c-config.patch
    linux-2.6.11-isdn-icn-nodev.patch
    linux-2.6.11-kallsyms-extra-text.patch
    linux-2.6.11-libata-promise-pata-on-sata.patch
    linux-2.6.11-mac-mini-sound.patch
    linux-2.6.11-module-licenses.patch
    linux-2.6.11-panic-stackdump.patch
    linux-2.6.11-parport-sysctl-perms.patch
    linux-2.6.11-pmac-ide-sleep.patch
    linux-2.6.11-pmac-volume-save.patch
    linux-2.6.11-ppc32-750-erratum-fix.patch
    linux-2.6.11-ppc32-pbook-clock-spreading.patch
    linux-2.6.11-ppc32-pmac-sleep-fix.patch
    linux-2.6.11-radeon-backlight.patch
    linux-2.6.11-random-ehci-patch.patch
    linux-2.6.11-serial-tickle-nmi.patch
    linux-2.6.11-slab-backtrace.patch
    linux-2.6.11-taint-check.patch
    linux-2.6.11-tux.patch
    linux-2.6.11-via-irq-quirk.patch
    linux-2.6.11-vm-taint.patch
    linux-2.6.11-xen.patch
    linux-2.6.11.tar.bz2
    linux-2.6.12-cpufreq-update.patch
    linux-2.6.12-detect-softlockups.patch
    linux-2.6.12-ext3-always-nobh.patch
    linux-2.6.12-firedire-init-breakage.patch
    linux-2.6.12-input-kill-stupid-messages.patch
    linux-2.6.12-ipmi-sysfs.patch
    linux-2.6.12-missing-exports.patch
    linux-2.6.12-net-atm-lanai-nodev-rmmod.patch
    linux-2.6.12-net-e1000-update.patch
    linux-2.6.12-net-sundance-ip100A.patch
    linux-2.6.12-net-tulip-double-spinunlock.patch
    linux-2.6.12-ns558-nodev-rmmod.patch
    linux-2.6.12-rc3-ehci-misc-updates.patch
    linux-2.6.12-rc4-audit-git.patch
    linux-2.6.12-sata-sil-extra-id.patch
    linux-2.6.12-scsi-blacklist.patch
    linux-2.6.12-scsicam-geom-fix.patch
    linux-2.6.12-speedtouch-resync.patch
    linux-2.6.12-usb-old_scheme_first.patch
    linux-2.6.12-vm-singlebiterror.patch
    linux-2.6.12rc-ac-ide-fixes.patch
    linux-2.6.12rc-ppc32-clockspreading-fix.patch
    linux-2.6.12rc3-xen-vdso-note.patch
    linux-2.6.2-ppc64-build.patch
    linux-2.6.3-crash-driver.patch
    linux-2.6.3-ia64-build.patch
    linux-2.6.3-printopen.patch
    linux-2.6.3-sparc-addbzimage.patch
    linux-2.6.4-stackusage.patch
    linux-2.6.7-modsign-core.patch
    linux-2.6.7-modsign-crypto.patch
    linux-2.6.7-modsign-include.patch
    linux-2.6.7-modsign-ksign.patch
    linux-2.6.7-modsign-mpilib.patch
    linux-2.6.7-modsign-script.patch
    linux-2.6.8-devmem-xen.patch
    linux-2.6.8-execshield-xen.patch
    linux-2.6.8-lockd-racewarn2.patch
    linux-2.6.8-netconsole.patch
    linux-2.6.8-ppc64-netboot.patch
    linux-2.6.9-NFSD-non-null-getxattr.patch
    linux-2.6.9-ieee80211.patch
    linux-2.6.9-ipw2100.patch
    linux-2.6.9-ipw2200.patch
    linux-2.6.9-lockd-block-nosleep.patch
    linux-2.6.9-lockd-reclaims.patch
    linux-2.6.9-module_version.patch
    linux-2.6.9-net-tr-irqlock-fix.patch
    linux-2.6.9-s390-autoraid.patch
    linux-2.6.9-s390-zfcp_port-fix.patch
    linux-2.6.9-scsi-advansys-enabler.patch
    linux-2.6.9-scsi-megaraid-legacy.patch
    linux-2.6.9-spinlock-debug-panic.patch
    linux-2.6.9-vm-oomkiller-debugging.patch
    linux-2.6.9-xen-agpgart.patch
    linux-2.6.9-xen-compile.patch
    patch-2.6.12-rc5-neutered.bz2

    bye, bye.
    sometimes I hate Myself, sometimes I love Myself

  7. #7
    i/e regjistruar
    Anėtarėsuar
    27-08-2005
    Postime
    5
    Ndodhė qė tė jetė me prapashtesė .run, atėherė duhesh tė veprosh nė kėtė mėnyrė:

    chmod +x file.run -> e bėn exetucable

    dhe pastaj:

    ./file.run, atėherė do tė vazhdosh me setup.

  8. #8
    i/e regjistruar Maska e Keka
    Anėtarėsuar
    09-03-2005
    Postime
    11

    hdihme rreth instalimit te .......

    une kam danllodue kete messenger Amsn-Pack-0.94.exe dhe nuk po mundem me instalue kete mesenger. Nese mundet bre ndokush se nuk po mundem me e kap kete pune. Une lexova me larte por nuk e di pse nuk po ben . Nese mundet ndokush te me sygjeroje se si me zgjidh kete problem qe kam.
    tung, ju faleminderit

  9. #9
    budgetawningandrails.com Maska e Edmondii
    Anėtarėsuar
    01-05-2002
    Vendndodhja
    Lidhjet personale lejohen vetem si faqe hyrje.
    Postime
    125
    e para ai qe ke downloadur ti nuk eshte program per LINUX

    te gjitha programet qe kane extension ".exe" jane per Windowsin.

    programet e linux kane ne fund " .tar .zip .jar or .bin " e kjo e fundit duhet tja nderrosh properties me kete mundesi " chmod 700 "edhe emrin e programit ose file "

    se di a e tha me siper dikush por perpara se te besh nje installim te cdo programi duhet qe te futesh si " root ".
    comanda per kete eshte.

    su - " shtyp enter "
    **** " fut passwordin "
    [master@root%] " ne fund mund te shikosh kete "

    edhe pastaj futu ne foldering qe ke programing edhe install it.

    mendoj kjo mund te ndihmoje nevojtarin
    Ndryshuar pėr herė tė fundit nga Edmondii : 05-01-2006 mė 22:42
    The faith of the Albanian is Albanianism.
    Feja e Shqiptarit ėshtė Shqiptaria

  10. #10
    i/e regjistruar
    Anėtarėsuar
    01-03-2005
    Postime
    68
    Duhet te ceken edhe disa ndryshime tjera, se si behet instalimi. Se pari ke meteden

    $./configure && make && make install

    e cila vlene per te gjitha distribucionet.

    Pastaj duhet te dallohen sistemet me rpm (Redhat Packaging Manager), siq eshte suse, redhat dhe sistemet qe bazohen ne debian the qe perdorin apt-get.
    I kisha preferu secilit, qe se pari te provoj te gjej nje "package" per distribucionin e tij, dhe vetem nese nuk e gjeni paketen, instaloni programin me metoden e lartepermendur.

    Sistemet me RPM:
    instalimi
    $ rpm -i .rpm

    deinstalimi
    $ rpm -e

    Sistemet me apt-get (debian)

    instalimi:
    $ dpkg -i .deb

    deinstalimi:
    $ dpgk -e

    Shumica e programeve mundent ne te dy tipat e sistemeve te instalohen me Managjerin perkates (Suse: Yast, RedHat Yum, Debian/(K)Ubuntu aptitude apo synaptec)..

    agimi

  11. #11
    i/e regjistruar
    Anėtarėsuar
    01-03-2005
    Postime
    68
    Citim Postuar mė parė nga Keka
    une kam danllodue kete messenger Amsn-Pack-0.94.exe dhe nuk po mundem me instalue kete mesenger. Nese mundet bre ndokush se nuk po mundem me e kap kete pune. Une lexova me larte por nuk e di pse nuk po ben . Nese mundet ndokush te me sygjeroje se si me zgjidh kete problem qe kam.
    tung, ju faleminderit
    Keka siq te tha edi, ky eshte program per windows.. por megjithate e ke nje mundsi me e instalu.. Se pari te duhet ta instalo wine (Wine Is Not an Emulator?!?!) the pastaj mund te instalosh edhe win-programe..

Tema tė Ngjashme

  1. Instalimi i programeve nė Linux (Red Hat 9)
    Nga Keka nė forumin Pėrdoruesit e Unix
    Pėrgjigje: 20
    Postimi i Fundit: 15-10-2007, 17:05
  2. Si te lehtesojme hapjen e programeve, dosjeve, skedareve
    Nga edspace nė forumin Trajnim & leksione
    Pėrgjigje: 0
    Postimi i Fundit: 08-09-2005, 21:50
  3. Instalimi i programeve nga Cd
    Nga rachi nė forumin Pėrdoruesit e Unix
    Pėrgjigje: 2
    Postimi i Fundit: 16-11-2004, 06:52
  4. Artikull i CNN per programuesit
    Nga Sentinus nė forumin Arti i programimit
    Pėrgjigje: 1
    Postimi i Fundit: 31-05-2003, 22:07

Regullat e Postimit

  • Ju nuk mund tė hapni tema tė reja.
  • Ju nuk mund tė postoni nė tema.
  • Ju nuk mund tė bashkėngjitni skedarė.
  • Ju nuk mund tė ndryshoni postimet tuaja.
  •