come posso installare un programma archiviato tramite .tar.gz?
controlla prima che l’applicazione non sia disponibile nei repository di fedora, se non lo è scompatta l’archivio:
$ tar xzvf nome_archivio
leggi la documentazione allegata.
di solito i comandi sono i canonici:
[code]$./configure
$ make
make install[/code]
ripeto leggi la documentazione.
prima del “./configure” cosa scrivo?
A cosa ti riferisci?
I simboli che ti ha indicato Virus prima dei comandi si riferiscono all’utente che devi adoperare per lanciare il comando:
il $ è riferito a utente
il # è riferito a utente root
Se è questo che volevi intendere
Questa è la guida per installare il programma:
As written above, Jockey provides mostly infrastructure. Without an
implementation for a particular distribution and without actual
drivers it is fairly useless. However, you can get a first impression
by installing the upstream version.
-
Run “./setup.py build” (as normal user) for running the i18n magic
and to build the PolicyKit .policy file. -
Running the backend on the system D-BUS requires at least the
D-BUS .conf and Policykit .policy files to be installed, so the
easiest way is to install the package:./setup.py install --record jockey.files
(as root).
Then you can run either “jockey-gtk” or “jockey-kde” to spawn the GUI.
See --help for information how to run it in particular modes, or how
to use it in command line mode.
This will bring up the UI and list all standard kernel modules which
are tied to hardware. (Note that you will not see all this stuff in
a proper distribution implementation, of course.) Disabling and
enabling kernel modules will work, it cause them to get
(un)blacklisted. Make sure to not render your system unbootable that
way .
Normal the backend is started automatically via D-BUS activation.
For debugging you can also start it on a shell with debugging enabled:
/usr/share/jockey/jockey-backend --debug
for some insight of how Jockey detects hardware and which
kernel modules are responsible for driving it.
If you want to uninstall again, use the --record file created with
install:
xargs rm < jockey.files
xargs rmdir -p < jockey.files
D-BUS interface
ma io non la capisco…potete gentilmente darmi una mano?
dicci a cosa serve questa applicazione e dove è stata presa.
Credo l’applicazione sia questa:
https://launchpad.net/jockey/
Non ho ancora capito l’utilità di questa applicazione però…
Sembra essere un “driver manager” per Ubuntu. Sul wiki di Fedora ho trovato questo: http://fedoraproject.org/wiki/Features/DriverBuddy
sinceramente lascerei perdere…
A proposito di tar.gz può essere utile rileggere questo:http://www.fedoraonline.it/modules/newbb/viewtopic.php?topic_id=3669&viewmode=flat&order=ASC&type=&mode=0&start=0
Buon tutto
Silvio