LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing with YaST2 (suse 9.2) (https://www.linuxquestions.org/questions/linux-newbie-8/installing-with-yast2-suse-9-2-a-331367/)

sigh_ren 06-07-2005 07:32 PM

installing with YaST2 (suse 9.2)
 
so
i have no idea how to do just about anything in linux

miraculously, i've got all my hardware to be recognized though. Suse works just fine.

but now i want to start installing programs and whatnot. i think i got firefox to work for a full day... before i went and moved stuff around and then it stopped working...
but that's not my question

my question is, i downloaded a bittorrent.rpm (BitTorrent-4.0.2-1.noarch.rpm) and tried to install it with YaST2. i found it under the "installation summary" tab in the installation section (the thing that automatically opened when i clicked the "install with YaST2" button). it had a little "protected" icon next to it. i clicked "accept" and nothing happend. at least as far as i can tell. i cant open torrent files, i have no idea where it installed too (if it installed anywhere....) and i am completly stumped.

any help would be greatly appreciated

jailbait 06-07-2005 08:38 PM

"i have no idea where it installed too (if it installed anywhere....) and i am completly stumped."

To find out if it installed use the rpm command.
rpm -qi BitTorrent | less

If it installed then you can find out where it was installed with:

rpm -ql BitTorrent | less

If YaST2 in fact did not install BitTorrent then su to root and try installing BitTorrent with rpm.

rpm -i /pathname/BitTorrent-4.0.2-1.noarch.rpm

--------------------------
Steve Stites

sigh_ren 06-07-2005 11:24 PM

sweet!
it looks like it was installed!

how do i learn those commands (-q, -l, |less, ect)?

Baldrick65 06-08-2005 01:16 AM

Quote:

Originally posted by sigh_ren
sweet!
it looks like it was installed!

how do i learn those commands (-q, -l, |less, ect)?

Code:

man rpm
And you could always try this link for a start.

Baldrick

sigh_ren 06-08-2005 01:37 AM

thanks!

but now i have no idea how to open torrents...

this is what rpm -ql BitTorrent|less gave me

Quote:

/usr/bin/btdownloadcurses.py
/usr/bin/btdownloadgui.py
/usr/bin/btdownloadheadless.py
/usr/bin/btlaunchmany.py
/usr/bin/btlaunchmanycurses.py
/usr/bin/btmaketorrent.py
/usr/bin/btmaketorrentgui.py
/usr/bin/btreannounce.py
/usr/bin/btrename.py
/usr/bin/btshowmetainfo.py
/usr/bin/bttrack.py
/usr/lib/python2.3/site-packages/BitTorrent/Choker.py
/usr/lib/python2.3/site-packages/BitTorrent/Choker.pyc
/usr/lib/python2.3/site-packages/BitTorrent/ClientIdentifier.py
/usr/lib/python2.3/site-packages/BitTorrent/ClientIdentifier.pyc
/usr/lib/python2.3/site-packages/BitTorrent/Connecter.py
/usr/lib/python2.3/site-packages/BitTorrent/Connecter.pyc
/usr/lib/python2.3/site-packages/BitTorrent/ConvertedMetainfo.py
/usr/lib/python2.3/site-packages/BitTorrent/ConvertedMetainfo.pyc
/usr/lib/python2.3/site-packages/BitTorrent/CurrentRateMeasure.py
/usr/lib/python2.3/site-packages/BitTorrent/CurrentRateMeasure.pyc
/usr/lib/python2.3/site-packages/BitTorrent/Desktop.py
/usr/lib/python2.3/site-packages/BitTorrent/Desktop.pyc
/usr/lib/python2.3/site-packages/BitTorrent/Downloader.py
/usr/lib/python2.3/site-packages/BitTorrent/Downloader.pyc
/usr/lib/python2.3/site-packages/BitTorrent/DownloaderFeedback.py
/usr/lib/python2.3/site-packages/BitTorrent/DownloaderFeedback.pyc
/usr/lib/python2.3/site-packages/BitTorrent/Encoder.py
/usr/lib/python2.3/site-packages/BitTorrent/Encoder.pyc
/usr/lib/python2.3/site-packages/BitTorrent/GUI.py
/usr/lib/python2.3/site-packages/BitTorrent/GUI.pyc
/usr/lib/python2.3/site-packages/BitTorrent/HTTPHandler.py
/usr/lib/python2.3/site-packages/BitTorrent/HTTPHandler.pyc
/usr/lib/python2.3/site-packages/BitTorrent/NatCheck.py
/usr/lib/python2.3/site-packages/BitTorrent/NatCheck.pyc
/usr/lib/python2.3/site-packages/BitTorrent/OpenPath.py
/usr/lib/python2.3/site-packages/BitTorrent/OpenPath.pyc
/usr/lib/python2.3/site-packages/BitTorrent/PiecePicker.py
/usr/lib/python2.3/site-packages/BitTorrent/PiecePicker.pyc
/usr/lib/python2.3/site-packages/BitTorrent/RateLimiter.py
/usr/lib/python2.3/site-packages/BitTorrent/RateLimiter.pyc
/usr/lib/python2.3/site-packages/BitTorrent/RateMeasure.py
/usr/lib/python2.3/site-packages/BitTorrent/RateMeasure.pyc
/usr/lib/python2.3/site-packages/BitTorrent/RawServer.py
/usr/lib/python2.3/site-packages/BitTorrent/RawServer.pyc
/usr/lib/python2.3/site-packages/BitTorrent/Rerequester.py
/usr/lib/python2.3/site-packages/BitTorrent/Rerequester.pyc
/usr/lib/python2.3/site-packages/BitTorrent/Storage.py
/usr/lib/python2.3/site-packages/BitTorrent/Storage.pyc
/usr/lib/python2.3/site-packages/BitTorrent/StorageWrapper.py
/usr/lib/python2.3/site-packages/BitTorrent/StorageWrapper.pyc
/usr/lib/python2.3/site-packages/BitTorrent/TorrentQueue.py
/usr/lib/python2.3/site-packages/BitTorrent/TorrentQueue.pyc
/usr/lib/python2.3/site-packages/BitTorrent/Uploader.py
/usr/lib/python2.3/site-packages/BitTorrent/Uploader.pyc
/usr/lib/python2.3/site-packages/BitTorrent/__init__.py
/usr/lib/python2.3/site-packages/BitTorrent/__init__.pyc
/usr/lib/python2.3/site-packages/BitTorrent/bencode.py
/usr/lib/python2.3/site-packages/BitTorrent/bencode.pyc
/usr/lib/python2.3/site-packages/BitTorrent/bitfield.py
/usr/lib/python2.3/site-packages/BitTorrent/bitfield.pyc
/usr/lib/python2.3/site-packages/BitTorrent/btformats.py
/usr/lib/python2.3/site-packages/BitTorrent/btformats.pyc
/usr/lib/python2.3/site-packages/BitTorrent/configfile.py
/usr/lib/python2.3/site-packages/BitTorrent/configfile.pyc
/usr/lib/python2.3/site-packages/BitTorrent/controlsocket.py
/usr/lib/python2.3/site-packages/BitTorrent/controlsocket.pyc
/usr/lib/python2.3/site-packages/BitTorrent/defaultargs.py
/usr/lib/python2.3/site-packages/BitTorrent/defaultargs.pyc
/usr/lib/python2.3/site-packages/BitTorrent/download.py
/usr/lib/python2.3/site-packages/BitTorrent/download.pyc
/usr/lib/python2.3/site-packages/BitTorrent/launchmanycore.py
/usr/lib/python2.3/site-packages/BitTorrent/launchmanycore.pyc
/usr/lib/python2.3/site-packages/BitTorrent/makemetafile.py
/usr/lib/python2.3/site-packages/BitTorrent/makemetafile.pyc
/usr/lib/python2.3/site-packages/BitTorrent/obsoletepythonsupport.py
/usr/lib/python2.3/site-packages/BitTorrent/obsoletepythonsupport.pyc
/usr/lib/python2.3/site-packages/BitTorrent/parseargs.py
/usr/lib/python2.3/site-packages/BitTorrent/parseargs.pyc
/usr/lib/python2.3/site-packages/BitTorrent/parsedir.py
/usr/lib/python2.3/site-packages/BitTorrent/parsedir.pyc
/usr/lib/python2.3/site-packages/BitTorrent/platform.py
/usr/lib/python2.3/site-packages/BitTorrent/platform.pyc
/usr/lib/python2.3/site-packages/BitTorrent/selectpoll.py
/usr/lib/python2.3/site-packages/BitTorrent/selectpoll.pyc
/usr/lib/python2.3/site-packages/BitTorrent/track.py
/usr/lib/python2.3/site-packages/BitTorrent/track.pyc
/usr/lib/python2.3/site-packages/BitTorrent/zurllib.py
/usr/lib/python2.3/site-packages/BitTorrent/zurllib.pyc
/usr/share/doc/BitTorrent-4.0.2/LICENSE.txt
/usr/share/doc/BitTorrent-4.0.2/README.txt
/usr/share/doc/BitTorrent-4.0.2/credits.txt
/usr/share/doc/BitTorrent-4.0.2/redirdonate.html
/usr/share/pixmaps/BitTorrent-4.0.2/bittorrent.ico
/usr/share/pixmaps/BitTorrent-4.0.2/broken.png
/usr/share/pixmaps/BitTorrent-4.0.2/finished.png
/usr/share/pixmaps/BitTorrent-4.0.2/info.png
/usr/share/pixmaps/BitTorrent-4.0.2/logo/bittorrent_32.png
/usr/share/pixmaps/BitTorrent-4.0.2/logo/bittorrent_96.png
/usr/share/pixmaps/BitTorrent-4.0.2/pause.png
/usr/share/pixmaps/BitTorrent-4.0.2/paused.png
/usr/share/pixmaps/BitTorrent-4.0.2/play.png
/usr/share/pixmaps/BitTorrent-4.0.2/queued.png
/usr/share/pixmaps/BitTorrent-4.0.2/remove.png
/usr/share/pixmaps/BitTorrent-4.0.2/running.png
when i try to open up a torrent it asks me what program i want to open it with, and i have no idea how to use this information to open a torrent and download a file.

i suppose then i'll need to figure out an efficient way to organize files.


All times are GMT -5. The time now is 09:31 PM.