• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Zip unrar geht nicht

18301

Hacker
Hallo

nach dem Update kann ich keine Dateien mehr entpacken!
Hab versucht Zip unrar neu zu installieren nutzt aber nix. Kann die Programme auch nicht starten.
Es wird auch nicht angezeigt bei Maustatste rechts entpacken hier entpacken usw...


Fehlt vielleicht ein Programm?

Gruss Frank
 

tomm.fa

Administrator
Teammitglied
18301 schrieb:
Es wird auch nicht angezeigt bei Maustatste rechts entpacken hier entpacken usw...
Fehlt vielleicht ein Programm?
Dann geht es hier also um das entpacken von Dateien unter KDE, GNOME usw.? Auf der Kommandozeile funktioniert es? Bitte mal etwas genauer werden.
 
OP
1

18301

Hacker
Hallo

meinst Du so?
@linux-zypf:~> unrar

UNRAR 3.90 beta 3 freeware Copyright (c) 1993-2009 Alexander Roshal

Usage: unrar <command> -<switch 1> -<switch N> <archive> <files...>
<@listfiles...> <path_to_extract\>

<Commands>
e Extract files to current directory
l[t,b] List archive [technical, bare]
p Print file to stdout
t Test archive files
v[t,b] Verbosely list archive [technical,bare]
x Extract files with full path

<Switches>
- Stop switches scanning
ad Append archive name to destination path
ai Ignore file attributes
ap<path> Set path inside archive
c- Disable comments show
cfg- Disable read configuration
cl Convert names to lower case
cu Convert names to upper case
dh Open shared files
ep Exclude paths from names
ep3 Expand paths to full including the drive letter
f Freshen files
id[c,d,p,q] Disable messages
ierr Send all messages to stderr
inul Disable all messages
kb Keep broken extracted files
n<file> Include only specified file
n@ Read file names to include from stdin
n@<list> Include files listed in specified list file
o[+|-] Set the overwrite mode
or Rename files automatically
ow Save or restore file owner and group
p[password] Set password
p- Do not query password
r Recurse subdirectories
sl<size> Process files with size less than specified
sm<size> Process files with size more than specified
ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format
tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format
tn<time> Process files newer than <time>
to<time> Process files older than <time>
ts<m,c,a>[N] Save or restore file time (modification, creation, access)
u Update files
v List all volumes
ver[n] File version control
vp Pause before each volume
x<file> Exclude specified file
x@ Read file names to exclude from stdin
x@<list> Exclude files listed in specified list file
y Assume Yes on all queries


Gruss Frank
 
OP
1

18301

Hacker
Hallo

ups nun muss ich aber mal ganz dumm fragen.
Wie startet man ein Programm aus der Konsole raus?

Hab das noch nie gemacht.


Gruss Frank
 

admine

Ultimate Guru
Sag uns doch endlich mal was für'n Programm!
Und normal startet man ein Programm aus Konsole mit dem Programmnamen.
Z.B.:
Code:
ark
 
OP
1

18301

Hacker
If 'ark' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf ark
 

admine

Ultimate Guru
Code:
rpm -qa | grep ark
Scheinbar ist "ark" nicht installiert.
Allerdings hast du noch immer nicht gesagt, welches Programm DU denn starten wolltest!
 

tomm.fa

Administrator
Teammitglied
admine schrieb:
Allerdings hast du noch immer nicht gesagt, welches Programm DU denn starten wolltest!
Fassen wir mal zusammen und kommen zum Ergebnis:
tomm.fa schrieb:
18301 schrieb:
Es wird auch nicht angezeigt bei Maustatste rechts entpacken hier entpacken usw...
Fehlt vielleicht ein Programm?
Dann geht es hier also um das entpacken von Dateien unter KDE, GNOME usw.? Auf der Kommandozeile funktioniert es? Bitte mal etwas genauer werden.
Jägerschlürfer schrieb:
was für eine Oberfläche nutzt du denn eigentlich?
KDE oder Gnome und in welcher Version?
18301 schrieb:
Hallo
KDE 4.3

Gruss Frank
admine schrieb:
Sag uns doch endlich mal was für'n Programm!
Und normal startet man ein Programm aus Konsole mit dem Programmnamen.
Z.B.:
Code:
ark
18301 schrieb:
If 'ark' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf ark
admine schrieb:
Code:
rpm -qa | grep ark
Scheinbar ist "ark" nicht installiert.
Allerdings hast du noch immer nicht gesagt, welches Programm DU denn starten wolltest!
Ergebnis: Ark installieren.
 
Oben